{"database": "openregs", "table": "congress_members", "is_view": false, "human_description_en": "where chamber = \"House\", is_current = 0 and party = \"Unconditional Unionist\" sorted by full_name", "rows": [["W000239", "Edwin", "Webster", "Edwin Webster", "", "Unconditional Unionist", "MD", "House", 2, "1859-12-05", "1867-03-03", 0, "", "[]", 411407, "", null, null, "Edwin H. Webster", "", "1829-03-31", "M", 5, "1867-03-03", 0, 0, 0, 0, 0], ["L000107", "George", "Latham", "George Latham", "", "Unconditional Unionist", "WV", "House", 2, "1865-12-04", "1867-03-03", 0, "", "[]", 406614, "", null, null, "George R. Latham", "", "1832-03-09", "M", 2, "1867-03-03", 0, 0, 0, 0, 0], ["S000544", "Green", "Smith", "Green Smith", "", "Unconditional Unionist", "KY", "House", 6, "1863-12-07", "1867-03-03", 0, "", "[]", 410026, "", null, null, "Green C. Smith", "", "1826-07-04", "M", 3, "1867-03-03", 0, 0, 0, 0, 0], ["D000104", "Henry", "Davis", "Henry Davis", "", "Unconditional Unionist", "MD", "House", 3, "1855-12-03", "1865-03-03", 0, "", "[]", 403240, "", null, null, "Henry Winter Davis", "", "1817-08-16", "M", 6, "1865-03-03", 0, 0, 0, 0, 0], ["B000525", "Jacob", "Blair", "Jacob Blair", "", "Unconditional Unionist", "WV", "House", 1, "1861-07-04", "1865-03-03", 0, "", "[]", 401501, "", null, null, "Jacob B. Blair", "", "1821-04-11", "M", 3, "1865-03-03", 0, 0, 0, 0, 0], ["N000122", "John", "Noell", "John Noell", "", "Unconditional Unionist", "MO", "House", 3, "1859-12-05", "1865-03-03", 0, "", "[]", 408206, "", null, null, "John W. Noell", "", "1816-02-22", "M", 4, "1865-03-03", 0, 0, 0, 0, 0], ["T000174", "John", "Thomas", "John Thomas", "", "Unconditional Unionist", "MD", "House", 2, "1865-12-04", "1867-03-03", 0, "", "[]", 410755, "", null, null, "John Lewis Thomas Jr.", "", "1835-05-20", "M", 2, "1867-03-03", 0, 0, 0, 0, 0], ["W000318", "Kellian", "Whaley", "Kellian Whaley", "", "Unconditional Unionist", "WV", "House", 3, "1861-07-04", "1867-03-03", 0, "", "[]", 411480, "", null, null, "Kellian Whaley", "", "1821-05-06", "M", 4, "1867-03-03", 0, 0, 0, 0, 0], ["R000468", "Lovell", "Rousseau", "Lovell Rousseau", "", "Unconditional Unionist", "KY", "House", 5, "1865-12-04", "1867-03-03", 0, "", "[]", 409429, "", null, null, "Lovell Rousseau", "", "1818-08-04", "M", 2, "1867-03-03", 0, 0, 0, 0, 0], ["A000201", "Lucien", "Anderson", "Lucien Anderson", "", "Unconditional Unionist", "KY", "House", 1, "1863-12-07", "1865-03-03", 0, "", "[]", 400856, "", null, null, "Lucien Anderson", "", "1824-06-23", "M", 2, "1865-03-03", 0, 0, 0, 0, 0], ["S000642", "Nathaniel", "Smithers", "Nathaniel Smithers", "", "Unconditional Unionist", "DE", "House", 0, "1863-12-07", "1865-03-03", 0, "", "[]", 410116, "", null, null, "Nathaniel B. Smithers", "", "1818-10-08", "M", 2, "1865-03-03", 0, 0, 0, 0, 0], ["K000297", "Samuel", "Knox", "Samuel Knox", "", "Unconditional Unionist", "MO", "House", 1, "1863-12-07", "1865-03-03", 0, "", "[]", 406453, "", null, null, "Samuel Knox", "", "1815-03-21", "M", 2, "1865-03-03", 0, 0, 0, 0, 0], ["B000948", "William", "Brown", "William Brown", "", "Unconditional Unionist", "VA", "House", -1, "1845-12-01", "1865-03-03", 0, "", "[]", 401901, "", null, null, "William G. Brown Sr.", "", "1800-09-25", "M", 11, "1865-03-03", 0, 0, 0, 0, 0], ["R000040", "William", "Randall", "William Randall", "", "Unconditional Unionist", "KY", "House", 8, "1863-12-07", "1867-03-03", 0, "", "[]", 409021, "", null, null, "William H. Randall", "", "1812-07-15", "M", 3, "1867-03-03", 0, 0, 0, 0, 0]], "truncated": false, "filtered_table_rows_count": 14, "expanded_columns": [], "expandable_columns": [], "columns": ["bioguide_id", "first_name", "last_name", "full_name", "nickname", "party", "state", "chamber", "district", "first_served", "last_served", "is_current", "opensecrets_id", "fec_ids", "govtrack_id", "thomas_id", "votesmart_id", "lis_id", "wikipedia_id", "ballotpedia_id", "birthday", "gender", "terms_count", "served_until", "trade_count", "speech_count", "bills_sponsored", "vote_count", "fec_total_received"], "primary_keys": ["bioguide_id"], "units": {}, "query": {"sql": "select bioguide_id, first_name, last_name, full_name, nickname, party, state, chamber, district, first_served, last_served, is_current, opensecrets_id, fec_ids, govtrack_id, thomas_id, votesmart_id, lis_id, wikipedia_id, ballotpedia_id, birthday, gender, terms_count, served_until, trade_count, speech_count, bills_sponsored, vote_count, fec_total_received from congress_members where \"chamber\" = :p0 and \"is_current\" = :p1 and \"party\" = :p2 order by full_name limit 101", "params": {"p0": "House", "p1": "0", "p2": "Unconditional Unionist"}}, "facet_results": {"party": {"name": "party", "type": "column", "hideable": false, "toggle_url": "/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist", "results": [{"value": "Unconditional Unionist", "label": "Unconditional Unionist", "count": 14, "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0", "selected": true}], "truncated": false}, "state": {"name": "state", "type": "column", "hideable": false, "toggle_url": "/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist", "results": [{"value": "KY", "label": "KY", "count": 4, "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&state=KY", "selected": false}, {"value": "MD", "label": "MD", "count": 3, "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&state=MD", "selected": false}, {"value": "WV", "label": "WV", "count": 3, "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&state=WV", "selected": false}, {"value": "MO", "label": "MO", "count": 2, "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&state=MO", "selected": false}, {"value": "DE", "label": "DE", "count": 1, "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&state=DE", "selected": false}, {"value": "VA", "label": "VA", "count": 1, "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&state=VA", "selected": false}], "truncated": false}, "chamber": {"name": "chamber", "type": "column", "hideable": false, "toggle_url": "/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist", "results": [{"value": "House", "label": "House", "count": 14, "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?is_current=0&party=Unconditional+Unionist", "selected": true}], "truncated": false}, "is_current": {"name": "is_current", "type": "column", "hideable": false, "toggle_url": "/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist", "results": [{"value": 0, "label": 0, "count": 14, "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&party=Unconditional+Unionist", "selected": true}], "truncated": false}}, "suggested_facets": [{"name": "first_name", "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&_facet=first_name"}, {"name": "district", "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&_facet=district"}, {"name": "first_served", "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&_facet=first_served"}, {"name": "last_served", "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&_facet=last_served"}, {"name": "terms_count", "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&_facet=terms_count"}, {"name": "served_until", "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&_facet=served_until"}, {"name": "first_served", "type": "date", "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&_facet_date=first_served"}, {"name": "last_served", "type": "date", "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&_facet_date=last_served"}, {"name": "birthday", "type": "date", "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&_facet_date=birthday"}, {"name": "served_until", "type": "date", "toggle_url": "https://regs.datadawn.org/openregs/congress_members.json?chamber=House&is_current=0&party=Unconditional+Unionist&_facet_date=served_until"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 138.852150994353, "source": "Federal Register API & Regulations.gov API", "source_url": "https://www.federalregister.gov/developers/api/v1", "license": "Public Domain (U.S. Government data)", "license_url": "https://www.regulations.gov/faq"}