{"info":{"_postman_id":"a35370c2-dc99-4aad-977a-ef5eb85505c2","name":"EmPoweringKnowledge API Collection","description":"Back-end API for retrieving data on Congress members, states, and energy-related congressional bills","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"api","item":[{"name":"congressmembers","item":[{"name":"GET /api/congressmembers","event":[{"listen":"test","script":{"id":"a56456ef-0076-4581-a534-8a6e2c5f5b13","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response time below 2000 ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(2000);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","var jsonData = pm.response.json();\r","var cm_list = jsonData.objects\r","var total_pages = jsonData.total_pages\r","\r","pm.test(\"Paginated properly\", function () {\r","    var numResults = jsonData.num_results\r","    if (numResults > 9) {\r","        pm.expect(cm_list.length).to.eql(9)\r","        pm.expect(total_pages).not.eql(1);\r","    }\r","});\r","\r","// Postman throws an assertion for arrays over length 13...?\r","pm.test(\"Contains expected attributes\", function () {\r","    for (var cm in cm_list) {\r","        pm.expect(cm_list[cm]).to.have.property(\"bills_cosponsored\");\r","        pm.expect(cm_list[cm]).to.have.property(\"bills_sponsored\");\r","        pm.expect(cm_list[cm]).to.have.property(\"congresses\");\r","        pm.expect(cm_list[cm]).to.have.property(\"cspan_id\");\r","        pm.expect(cm_list[cm]).to.have.property(\"date_of_birth\");\r","        pm.expect(cm_list[cm]).to.have.property(\"district\");\r","        pm.expect(cm_list[cm]).to.have.property(\"facebook_account\");\r","        pm.expect(cm_list[cm]).to.have.property(\"first_name\");\r","        pm.expect(cm_list[cm]).to.have.property(\"image_url\");\r","        pm.expect(cm_list[cm]).to.have.property(\"last_name\");\r","        pm.expect(cm_list[cm]).to.have.property(\"member_id\");\r","        pm.expect(cm_list[cm]).to.have.property(\"office\");\r","        pm.expect(cm_list[cm]).to.have.property(\"party\");\r","        pm.expect(cm_list[cm]).to.have.property(\"phone\");\r","        pm.expect(cm_list[cm]).to.have.property(\"state\");\r","        pm.expect(cm_list[cm]).to.have.property(\"state_abr\");\r","        pm.expect(cm_list[cm]).to.have.property(\"state_rs\");\r","        pm.expect(cm_list[cm]).to.have.property(\"title\");\r","        pm.expect(cm_list[cm]).to.have.property(\"twitter_account\");\r","        pm.expect(cm_list[cm]).to.have.property(\"url\");\r","        pm.expect(cm_list[cm]).to.have.property(\"votes_with_party_pct\");\r","    }\r","});"],"type":"text/javascript"}}],"id":"4459054a-d062-4851-8ff4-37bdf0b15f9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/congressmembers","description":"Retrieve data on all Congress members.\n\nPaginated; returns 9 records at a time. Use ?page=**page_num**.\n\nCaller can search for Congress members representing a particular state. Use ?q={\"filters\":[{\"name\":\"state\",\"op\":\"eq\",\"val\":\"**state_abbr**\"}]}.\n\nAt this time, bill sponsorship data must be retrieved separately with /api/bills?q={\"filters\":[{\"name\":\"sponsor_id\",\"op\":\"eq\",\"val\":\"**member_id**\"}]}."},"response":[{"id":"0f5692a7-5b27-49f1-82e3-0a002eb8087d","name":"GET /api/congressmembers","originalRequest":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/congressmembers"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 1545, \r\n  \"objects\": [\r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 51\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 69\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 451\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr109-108\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 1034\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1108-106\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 1125\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1275-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 1609\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1282-108\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 1725\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1300-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 1908\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1303-106\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 2043\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1331-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 2150\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1382-111\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 2679\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1401-105\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 2783\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1437-105\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 3006\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1465-106\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 3137\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1506-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 3371\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1511-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 3439\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1514-104\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 3552\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1772-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 4696\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1830-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 5071\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1835-111\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 5151\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr197-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 5959\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2070-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 6571\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2227-111\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 7056\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr245-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 7942\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2489-105\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 8115\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2568-105\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 8468\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2774-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 8947\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2784-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 8973\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2794-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 9171\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2838-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 9396\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3105-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 10507\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3119-108\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 10628\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr36-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 12055\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3762-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 12634\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3820-105\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 12892\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3918-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 13212\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr424-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 13791\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4318-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 13963\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4761-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 15362\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5206-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 16061\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr539-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 16598\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5473-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 16863\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr550-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 16963\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr570-108\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 17646\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6000-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 18719\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr622-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 19934\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6401-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 20361\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6570-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 20953\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6670-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 21077\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6709-110\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 21213\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr683-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 21555\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr712-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 21730\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr737-109\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 21856\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr752-104\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 21887\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr778-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 22281\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr794-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 22391\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr876-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 22842\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr962-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 23365\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr4809-105\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Ways and Means\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/house-bill/4809\", \r\n          \"cosponsors_by_party_D\": 1, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"1998-10-12\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000014\", \r\n          \"summary\": \"Amends the Internal Revenue Code to permit the State of Hawaii, notwithstanding any law or rule of law, to claim a refund or credit resulting from any tax overpayment on fuel purchased by the State during calendar years 1992 or 1993, if a claim is filed within 18 months of enactment.\", \r\n          \"summary_short\": \"Amends the Internal Revenue Code to permit the State of Hawaii, notwithstanding any law or rule of law, to claim a refund or credit resulting from any tax overpayment on fuel purchased by the State during calendar years 1992 or 1993, if a claim is filed within 18 months of enactment.\", \r\n          \"title\": \"For the relief of the State of Hawaii.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 106, \r\n          \"member_id\": \"A000014\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 104, \r\n          \"id\": 658, \r\n          \"member_id\": \"A000014\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 105, \r\n          \"id\": 1210, \r\n          \"member_id\": \"A000014\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 106, \r\n          \"id\": 1762, \r\n          \"member_id\": \"A000014\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 107, \r\n          \"id\": 2312, \r\n          \"member_id\": \"A000014\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 108, \r\n          \"id\": 2860, \r\n          \"member_id\": \"A000014\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 109, \r\n          \"id\": 3407, \r\n          \"member_id\": \"A000014\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 110, \r\n          \"id\": 3955, \r\n          \"member_id\": \"A000014\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 111, \r\n          \"id\": 4519, \r\n          \"member_id\": \"A000014\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1938-06-26\", \r\n      \"district\": \"1\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Neil\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/A000014.jpg\", \r\n      \"last_name\": \"Abercrombie\", \r\n      \"member_id\": \"A000014\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"California\", \r\n      \"state_abr\": \"HI\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Democratic\", \r\n        \"median_hh_income\": 71805, \r\n        \"name\": \"California\", \r\n        \"population\": 39536653, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"Hydroelectricity\", \r\n        \"primary_energy_source_3\": \"SolarEnergy\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"neilabercrombie\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"88.63\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 70\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1133-110\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 1231\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1300-110\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 1909\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1401-105\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 2847\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1437-105\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 2988\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1476-111\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 3200\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1506-110\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 3345\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1748-112\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 4550\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1756-112\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 4573\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1778-111\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 4888\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1838-110\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 5298\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1898-104\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 5568\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1956-104\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 5797\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2129-111\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 6764\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2283-110\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 7339\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2789-104\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 9145\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3220-110\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 10760\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3345-104\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 11158\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3457-104\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 11439\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3488-111\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 11565\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3610-105\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 12094\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3964-109\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 13372\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4026-109\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 13511\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4026-112\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 13528\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4292-103\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 13896\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4349-108\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 14218\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4371-103\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 14285\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4399-111\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 14397\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4409-109\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 14469\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4479-109\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 14669\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4599-111\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 15010\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr539-110\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 16623\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5965-109\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 18141\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6-110\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 18484\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr622-107\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 19678\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6533-112\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 20742\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr670-110\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 21165\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr752-104\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 21888\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr752-108\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 22229\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr873-104\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 22610\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr962-107\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 23377\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr964-112\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 23402\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr969-110\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 23542\r\n        }, \r\n        {\r\n          \"bill_id\": \"hres300-107\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 24066\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 107, \r\n          \"member_id\": \"A000022\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 104, \r\n          \"id\": 659, \r\n          \"member_id\": \"A000022\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 105, \r\n          \"id\": 1211, \r\n          \"member_id\": \"A000022\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 106, \r\n          \"id\": 1763, \r\n          \"member_id\": \"A000022\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 107, \r\n          \"id\": 2314, \r\n          \"member_id\": \"A000022\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 108, \r\n          \"id\": 2862, \r\n          \"member_id\": \"A000022\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 109, \r\n          \"id\": 3408, \r\n          \"member_id\": \"A000022\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 110, \r\n          \"id\": 3956, \r\n          \"member_id\": \"A000022\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 111, \r\n          \"id\": 4520, \r\n          \"member_id\": \"A000022\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 112, \r\n          \"id\": 5073, \r\n          \"member_id\": \"A000022\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"1002061\", \r\n      \"date_of_birth\": \"1942-11-19\", \r\n      \"district\": \"5\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Gary\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/A000022.jpg\", \r\n      \"last_name\": \"Ackerman\", \r\n      \"member_id\": \"A000022\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"New York\", \r\n      \"state_abr\": \"NY\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Democratic\", \r\n        \"median_hh_income\": 64894, \r\n        \"name\": \"New York\", \r\n        \"population\": 19849399, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Hydroelectricity\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"repgaryackerman\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"92.64\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 410\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1001-106\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 668\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1190-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 1337\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1835-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 5214\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1986-107\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 6149\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2208-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 7014\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2279-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 7317\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2492-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 8122\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2493-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 8208\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2495-113\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 8228\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2676-105\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 8592\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2784-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 8994\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2846-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 9430\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2899-109\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 9575\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3059-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 10251\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3089-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 10319\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3101-112\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 10496\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3683-109\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 12296\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr370-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 12378\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3811-112\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 12849\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3828-109\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 12924\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr392-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 13256\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4286-113\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 13893\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4318-109\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 14018\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4332-105\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 14206\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4761-109\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 15303\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr539-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 16657\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5656-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 17510\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5945-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 18111\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6107-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 19026\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6108-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 19250\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6113-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 19276\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr622-107\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 19679\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6379-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 20293\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6566-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 20837\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6709-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 21322\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6758-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 21416\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hconres401-110\", \r\n          \"bill_type\": \"hconres\", \r\n          \"committees\": \"House Energy and Commerce; House Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/house-concurrent-resolution/401\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 4, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2008-07-31\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000055\", \r\n          \"summary\": \"Calls for the enactment of laws that: (1) make more American energy available for exploration and production, including in the Arctic National Wildlife Refuge, the Offshore Continental Shelf, and federal lands onshore, including for shale oil and coal-to-liquid production; and (2) streamline the permitting process for building American refineries and allow the construction of refineries on federal lands.\", \r\n          \"summary_short\": \"Calls for the enactment of laws that: (1) make more American energy available for exploration and production, including in the Arctic National Wildlife Refuge, the Offshore Continental Shelf, and federal lands onshore, including for shale oil and coal-to-liquid production; and (2) streamline the permitting process for building American refineries and allow the construction of refineries on federal lands.\", \r\n          \"title\": \"Expressing the support of Congress for enhancing energy independence through the usage of existing resources and technology.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr3727-112\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/112th-congress/house-bill/3727\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2011-12-19\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Enabling Energy Saving Innovations Act\", \r\n          \"sponsor_id\": \"A000055\", \r\n          \"summary\": \"Enabling Energy Saving Innovations Act - Amends the Energy Policy and Conservation Act (EPCA) to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component model reduces energy consumption at least as much as if such requirement were to apply.\", \r\n          \"summary_short\": \"Enabling Energy Saving Innovations Act - Amends the Energy Policy and Conservation Act (EPCA) to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component model reduces energy consumption at least as much as if such requirement were to apply.\", \r\n          \"title\": \"To allow for innovations and alternative technologies that meet or exceed desired energy efficiency goals.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr4850-112\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce; Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/112th-congress/house-bill/4850\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"2012-06-26\", \r\n          \"introduced_date\": \"2012-04-26\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Enabling Energy Saving Innovations Act\", \r\n          \"sponsor_id\": \"A000055\", \r\n          \"summary\": \"Enabling Energy Saving Innovations Act - Amends the Energy Policy and Conservation Act (EPCA) to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component reduces energy consumption at least as much as if such requirement were to apply.\", \r\n          \"summary_short\": \"Enabling Energy Saving Innovations Act - Amends the Energy Policy and Conservation Act (EPCA) to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component reduces energy consumption at least as much as if such requirement were to apply.\", \r\n          \"title\": \"To allow for innovations and alternative technologies that meet or exceed desired energy efficiency goals.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr6582-112\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/112th-congress/house-bill/6582\", \r\n          \"cosponsors_by_party_D\": 5, \r\n          \"cosponsors_by_party_R\": 9, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"2012-12-04\", \r\n          \"introduced_date\": \"2012-11-02\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"American Energy Manufacturing Technical Corrections Act\", \r\n          \"sponsor_id\": \"A000055\", \r\n          \"summary\": \"American Energy Manufacturing Technical Corrections Act - Amends the Energy Policy and Conservation Act to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component reduces energy consumption at least as much as if such requirement were to apply. Requires the Secretary to publish a rule that establishes a uniform efficiency descriptor and accompanying test methods for covered water heaters (water heaters, storage water heaters, instantaneous water heaters, and unfired water storage tanks). Declares that the purpose of such rule is to replace with a uniform efficiency descriptor: (1) the energy factor descriptor for water heaters established under such Act; and (2) the thermal efficiency and standby loss descriptors for storage water heaters, instantaneous water heaters, and unfired water storage tanks established under such rule. Requires the efficiency standard for covered water heaters to be denominated according to the efficiency descriptor established by such rule. Requires the Secretary to develop a mathematical conversion factor for converting the measurement of efficiency for such heaters from the test procedures in effect on this Act's enactment to the new energy descriptor established under this Act. Considers a covered water heater to be in compliance with such rule and with any revised labeling requirements established by the Federal Trade Commission (FTC) to implement such rule if the covered water heater: (1) was manufactured prior to the effective date of the rule, and (2) complied with the efficiency standards and labeling requirements in effect prior to the rule. Establishes energy efficiency standards for: (1) daily energy consumption of service over the counter, self-contained, medium temperature commercial refrigerators; and (2) through-the-wall central air conditioners, through-the-wall central air conditioning heat pumps, and small duct, high velocity systems. Requires the Secretary to: (1) provide notice on whether energy efficiency standards for specified commercial heating and cooling equipment will be amended every six years, (2) evaluate each class of such equipment, (3) provide notice of a decision to grant or deny a petition to amend energy conservation standards, and (4) publish a rule that contains new or amended energy conservation standards every three years.\", \r\n          \"summary_short\": \"American Energy Manufacturing Technical Corrections Act - Amends the Energy Policy and Conservation Act to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component reduces energy consumption at least as much as if such requirement were to apply....\", \r\n          \"title\": \"To allow for innovations and alternative technologies that meet or exceed desired energy efficiency goals, and to make technical corrections to existing Federal energy efficiency laws to allow American manufacturers to remain competitive.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 105, \r\n          \"id\": 1212, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 106, \r\n          \"id\": 1764, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 107, \r\n          \"id\": 2315, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 108, \r\n          \"id\": 2863, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 109, \r\n          \"id\": 3409, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 110, \r\n          \"id\": 3957, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 111, \r\n          \"id\": 4521, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 112, \r\n          \"id\": 5075, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 113, \r\n          \"id\": 5630, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 114, \r\n          \"id\": 6181, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 115, \r\n          \"id\": 6734, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 116, \r\n          \"id\": 7290, \r\n          \"member_id\": \"A000055\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"45516\", \r\n      \"date_of_birth\": \"1965-07-22\", \r\n      \"district\": \"4\", \r\n      \"facebook_account\": \"RobertAderholt\", \r\n      \"first_name\": \"Robert\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/A000055.jpg\", \r\n      \"last_name\": \"Aderholt\", \r\n      \"member_id\": \"A000055\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Alabama\", \r\n      \"state_abr\": \"AL\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 48123, \r\n        \"name\": \"Alabama\", \r\n        \"population\": 4874747, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Coal\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"Robert_Aderholt\", \r\n      \"url\": \"https://aderholt.house.gov\", \r\n      \"votes_with_party_pct\": \"93.9\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s1418-105\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources; House Science; House Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/senate-bill/1418\", \r\n          \"cosponsors_by_party_D\": 2, \r\n          \"cosponsors_by_party_R\": 2, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"1997-11-07\", \r\n          \"senate_passage\": \"1998-07-17\", \r\n          \"short_title\": \"Methane Hydrate Research and Development Act of 1998\", \r\n          \"sponsor_id\": \"A000069\", \r\n          \"summary\": \"Methane Hydrate Research and Development Act of 1998 - Directs the Secretary of Energy to commence a methane hydrate research and development program. Authorizes the Secretary to: (1) award program grants or contracts to, or enter into cooperative agreements with, universities and industrial enterprises; and (2) establish a panel to provide advice on applications of methane hydrate and priorities for the program. Limits to five percent the amount of program funding that can be used for adminstrative expense and prohibits funding for building construction. Requires the Secretary, in awarding such grants or contracts or entering into such cooperative agreements, to: (1) facilitate and develop partnerships among government, industry, and academia; (2) undertake programs to develop basic information necessary for promoting long-term interest in methane hydrate resources as an energy source; (3) ensure that the data and information developed through the program are accessible and widely disseminated; (4) promote cooperation among agencies that are developing technologies that may hold promise for methane hydrate resource development; and (5) report annually to the Congress on accomplishments. Amends the Mining and Minerals Policy Act of 1970 to: (1) define \\\"methane hydrate\\\"; and (2) redefine \\\"marine mineral resource\\\" to include methane hydrate. Authorizes appropriations.\", \r\n          \"summary_short\": \"Methane Hydrate Research and Development Act of 1998 - Directs the Secretary of Energy to commence a methane hydrate research and development program. Authorizes the Secretary to: (1) award program grants or contracts to, or enter into cooperative agreements with, universities and industrial enterprises; and (2) establish a panel to provide advice on applications of methane hydrate and priorities for the program. Limits to five percent the amount of program funding that can be used for admins...\", \r\n          \"title\": \"A bill to promote the research, identification, assessment, exploration, and development of methane hydrate resources, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s1511-110\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Finance\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/senate-bill/1511\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 2, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2007-05-24\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Marine and Hydrokinetic Renewable Energy Promotion Act of 2007\", \r\n          \"sponsor_id\": \"A000069\", \r\n          \"summary\": \"Marine and Hydrokinetic Renewable Energy Promotion Act of 2007- Directs the Secretary of Energy to establish: (1) a marine and hydrokinetic renewable energy research program; and (2) an Adaptive Management and Environmental Fund to lend funds to approved applicants to cover the costs of projects that produce marine and hydrokinetic renewable energy. Instructs the Secretary of Commerce and the Secretary of the Interior to prepare jointly programmatic environmental impact statements regarding the impacts of the deployment of marine and hydrokinetic renewable energy technologies in U.S. navigable waters. Amends the Internal Revenue Code to allow: (1) a tax credit for electricity produced from marine and hydrokinetic renewable energy; and (2) an investment credit and five-year depreciation for equipment which produces electricity from marine and hydrokinetic renewable energy. Denies a tax credit for producing fuel from a nonconventional source (dual benefit) with respect to a marine and hydrokinetic facility for which an investment credit under this Act is claimed by the taxpayer.\", \r\n          \"summary_short\": \"Marine and Hydrokinetic Renewable Energy Promotion Act of 2007- Directs the Secretary of Energy to establish: (1) a marine and hydrokinetic renewable energy research program; and (2) an Adaptive Management and Environmental Fund to lend funds to approved applicants to cover the costs of projects that produce marine and hydrokinetic renewable energy. Instructs the Secretary of Commerce and the Secretary of the Interior to prepare jointly programmatic environmental impact statements regarding t...\", \r\n          \"title\": \"A bill to promote the development and use of marine and hydrokinetic renewable energy technologies, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s186-105\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/senate-bill/186\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"1997-01-22\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Emergency Petroleum Supply Act\", \r\n          \"sponsor_id\": \"A000069\", \r\n          \"summary\": \"Emergency Petroleum Supply Act - Amends the Energy Policy and Conservation Act with respect to each offering of a quantity of petroleum product during a drawdown of the Strategic Petroleum Reserve to prescribe guidelines according to which the State of Hawaii may: (1) submit binding offers for (thus becoming entitled to) and purchase categories of such product, receiving, at the Governor's request, first preference in scheduling for lifting; and (2) enter into agreements with eligible entities (local refineries) which may act on the State's behalf. Instructs the Secretary of Energy, at the request of the governor of an insular area, to assist such area in its efforts to maintain adequate petroleum products supplies for a maximum 180-day period.\", \r\n          \"summary_short\": \"Emergency Petroleum Supply Act - Amends the Energy Policy and Conservation Act with respect to each offering of a quantity of petroleum product during a drawdown of the Strategic Petroleum Reserve to prescribe guidelines according to which the State of Hawaii may: (1) submit binding offers for (thus becoming entitled to) and purchase categories of such product, receiving, at the Governor's request, first preference in scheduling for lifting; and (2) enter into agreements with eligible entitie...\", \r\n          \"title\": \"A bill to amend the Energy Policy and Conservation Act with respect to purchases from the Strategic Petroleum Reserve by entities in the insular areas of the United States, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s225-104\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/104th-congress/senate-bill/225\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"1995-01-12\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000069\", \r\n          \"summary\": \"Amends the Federal Power Act to remove hydroelectric power projects on fresh waters in the State of Hawaii from the licensing jurisdiction of the Federal Energy Regulatory Commission.\", \r\n          \"summary_short\": \"Amends the Federal Power Act to remove hydroelectric power projects on fresh waters in the State of Hawaii from the licensing jurisdiction of the Federal Energy Regulatory Commission.\", \r\n          \"title\": \"A bill to amend the Federal Power Act to remove the jurisdiction of the Federal Energy Regulatory Commission to license projects on fresh waters in the State of Hawaii.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s436-109\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/109th-congress/senate-bill/436\", \r\n          \"cosponsors_by_party_D\": 1, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2005-02-17\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000069\", \r\n          \"summary\": \"Directs the Secretary of Energy to assess the economic implications of the dependence of the State of Hawaii on oil as its principal source of energy, including: (1) the short- and long-term prospects for crude oil supply disruption and price volatility and potential impacts on the economy of Hawaii; (2) the economic relationship between oil-fired generation of electricity from residual fuel and refined petroleum products consumed for ground, marine, and air transportation; (3) the technical and economic feasibility of increasing the contribution of renewable energy resources for generation of electricity, on an island-by-island basis; (4) the technical and economic feasibility of using liquefied natural gas to displace residual fuel oil for electric generation; and (5) the technical and economic feasibility of using renewable energy sources (including hydrogen) for ground, marine, and air transportation energy applications to displace the use of refined petroleum products. Instructs the Secretary to report to Congress, detailing the findings, conclusions, and recommendations resulting from such assessment.\", \r\n          \"summary_short\": \"Directs the Secretary of Energy to assess the economic implications of the dependence of the State of Hawaii on oil as its principal source of energy, including: (1) the short- and long-term prospects for crude oil supply disruption and price volatility and potential impacts on the economy of Hawaii; (2) the economic relationship between oil-fired generation of electricity from residual fuel and refined petroleum products consumed for ground, marine, and air transportation; (3) the technical ...\", \r\n          \"title\": \"A bill to require the Secretary of Energy to assess the economic implications of the dependence of the State of Hawaii on oil as the principal source of energy for the State.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s698-105\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/senate-bill/698\", \r\n          \"cosponsors_by_party_D\": 2, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"1997-05-06\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Strategic Petroleum Reserve Replenishment Act\", \r\n          \"sponsor_id\": \"A000069\", \r\n          \"summary\": \"Strategic Petroleum Reserve Replenishment Act - Authorizes the Secretary of Energy to use underutilized Strategic Petroleum Reserve facilities to store petroleum product owned by a foreign government or its representative. Makes funds resulting from the leasing or other use of a Reserve facility available to the Secretary for the purchase of petroleum products for the Reserve without further appropriation.\", \r\n          \"summary_short\": \"Strategic Petroleum Reserve Replenishment Act - Authorizes the Secretary of Energy to use underutilized Strategic Petroleum Reserve facilities to store petroleum product owned by a foreign government or its representative. Makes funds resulting from the leasing or other use of a Reserve facility available to the Secretary for the purchase of petroleum products for the Reserve without further appropriation.\", \r\n          \"title\": \"A bill to amend the Energy Policy and Conservation Act to authorize the Secretary of Energy, by lease or otherwise, to store in underutilized Strategic Petroleum Reserve facilities petroleum products owned by foreign governments or their representatives, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s711-109\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/109th-congress/senate-bill/711\", \r\n          \"cosponsors_by_party_D\": 1, \r\n          \"cosponsors_by_party_R\": 2, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2005-04-05\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Methane Hydrate Research and Development Reauthorization Act of 2005\", \r\n          \"sponsor_id\": \"A000069\", \r\n          \"summary\": \"Methane Hydrate Research and Development Reauthorization Act of 2005 - Amends the Methane Hydrate Research and Development Act of 2000 to reauthorize the methane hydrate research and development program through FY 2010. Extends the current grant, contract, and cooperative agreement program to research to: (1) identify methane hydrate resources through remote sensing; and (2) acquire and reprocess seismic data suitable for characterizing methane hydrate accumulations. Instructs the Secretary to establish an advisory panel consisting of representatives of industrial enterprises, institutions of higher education, oceanographic institutions, State agencies, and environmental organizations with knowledge and expertise in the natural gas hydrates field. Requires the Secretary to offer to enter into an agreement with the National Research Council for a new report to Congress on program progress and recommendations by the end of FY 2009.\", \r\n          \"summary_short\": \"Methane Hydrate Research and Development Reauthorization Act of 2005 - Amends the Methane Hydrate Research and Development Act of 2000 to reauthorize the methane hydrate research and development program through FY 2010. Extends the current grant, contract, and cooperative agreement program to research to: (1) identify methane hydrate resources through remote sensing; and (2) acquire and reprocess seismic data suitable for characterizing methane hydrate accumulations. Instructs the Secretary t...\", \r\n          \"title\": \"A bill to amend the Methane Hydrate Research and Development Act of 2000 to reauthorize that Act and to promote the research, identification, assessment, exploration, and development of methane hydrate resources.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s739-108\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/108th-congress/senate-bill/739\", \r\n          \"cosponsors_by_party_D\": 5, \r\n          \"cosponsors_by_party_R\": 2, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2003-03-27\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"George E. Brown, Jr. and Robert S. Walker Hydrogen Future Act of 2003\", \r\n          \"sponsor_id\": \"A000069\", \r\n          \"summary\": \"George E. Brown, Jr. and Robert S. Walker Hydrogen Future Act of 2003 - Amends the Spark M. Matsunaga Hydrogen Research, Development, and Demonstration Act of 1990 to reauthorize and revise requirements for the Hydrogen Research, Development, and Demonstration programs, and to instruct the Secretary of Energy to prepare a comprehensive coordination plan for activities under this Act and under title II of the Hydrogen Future Act of 1996. Renames the Hydrogen Technical Advisory Panel as the Hydrogen Technical Advisory Committee to advise the Secretary on such programs. Requires the National Academy of Sciences to review progress under this Act every four years. Amends the Hydrogen Future Act of 1996 to revise requirements for the program for integration of fuel cells with hydrogen production systems. Instructs the Secretary to: (1) solicit proposals for projects demonstrating hydrogen technologies needed to use fuel cells in Federal, State, and local government stationary and transportation applications; and (2) establish an interagency task force to develop an implementation plan for a fuel cell demonstration program that includes hydrogen-based infrastructure for fleet transportation systems and for distributed power generation. Requires the Secretary to enter into cooperative and cost-sharing agreements with Federal, State, and local agencies for participation in related demonstrations.\", \r\n          \"summary_short\": \"George E. Brown, Jr. and Robert S. Walker Hydrogen Future Act of 2003 - Amends the Spark M. Matsunaga Hydrogen Research, Development, and Demonstration Act of 1990 to reauthorize and revise requirements for the Hydrogen Research, Development, and Demonstration programs, and to instruct the Secretary of Energy to prepare a comprehensive coordination plan for activities under this Act and under title II of the Hydrogen Future Act of 1996. Renames the Hydrogen Technical Advisory Panel as the Hyd...\", \r\n          \"title\": \"A bill to reauthorize and amend the Spark M. Matsunaga Hydrogen Research, Development, and Demonstration Act of 1990, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s846-105\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources; House Commerce\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/senate-bill/846\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"1997-06-05\", \r\n          \"senate_passage\": \"1998-06-25\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000069\", \r\n          \"summary\": \"Amends the Federal Power Act to remove hydroelectric power projects on fresh waters in the State of Hawaii from the licensing jurisdiction of the Federal Energy Regulatory Commission.\", \r\n          \"summary_short\": \"Amends the Federal Power Act to remove hydroelectric power projects on fresh waters in the State of Hawaii from the licensing jurisdiction of the Federal Energy Regulatory Commission.\", \r\n          \"title\": \"A bill to amend the Federal Power Act to remove the jurisdiction of the Federal Energy Regulatory Commission to license projects on fresh waters in the State of Hawaii.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s979-109\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/109th-congress/senate-bill/979\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2005-05-09\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Safe Storage of Radiological Materials Act of 2005\", \r\n          \"sponsor_id\": \"A000069\", \r\n          \"summary\": \"Safe Storage of Radiological Materials Act of 2005 - Directs the Secretary of Energy to submit to Congress: (1) an official notification of the final designation of an entity within the Department of Energy to have the responsibility of completing activities needed to provide a facility for safely disposing of all greater-than-Class C low-level radioactive waste; (2) a cost-estimate and a proposed schedule to complete an environmental impact statement and record of decision for a permanent disposal for greater-than-Class C radioactive waste; and (3) a plan to ensure the continued recovery and storage of greater-than-Class C low-level radioactive sealed sources that pose a security threat until a permanent disposal facility is available.\", \r\n          \"summary_short\": \"Safe Storage of Radiological Materials Act of 2005 - Directs the Secretary of Energy to submit to Congress: (1) an official notification of the final designation of an entity within the Department of Energy to have the responsibility of completing activities needed to provide a facility for safely disposing of all greater-than-Class C low-level radioactive waste; (2) a cost-estimate and a proposed schedule to complete an environmental impact statement and record of decision for a permanent di...\", \r\n          \"title\": \"A bill to strengthen United States capabilities to secure sealed sources of nuclear materials from terrorists.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 103, \r\n          \"id\": 1, \r\n          \"member_id\": \"A000069\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 104, \r\n          \"id\": 555, \r\n          \"member_id\": \"A000069\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 105, \r\n          \"id\": 1111, \r\n          \"member_id\": \"A000069\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 106, \r\n          \"id\": 1661, \r\n          \"member_id\": \"A000069\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 107, \r\n          \"id\": 2207, \r\n          \"member_id\": \"A000069\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 108, \r\n          \"id\": 2760, \r\n          \"member_id\": \"A000069\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 109, \r\n          \"id\": 3306, \r\n          \"member_id\": \"A000069\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 110, \r\n          \"id\": 3853, \r\n          \"member_id\": \"A000069\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 111, \r\n          \"id\": 4408, \r\n          \"member_id\": \"A000069\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 112, \r\n          \"id\": 4971, \r\n          \"member_id\": \"A000069\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"8704\", \r\n      \"date_of_birth\": \"1924-09-11\", \r\n      \"district\": \"0\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Daniel\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n      \"last_name\": \"Akaka\", \r\n      \"member_id\": \"A000069\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"Hawaii\", \r\n      \"state_abr\": \"HI\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Democratic\", \r\n        \"median_hh_income\": 77765, \r\n        \"name\": \"Hawaii\", \r\n        \"population\": 1427538, \r\n        \"primary_energy_source_1\": \"Petroleum\", \r\n        \"primary_energy_source_2\": \"Coal\", \r\n        \"primary_energy_source_3\": \"SolarEnergy\"\r\n      }, \r\n      \"title\": \"Senator, 1st Class\", \r\n      \"twitter_account\": \"SenatorAkaka\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"94.39\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hr1009-103\", \r\n          \"cosponsor_id\": \"A000109\", \r\n          \"id\": 726\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1514-104\", \r\n          \"cosponsor_id\": \"A000109\", \r\n          \"id\": 3553\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1552-103\", \r\n          \"cosponsor_id\": \"A000109\", \r\n          \"id\": 3811\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2106-104\", \r\n          \"cosponsor_id\": \"A000109\", \r\n          \"id\": 6665\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3386-103\", \r\n          \"cosponsor_id\": \"A000109\", \r\n          \"id\": 11294\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3967-103\", \r\n          \"cosponsor_id\": \"A000109\", \r\n          \"id\": 13373\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr70-103\", \r\n          \"cosponsor_id\": \"A000109\", \r\n          \"id\": 21612\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr752-104\", \r\n          \"cosponsor_id\": \"A000109\", \r\n          \"id\": 21889\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr873-104\", \r\n          \"cosponsor_id\": \"A000109\", \r\n          \"id\": 22611\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s129-110\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/senate-bill/129\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2007-01-04\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000109\", \r\n          \"summary\": \"Requires the Administrator of the Environmental Protection Agency (EPA), through the Energy Star program, to analyze and report to Congress on the growth and energy consumption of computer data centers by the federal government and private enterprise. Expresses the sense of Congress that it is in the United States' best interest for purchasers of computer servers to give high priority to energy efficiency as a factor in determining best value and performance for purchases of servers.\", \r\n          \"summary_short\": \"Requires the Administrator of the Environmental Protection Agency (EPA), through the Energy Star program, to analyze and report to Congress on the growth and energy consumption of computer data centers by the federal government and private enterprise. Expresses the sense of Congress that it is in the United States' best interest for purchasers of computer servers to give high priority to energy efficiency as a factor in determining best value and performance for purchases of servers.\", \r\n          \"title\": \"A bill to study and promote the use of energy-efficient computer servers in the United States.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s1517-110\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Armed Services\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/senate-bill/1517\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2007-05-24\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Oil Shale Reserve Fund Revenue Disposition Act\", \r\n          \"sponsor_id\": \"A000109\", \r\n          \"summary\": \"Oil Shale Reserve Fund Revenue Disposition Act - Amends federal law concerning the leasing to private entities by the Secretary of the Interior of certain federal oil shale reserves in Colorado to provide a new system for the distribution of revenues from such leases (currently, all proceeds are deposited into the Treasury). States that, for all proceeds received between November 18, 1997, and December 31, 2017: (1) 50% shall be transferred from the Secretary of the Treasury to the state of Colorado for deposit into its oil shale special fund; and (2) 50% shall be deposited into a special account of the Treasury. Requires amounts deposited into: (1) the Colorado special fund to be used to assist state agencies, school districts, and political subdivisions affected by the development and production of energy resources from oil shale in planning for and providing facilities and services associated with such development and production; and (2) the special account of the Treasury to be used for any of a number of purposes, including environmental restoration and financial assistance to the states of Colorado, Utah, and Wyoming for costs connected to energy resources development and production.\", \r\n          \"summary_short\": \"Oil Shale Reserve Fund Revenue Disposition Act - Amends federal law concerning the leasing to private entities by the Secretary of the Interior of certain federal oil shale reserves in Colorado to provide a new system for the distribution of revenues from such leases (currently, all proceeds are deposited into the Treasury). States that, for all proceeds received between November 18, 1997, and December 31, 2017: (1) 50% shall be transferred from the Secretary of the Treasury to the state of C...\", \r\n          \"title\": \"A bill to amend title 10, United States Code, to provide for the distribution of a share of certain mineral revenues to the State of Colorado, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s2501-107\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Armed Services\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/senate-bill/2501\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 2, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2002-05-09\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000109\", \r\n          \"summary\": \"Requires the Secretary of Energy, if the State of South Carolina acts to delay or restrict, or seeks or enforces a judgment to prohibit, the shipment of special nuclear materials (including weapons grade plutonium) to the Savannah River Site, South Carolina, for processing by the proposed mixed-oxide fuel fabrication facility at such Site, to: (1) reopen the Record of Decision on such facility to identify and evaluate alternative locations; and (2) conduct a study of the costs and implications for U.S. national security of converting the Site to an environmental management closure site and transferring all current and proposed national security activities at the Site to other facilities of the National Nuclear Security Administration of the Department of Energy.States that if the Secretary and the State enter into an agreement regarding the shipment of special nuclear materials to the Site for processing, the requirements of this Act shall not go into effect.\", \r\n          \"summary_short\": \"Requires the Secretary of Energy, if the State of South Carolina acts to delay or restrict, or seeks or enforces a judgment to prohibit, the shipment of special nuclear materials (including weapons grade plutonium) to the Savannah River Site, South Carolina, for processing by the proposed mixed-oxide fuel fabrication facility at such Site, to: (1) reopen the Record of Decision on such facility to identify and evaluate alternative locations; and (2) conduct a study of the costs and implication...\", \r\n          \"title\": \"A bill to establish requirements arising from the delay or restriction on the shipment of special nuclear materials to the Savannah River Site, Aiken, South Carolina.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s3062-110\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/senate-bill/3062\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2008-05-22\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Oil Shale Regulatory Act of 2008\", \r\n          \"sponsor_id\": \"A000109\", \r\n          \"summary\": \"Oil Shale Regulatory Act of 2008 - Amends the Department of the Interior, Environment, and Related Agencies Appropriations Act, 2008 to repeal its prohibition against the use of funds to: (1) publish regulations regarding a commercial leasing program for oil shale resources on public lands; or (2) conduct certain oil shale lease sales.Amends the Oil Shale, Tar Sands, and Other Strategic Unconventional Fuels Act of 2005 of the Energy Policy Act of 2005 to: (1) instruct the Secretary of the Interior to publish final regulations establishing a commercial leasing program for oil shale and tar sands not earlier than 90 days (currently, not later than six months) after completion of a specified programmatic environmental impact statement; and (2) authorize the Secretary, not earlier than December 31, 2011, to conduct a lease sale for oil shale and tar sands in a state that expresses support and interest in the development of tar sands and oil shale resources.\", \r\n          \"summary_short\": \"Oil Shale Regulatory Act of 2008 - Amends the Department of the Interior, Environment, and Related Agencies Appropriations Act, 2008 to repeal its prohibition against the use of funds to: (1) publish regulations regarding a commercial leasing program for oil shale resources on public lands; or (2) conduct certain oil shale lease sales.Amends the Oil Shale, Tar Sands, and Other Strategic Unconventional Fuels Act of 2005 of the Energy Policy Act of 2005 to: (1) instruct the Secretary of the Int...\", \r\n          \"title\": \"A bill to amend the Energy Policy Act of 2005 to modify certain provisions relating to oil shale leasing.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s465-107\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Finance\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/senate-bill/465\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 1, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2001-03-06\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Residential Solar Energy Tax Credit Act\", \r\n          \"sponsor_id\": \"A000109\", \r\n          \"summary\": \"Residential Solar Energy Tax Credit Act - Amends the Internal Revenue Code to allow a limited tax credit through tax year 2006 for residential solar energy property equal to the sum of: (1) 15 percent of the taxpayer's qualified photovoltaic property expenditures during the taxable year; and (2) 15 percent of the taxpayer's qualified solar water heating property expenditures during the same year.\", \r\n          \"summary_short\": \"Residential Solar Energy Tax Credit Act - Amends the Internal Revenue Code to allow a limited tax credit through tax year 2006 for residential solar energy property equal to the sum of: (1) 15 percent of the taxpayer's qualified photovoltaic property expenditures during the taxable year; and (2) 15 percent of the taxpayer's qualified solar water heating property expenditures during the same year.\", \r\n          \"title\": \"A bill to amend the Internal Revenue Code of 1986 to allow a credit for residential solar energy property.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 108, \r\n          \"member_id\": \"A000109\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 104, \r\n          \"id\": 660, \r\n          \"member_id\": \"A000109\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 105, \r\n          \"id\": 1112, \r\n          \"member_id\": \"A000109\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 106, \r\n          \"id\": 1662, \r\n          \"member_id\": \"A000109\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 107, \r\n          \"id\": 2208, \r\n          \"member_id\": \"A000109\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 108, \r\n          \"id\": 2762, \r\n          \"member_id\": \"A000109\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 109, \r\n          \"id\": 3308, \r\n          \"member_id\": \"A000109\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 110, \r\n          \"id\": 3855, \r\n          \"member_id\": \"A000109\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1943-12-02\", \r\n      \"district\": \"4\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Wayne\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/A000109.jpg\", \r\n      \"last_name\": \"Allard\", \r\n      \"member_id\": \"A000109\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Colorado\", \r\n      \"state_abr\": \"CO\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Democratic\", \r\n        \"median_hh_income\": 69117, \r\n        \"name\": \"Colorado\", \r\n        \"population\": 5607154, \r\n        \"primary_energy_source_1\": \"Coal\", \r\n        \"primary_energy_source_2\": \"NaturalGas\", \r\n        \"primary_energy_source_3\": \"WindEnergy\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"87.19\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s3649-109\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/109th-congress/senate-bill/3649\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2006-07-12\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Bolster Our Energy Security for Tomorrow Act\", \r\n          \"sponsor_id\": \"A000121\", \r\n          \"summary\": \"Bolster Our Energy Security for Tomorrow Act - Authorizes the Administrator of the Environmental Protection Agency (EPA), upon state request, to provide financial assistance to facilitate hiring additional personnel with expertise in fields relevant to consideration of federal refinery authorizations. Directs a federal agency responsible for federal refinery authorization, upon state request, to provide technical, legal, or other nonfinancial assistance to facilitate such consideration. Directs the President to: (1) appoint a federal coordinator to coordinate refinery authorization procedures; and (2) designate at least three closed military installations, or portions of them, as potentially suitable for the construction of a refinery. Requires that at least one such site be designated as potentially suitable for construction of a biomass refinery. Requires the appropriate redevelopment authority to consider the feasibility and practicability of siting a refinery on the closed military installation when preparing or revising the redevelopment plan for it. Prescribes guidelines for the management and disposal of real property. Amends the Energy Policy Act of 2005 to repeal its refinery revitalization authority.\", \r\n          \"summary_short\": \"Bolster Our Energy Security for Tomorrow Act - Authorizes the Administrator of the Environmental Protection Agency (EPA), upon state request, to provide financial assistance to facilitate hiring additional personnel with expertise in fields relevant to consideration of federal refinery authorizations. Directs a federal agency responsible for federal refinery authorization, upon state request, to provide technical, legal, or other nonfinancial assistance to facilitate such consideration. Direc...\", \r\n          \"title\": \"A bill to expedite the consideration of permits for refineries, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s3684-109\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/109th-congress/senate-bill/3684\", \r\n          \"cosponsors_by_party_D\": 5, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2006-07-18\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000121\", \r\n          \"summary\": \"Requires the Administrator of the Environmental Protection Agency (EPA), through the Energy Star program, to analyze and report to Congress on the growth and energy consumption of computer data centers by the federal government and private enterprise. Expresses the sense of Congress that it is in the United States' best interest for purchasers of computer servers to give high priority to energy efficiency as a factor in determining best value and performance for purchases of servers.\", \r\n          \"summary_short\": \"Requires the Administrator of the Environmental Protection Agency (EPA), through the Energy Star program, to analyze and report to Congress on the growth and energy consumption of computer data centers by the federal government and private enterprise. Expresses the sense of Congress that it is in the United States' best interest for purchasers of computer servers to give high priority to energy efficiency as a factor in determining best value and performance for purchases of servers.\", \r\n          \"title\": \"A bill to study and promote the use of energy efficient computer servers in the United States.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"s3970-109\", \r\n          \"bill_type\": \"s\", \r\n          \"committees\": \"Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/109th-congress/senate-bill/3970\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2006-09-28\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000121\", \r\n          \"summary\": \"Amends the Energy Policy Act of 2005 to direct the President to establish an Energy Security Working Group to develop an inventory of worldwide energy reserves to assist the federal government to: (1) prioritize potential alliances between the United States and foreign countries; (2) recognize undue influences, if any, on strategically important foreign countries; and (3) develop a strategic plan for the United States to identify and support strategic energy alliances with foreign countries.\", \r\n          \"summary_short\": \"Amends the Energy Policy Act of 2005 to direct the President to establish an Energy Security Working Group to develop an inventory of worldwide energy reserves to assist the federal government to: (1) prioritize potential alliances between the United States and foreign countries; (2) recognize undue influences, if any, on strategically important foreign countries; and (3) develop a strategic plan for the United States to identify and support strategic energy alliances with foreign countries.\", \r\n          \"title\": \"A bill to amend the Energy Policy Act of 2005 to direct the President to establish an energy security working group.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 107, \r\n          \"id\": 2209, \r\n          \"member_id\": \"A000121\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 108, \r\n          \"id\": 2763, \r\n          \"member_id\": \"A000121\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 109, \r\n          \"id\": 3309, \r\n          \"member_id\": \"A000121\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1952-03-08\", \r\n      \"district\": \"0\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"George\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Allen\", \r\n      \"member_id\": \"A000121\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Virginia\", \r\n      \"state_abr\": \"VA\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Democratic\", \r\n        \"median_hh_income\": 71535, \r\n        \"name\": \"Virginia\", \r\n        \"population\": 8470020, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Coal\"\r\n      }, \r\n      \"title\": \"Senator, 1st Class\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"93.11\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hr1539-103\", \r\n          \"cosponsor_id\": \"A000209\", \r\n          \"id\": 3788\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3546-103\", \r\n          \"cosponsor_id\": \"A000209\", \r\n          \"id\": 11697\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 109, \r\n          \"member_id\": \"A000209\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1944-02-07\", \r\n      \"district\": \"25\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Michael\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Andrews\", \r\n      \"member_id\": \"A000209\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"Texas\", \r\n      \"state_abr\": \"TX\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 59206, \r\n        \"name\": \"Texas\", \r\n        \"population\": 28304596, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"Coal\", \r\n        \"primary_energy_source_3\": \"WindEnergy\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"83.65\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 71\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1001-106\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 713\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1103-109\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 1103\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1241-109\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 1461\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1279-108\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 1648\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1282-108\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 1728\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1294-108\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 1825\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1303-106\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 2025\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1358-106\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 2354\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1366-104\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 2374\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1380-112\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 2565\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1437-105\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 2979\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1459-108\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 3109\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1514-104\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 3554\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1756-112\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 4559\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1781-107\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 4929\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1798-109\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 4973\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1956-104\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 5798\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2108-107\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 6699\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2147-107\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 6810\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2361-110\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 7614\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2498-109\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 8296\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2662-108\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 8513\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2730-109\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 8722\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2909-105\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 9595\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3023-108\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 10155\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3220-110\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 10767\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3457-104\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 11440\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3589-111\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 12010\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3610-105\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 12085\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3762-109\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 12624\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3953-108\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 13333\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4365-108\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 14265\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4384-109\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 14366\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4394-103\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 14376\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr440-103\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 14407\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4843-107\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 15494\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr539-110\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 16661\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6-110\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 18487\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr622-107\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 19681\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr670-110\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 21166\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr752-104\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 21890\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr778-107\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 22307\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr790-108\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 22380\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr837-109\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 22561\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr882-108\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 23002\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr969-110\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 23433\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr983-109\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 23641\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr3548-105\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Commerce; House Transportation and Infrastructure\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/house-bill/3548\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"1998-03-25\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Environmental Priorities Act of 1998\", \r\n          \"sponsor_id\": \"A000210\", \r\n          \"summary\": \"Environmental Priorities Act of 1998 - Makes this Act effective for a consumer sector in any State in the first year after all of a State's regulated and nonregulated electric utilities have established retail electric service choice for customers in such sector, but no earlier than 2001. Requires providers of retail electric services to contribute to the fiscal agent for the Environmental Priorities Board (established by this Act) ten percent of the total consumer savings for the consumer sector for that calendar year. Defines: (1) \\\"consumer savings\\\" as the amount by which the potential rate for electric energy provided to a consumer sector exceeds the current rate for the sector, multiplied by the sector's total consumption (in kilowatt-hours) during a calendar year; and (2) \\\"potential rate\\\" as the average kilowatt-hour rate paid by the provider's customers in that sector during the 12-month period preceding the date on which retail electric service choice was established, adjusted for inflation. Requires the Administrator of the Environmental Protection Agency to establish a National Environmental Priorities Board. Directs the Board to: (1) establish regulations governing creation of an Environmental Priorities Program, to include criteria and methods of selecting State projects to receive support; and (2) enter into arrangements with a non-federal fiscal agent to receive and disburse contributions described by this Act. Authorizes States in which retail electric service choice has been established for any consumer sector to establish public purpose programs and apply for matching funding to support environmental priorities programs. Requires the fiscal agent to distribute contributions to States to carry out such programs.\", \r\n          \"summary_short\": \"Environmental Priorities Act of 1998 - Makes this Act effective for a consumer sector in any State in the first year after all of a State's regulated and nonregulated electric utilities have established retail electric service choice for customers in such sector, but no earlier than 2001. Requires providers of retail electric services to contribute to the fiscal agent for the Environmental Priorities Board (established by this Act) ten percent of the total consumer savings for the consumer se...\", \r\n          \"title\": \"To establish a Fund for Environmental Priorities to be funded by a portion of the consumer savings resulting from retail electricity choice, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr416-107\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce; House Transportation and Infrastructure\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-bill/416\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2001-02-06\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Environmental Priorities Act of 2001\", \r\n          \"sponsor_id\": \"A000210\", \r\n          \"summary\": \"Environmental Priorities Act of 2001 - Requires providers of retail electric services to contribute to the fiscal agent for the Environmental Priorities Board (established by this Act) ten percent of the total consumer savings for the consumer sector for that calendar year.Requires the Administrator of the Environmental Protection Agency to establish a National Environmental Priorities Board to establish regulations governing creation of an Environmental Priorities Program.Authorizes States in which retail electric service choice has been established for any consumer sector to establish public purpose programs and apply for matching funding to support environmental priorities programs.\", \r\n          \"summary_short\": \"Environmental Priorities Act of 2001 - Requires providers of retail electric services to contribute to the fiscal agent for the Environmental Priorities Board (established by this Act) ten percent of the total consumer savings for the consumer sector for that calendar year.Requires the Administrator of the Environmental Protection Agency to establish a National Environmental Priorities Board to establish regulations governing creation of an Environmental Priorities Program.Authorizes States i...\", \r\n          \"title\": \"To establish a Fund for Environmental Priorities to be funded by a portion of the consumer savings resulting from retail electricity choice, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr5853-109\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Agriculture\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/109th-congress/house-bill/5853\", \r\n          \"cosponsors_by_party_D\": 2, \r\n          \"cosponsors_by_party_R\": 3, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2006-07-20\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Oil and Gas Traders Oversight Act of 2006\", \r\n          \"sponsor_id\": \"A000210\", \r\n          \"summary\": \"Oil and Gas Traders Oversight Act of 2006 - Amends the Commodity Exchange Act to prescribe reporting and recordkeeping requirements for positions involving energy commodities (a commodity or the derivatives of a commodity used primarily as a source of energy). Directs the Commodity Futures Trading Commission to subject to the requirements of this Act a contract, agreement, or transaction for future delivery in an energy commodity.\", \r\n          \"summary_short\": \"Oil and Gas Traders Oversight Act of 2006 - Amends the Commodity Exchange Act to prescribe reporting and recordkeeping requirements for positions involving energy commodities (a commodity or the derivatives of a commodity used primarily as a source of energy). Directs the Commodity Futures Trading Commission to subject to the requirements of this Act a contract, agreement, or transaction for future delivery in an energy commodity.\", \r\n          \"title\": \"To amend the Commodity Exchange Act to add a provision relating to reporting and recordkeeping for positions involving energy commodities.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr653-108\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce; House Transportation and Infrastructure\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/108th-congress/house-bill/653\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2003-02-07\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Environmental Priorities Act of 2003\", \r\n          \"sponsor_id\": \"A000210\", \r\n          \"summary\": \"Environmental Priorities Act of 2003 - Requires providers of retail electric services to contribute to the fiscal agent for the Environmental Priorities Board (established by this Act) ten percent of the total consumer savings for the consumer sector for that calendar year.Requires the Administrator of the Environmental Protection Agency to establish a National Environmental Priorities Board to establish regulations governing creation of an Environmental Priorities Program.Authorizes States in which retail electric service choice has been established for any consumer sector to establish public purpose programs and apply for matching funding to support environmental priorities programs.\", \r\n          \"summary_short\": \"Environmental Priorities Act of 2003 - Requires providers of retail electric services to contribute to the fiscal agent for the Environmental Priorities Board (established by this Act) ten percent of the total consumer savings for the consumer sector for that calendar year.Requires the Administrator of the Environmental Protection Agency to establish a National Environmental Priorities Board to establish regulations governing creation of an Environmental Priorities Program.Authorizes States i...\", \r\n          \"title\": \"To establish a Fund for Environmental Priorities to be funded by a portion of the consumer savings resulting from retail electricity choice, and for other purposes.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 110, \r\n          \"member_id\": \"A000210\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 104, \r\n          \"id\": 661, \r\n          \"member_id\": \"A000210\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 105, \r\n          \"id\": 1214, \r\n          \"member_id\": \"A000210\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 106, \r\n          \"id\": 1766, \r\n          \"member_id\": \"A000210\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 107, \r\n          \"id\": 2318, \r\n          \"member_id\": \"A000210\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 108, \r\n          \"id\": 2868, \r\n          \"member_id\": \"A000210\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 109, \r\n          \"id\": 3413, \r\n          \"member_id\": \"A000210\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 110, \r\n          \"id\": 3962, \r\n          \"member_id\": \"A000210\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 111, \r\n          \"id\": 4526, \r\n          \"member_id\": \"A000210\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 112, \r\n          \"id\": 5081, \r\n          \"member_id\": \"A000210\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 113, \r\n          \"id\": 5634, \r\n          \"member_id\": \"A000210\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"19670\", \r\n      \"date_of_birth\": \"1957-08-04\", \r\n      \"district\": \"1\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Robert\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/A000210.jpg\", \r\n      \"last_name\": \"Andrews\", \r\n      \"member_id\": \"A000210\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"New Jersey\", \r\n      \"state_abr\": \"NJ\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Democratic\", \r\n        \"median_hh_income\": 80088, \r\n        \"name\": \"New Jersey\", \r\n        \"population\": 9005644, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"SolarEnergy\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"RepAndrews\", \r\n      \"url\": \"http://andrews.house.gov/\", \r\n      \"votes_with_party_pct\": \"81.74\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"A000211\", \r\n          \"id\": 72\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"A000211\", \r\n          \"id\": 197\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1009-103\", \r\n          \"cosponsor_id\": \"A000211\", \r\n          \"id\": 727\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3513-103\", \r\n          \"cosponsor_id\": \"A000211\", \r\n          \"id\": 11641\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 111, \r\n          \"member_id\": \"A000211\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1953-03-22\", \r\n      \"district\": \"1\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Thomas\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Andrews\", \r\n      \"member_id\": \"A000211\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"Maine\", \r\n      \"state_abr\": \"ME\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Democratic\", \r\n        \"median_hh_income\": 56277, \r\n        \"name\": \"Maine\", \r\n        \"population\": 1335907, \r\n        \"primary_energy_source_1\": \"Hydroelectricity\", \r\n        \"primary_energy_source_2\": \"Biomass\", \r\n        \"primary_energy_source_3\": \"WindEnergy\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"91.44\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 172\r\n}"},{"id":"21a12a7c-f864-463f-a423-f6c5240c1b0f","name":"GET /api/congressmembers?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.empoweringknowledge.me/api/congressmembers?page=2","protocol":"https","host":["api","empoweringknowledge","me"],"path":["api","congressmembers"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 1545, \r\n  \"objects\": [\r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"A000214\", \r\n          \"id\": 198\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3386-103\", \r\n          \"cosponsor_id\": \"A000214\", \r\n          \"id\": 11295\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 112, \r\n          \"member_id\": \"A000214\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1928-03-27\", \r\n      \"district\": \"18\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Douglas\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Applegate\", \r\n      \"member_id\": \"A000214\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"Ohio\", \r\n      \"state_abr\": \"OH\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 54021, \r\n        \"name\": \"Ohio\", \r\n        \"population\": 11658609, \r\n        \"primary_energy_source_1\": \"Coal\", \r\n        \"primary_energy_source_2\": \"NaturalGas\", \r\n        \"primary_energy_source_3\": \"NuclearPower\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"82.17\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hr2106-104\", \r\n          \"cosponsor_id\": \"A000215\", \r\n          \"id\": 6666\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4588-103\", \r\n          \"cosponsor_id\": \"A000215\", \r\n          \"id\": 14934\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr1121-104\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Ways and Means\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/104th-congress/house-bill/1121\", \r\n          \"cosponsors_by_party_D\": 1, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"1995-03-03\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Tax Technical Corrections Act of 1995\", \r\n          \"sponsor_id\": \"A000215\", \r\n          \"summary\": \"Tax Technical Corrections Act of 1995 - Makes technical amendments to the Revenue Reconciliation Act of 1990 and the Revenue Reconciliation Act of 1993. Provides for the application of amendments made by title XII of the Omnibus Budget Reconciliation Act of 1990. Includes among such amendments clarification of U.S. shareholder interests in controlled foreign corporations with respect to dividends, modification of the election to include a child's unearned income on a parent's return, and certain investments in annuity contracts.\", \r\n          \"summary_short\": \"Tax Technical Corrections Act of 1995 - Makes technical amendments to the Revenue Reconciliation Act of 1990 and the Revenue Reconciliation Act of 1993. Provides for the application of amendments made by title XII of the Omnibus Budget Reconciliation Act of 1990. Includes among such amendments clarification of U.S. shareholder interests in controlled foreign corporations with respect to dividends, modification of the election to include a child's unearned income on a parent's return, and cert...\", \r\n          \"title\": \"To make technical corrections relating to the Revenue Reconciliation Act of 1990 and the Revenue Reconciliation Act of 1993, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr1215-104\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Ways and Means; Senate Finance\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/104th-congress/house-bill/1215\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"1995-04-05\", \r\n          \"introduced_date\": \"1995-03-13\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Tax Fairness and Deficit Reduction Act of 1995\", \r\n          \"sponsor_id\": \"A000215\", \r\n          \"summary\": \"TABLE OF CONTENTS: Title I: Discretionary Savings Title II: Extension of Authority of Federal Communications Commission to Use Competitive Bidding Title III: Privatization of the United States Enrichment Corporation Title IV: Retirement Title V: Medicare Savings Extensions Subtitle A: Provisions Relating to Part A of the Medicare Program Subtitle B: Provisions Relating to Part B of the Medicare Program Subtitle C: Provisions Relating to Parts A and B of the Medicare Program Title VI: Contract With America Tax Relief Act of 1995 Subtitle A: American Dream Restoration Subtitle B: Senior Citizens' Equity Subtitle C: Job Creation and Wage Enhancement Subtitle D: Family Reinforcement Subtitle E: Social Security Earnings Test Subtitle F: Technical Corrections Subtitle G: Tax Reduction Contingent on Deficit Reduction Tax Fairness and Deficit Reduction Act of 1995 - Title I: Discretionary Savings - Discretionary Spending Reduction and Control Act of 1995 - Amends the Congressional Budget Act of 1974 to establish discretionary spending limits for FY 1996 through 2000. Extends congressional committee allocation and enforcement provisions and the applicability of certain points of order through FY 2000. Extends the requirement for five-year concurrent resolutions on the budget through FY 2000. Amends the Balanced Budget and Emergency Deficit Control Act of 1985 (Gramm-Rudman-Hollings Act) to establish amounts for FY 1996 through 2000 to eliminate budgetary excess from the Violent Crime Reduction Trust Fund. (Sec. 1003) Revises the general statement of budget enforcement to apply to discretionary spending limits and pay-as-you-go requirements rather than expired maximum deficit amounts. (Sec. 1004) Extends enforcement of discretionary spending limits, pay-as-you-go requirements, and reporting requirements through FY 2000. (Sec. 1009) Provides a special rule on the interrelationship between changes in discretionary spending limits and pay-as-you-go requirements for enforcement purposes. Prohibits changes in direct spending and receipts resulting from this Act from being reflected in pay-as-you-go estimates. Revises the final sequestration report to be made by the Office of Management and Budget for FY 1996. Title II: Extension of Authority of Federal Communications Commission to Use Competitive Bidding - Amends the Communications Act of 1934 to extend through FY 2000 the authority of the Federal Communications Commission to use competitive bidding in granting licenses and permits. Title III: Privatization of the United States Enrichment Corporation - USEC Privatization Act - Provides for the transfer by the United States Enrichment Corporation of some or all of its assets and obligations regarding uranium- and uranium enrichment- related activities to a private corporation. Title IV: Retirement - Congressional and Federal Employee Retirement Equalization Act - Increases, incrementally through 1997, percentages of basic pay which may be deposited by a Federal employee or Member of Congress in the Civil Service Retirement and Disability Fund for service for which retirement deductions or deposits have not been made. Adjusts employing agency deductions and withholding according to this schedule. Provides that Government contributions shall be determined, with respect to service after 1995, according to the 1995 applicable percentage plus three percent. Conforms military basic pay and volunteers' readjustment allowance or stipend percentages to the percentages for employee service. Revises Federal Employees' Retirement System (FERS) deductions and withholding so that the rates applicable to Federal and congressional employees and Members, increased incrementally through 1997, are made uniform. Provides higher rates for law enforcement officers, fire fighters, and air traffic controllers. Conforms military basic pay and volunteers' compensation percentages to the FERS percentages for employee service. Exempts postal employees from the applicability of these Civil Service Retirement System (CSRS) and FERS contribution changes. (Sec. 4004) Revises rules relating to average pay, for purposes of computing employee annuities or survivor annuities for employees separating after 1995, to increase the number of consecutive years of service considered. Revises accrual rates, with respect to annuities of congressional employees and Members with at least five years of service, to compute annuities on the basis of service before 1996. Applies, in the case of immediate retirement, the 1.1 percent accrual rate in the computation of the basic annuity of a Member or congressional employee who separates after January 1, 1996. (Sec. 4006) Eliminates the option of Members not to participate in FERS. Title V: Medicare Savings Extensions- Medicare Presidential Budget Savings Extension Act of 1995 - Subtitle A: Provisions Relating to Part A of the Medicare Program - Amends title XVIII (Medicare) of the Social Security Act (SSA) to prohibit the Secretary of Health and Human Services (Secretary), with respect to per diem limits on routine costs of services of skilled nursing facilities or prospective payments to such facilities, from considering changes in the costs of services occurring during cost periods which began in FY 1994 or 1995. Subtitle B: Provisions Relating to Part B of the Medicare Program - Sets the monthly part B premium (for supplementary medical insurance) at 50 percent of the monthly actuarial rate for enrollees age 65 and over. Subtitle C: Provisions Relating to Parts A and B of the Medicare Program - Amends title XVIII secondary payer provisions to extend permanently requirements for employer responses to fiscal intermediaries or carriers inquiring as to coverage of an employee under a group health plan. Amends the Internal Revenue Code to extend permanently requirements of the Secretary of the Treasury and the Commissioner of Social Security to provide taxpayer identity information for verification of Medicare beneficiary employment status. Extends permanently the prohibition on large group health plans from taking into account that a disabled active individual under age 65 is entitled to Medicare benefits under title II (Old Age, Survivors and Disability Insurance) of the SSA. Extends the period during which a group health plan may not take into account that an individual with end stage renal disease is entitled to Medicare benefits solely by reason of title II provisions. Prohibits the Secretary, in determining limits on reasonable costs of home health care agency services, from taking into account changes in the costs of services furnished with respect to cost reporting periods which began on or after July 1, 1994, and before July 1, 1996. Title VI: Contract With America Tax Relief Act of 1995 - Contract With America Tax Relief Act of 1995 - Subtitle A: American Dream Restoration - Amends the Internal Revenue Code to allow individuals a tax credit of $500 multiplied by the number of qualifying children who have not attained age 18. Places limitations on such credit for taxpayer adjusted gross incomes over $200,000. Provides an inflation adjustment for such credit and the taxpayer adjusted gross income amount. (Sec. 6102) Allows a marriage penalty reduction credit for qualified married couples to be determined under tables prescribed by the Secretary of the Treasury. (Sec. 6103) Establishes individual retirement plans (IRAs) which can be designated as American Dream Savings Accounts. Disallows a tax deduction for amounts contributed to such accounts. Limits contributions to such accounts to the lesser of $2,000, or compensation includible in an individual's gross income for a taxable year ($4,000 in the case of certain married individuals). Provides an inflation adjustment on such amounts. Permits contributions to be made after age 70 and one-half. Excludes distributions from such accounts from gross income and makes the penalty on early distributions inapplicable. Designates qualified distributions as those: (1) made after the individual attains age 59 and one-half; (2) made to a beneficiary on or after the death of the individual; (3) attributable to the individual being disabled; and (4) qualified as special purpose distributions. Prohibits qualified distributions from being made within the five-year period since the account began. Describes special purpose distributions as those for: (1) qualified first-time homebuyers; (2) qualified higher education expenses; and (3) qualified medical expenses, including long-term care insurance. Terminates the authority to make nondeductible contributions to IRAs. (Sec. 6104) Provides for computing a spousal IRA on the basis of compensation of both spouses. Subtitle B: Senior Citizens' Equity - Amends the Internal Revenue Code to decrease the tax on social security benefits from 1996 through 1999. Terminates such tax after December 31, 1999. (Sec. 6211) Provides for the treatment of qualified long-term care insurance as accident and health insurance for purposes of insurance company taxation. Prohibits long-term care insurance under cafeteria plans. Includes in the gross income of an employee employer-provided coverage for qualified long-term care services provided through flexible spending arrangements. Provides that the continuation coverage excise tax does not apply to a group health plan solely by reason of failing to provide long-term care insurance. Declares that payments to relatives (unlicensed with respect to long-term medical care services) shall be treated as not paid for medical care. (Sec. 6212) Includes amounts paid for qualified long-term care services as medical expenses deductible from gross income. (Sec. 6213) Provides for the nonrecognition of gain or loss on the exchange of any life insurance contract or an endowment or annuity contract for a long-term care insurance contract. (Sec. 6214) Excludes from gross income certain amounts withdrawn from individual retirement accounts and certain employer cash or deferred arrangements to pay long-term care premiums. (Sec. 6221) Provides for the exclusion as a death benefit of any amount paid or advanced to an individual under a life insurance contract because such individual is terminally ill or chronically ill and confined to a qualified facility. (Sec. 6222) Allows insurance companies to issue accelerated death benefit riders on life insurance contracts. (Sec. 6231) Includes in gross income excess long-term care benefits, except for terminally ill individuals. (Sec. 6232) Establishes reporting requirements for persons who pay long-term care benefits. Subtitle C: Job Creation and Wage Enhancement - Amends the Internal Revenue Code to allow a 50 percent income tax deduction for the net capital gain of noncorporate taxpayers. Allows such deduction in computing gross income. (Sec. 6302) Requires indexing, based on the gross national product deflator, of the adjusted basis of certain assets (corporate stock and tangible property that is a capital asset or property used in a trade or business) that have been held for more than three years at the time of sale or other transfer, solely for the purpose of determining gain or loss. Allows a taxpayer, other than a corporation that holds any readily tradable stock on January 1, 1995, to treat such stock as having been sold on the last business day before such date for an amount equal to its closing market price on such last business day (and as having been reacquired on such last business day for an amount equal to such closing market price). (Sec. 6311) Reduces the alternative capital gains tax on corporations from 35 percent to 25 percent. (Sec. 6316) Allows an itemized deduction for losses arising from the sale or exchange of a principal residence. (Sec. 6321) Allows the depreciation deduction to be computed based on a neutral recovery basis for property placed in service after December 31, 1994. (Sec. 6322) Provides for the treatment of lessor improvements which are abandoned at the termination of a lease. (Sec. 6331) Phases out the alternative minimum tax for corporations to zero after December 31, 2000. Provides for earlier termination of certain tax adjustments. (Sec. 6341) Establishes in the Treasury a Public Debt Reduction Trust Fund for the deposit of portions of tax liability designated by individuals. Makes amounts in such Trust Fund available only to pay at maturity, or to redeem or buy before maturity, any obligation of the Federal Government included in the public debt. Prohibits the reissuance of any obligation which is paid, redeemed, or bought with amounts from the Trust Fund. Amends the Balanced Budget and Emergency Deficit Control Act of 1985 to require a sequestration (reduction) of Federal spending equivalent to the aggregate amounts designated for payment to such Fund. Sets forth congressional reporting requirements. (Sec. 6351) Increases the unified credit against the estate tax and the unified credit against the gift tax and provides a cost-of-living adjustment for such credits. Provides an inflation adjustment for the alternate valuation of certain farm and business property, the gift tax exclusion, the generation-skipping tax exemption, and the estate tax on closely held businesses. (Sec. 6352) Increases the dollar limitation on the election to expense certain depreciable business assets. (Sec. 6353) Includes as a principal place of business, for purposes of qualifying a home office for the deductibility of expenses, a place of business used by the taxpayer for administrative or management activities of a trade or business if there is no other fixed location where the taxpayer conducts such activities. (Sec. 6354) Treats the storage of product samples as inventory for deduction purposes. Subtitle D: Family Reinforcement - Allows an income tax credit for up to $5,000 of qualified adoption expenses paid or incurred by the taxpayer during the taxable year. Sets forth a formula for reduction of such credit for taxpayers whose adjusted gross income exceeds $60,000. Denies such a credit for any expense for which a deduction or credit is allowable under another Code provision. Defines \\\"qualified adoption expenses\\\" as reasonable and necessary adoption fees, court costs, attorney's fees, and other lawful expenses directly related to legal adoption of a child, but not any expenses paid from any funds received under a Federal, State, or local program. Disqualifies for such a credit any expenses in connection with the adoption of a child of the taxpayer's spouse. (Sec. 6402) Allows a tax credit for an individual who maintains a household which includes one or more qualified persons requiring custodial care equal to $500 for each such person. Subtitle E: Social Security Earnings Test - Amends title II (Old Age, Survivors and Disability Insurance) of the Social Security Act to increase the monthly exempt amount for individuals who have attained retirement age. Subtitle F: Tec\", \r\n          \"summary_short\": \"TABLE OF CONTENTS: Title I: Discretionary Savings Title II: Extension of Authority of Federal Communications Commission to Use Competitive Bidding Title III: Privatization of the United States Enrichment Corporation Title IV: Retirement Title V: Medicare Savings Extensions Subtitle A: Provisions Relating to Part A of the Medicare Program Subtitle B: Provisions Relating to Part B of the Medicare Program Subtitle C: Provisions Relating to Parts A and B of the Medicare Program Title VI: Contract...\", \r\n          \"title\": \"To amend the Internal Revenue Code of 1986 to strengthen the American family and create jobs.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr2645-105\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Ways and Means\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/house-bill/2645\", \r\n          \"cosponsors_by_party_D\": 1, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"1997-10-09\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Tax Technical Corrections Act of 1997\", \r\n          \"sponsor_id\": \"A000215\", \r\n          \"summary\": \"Tax Technical Corrections Act of 1997 - Amends the Internal Revenue Code (IRC), the Taxpayer Relief Act of 1997 (which primarily amended the IRC), and other tax legislation to revise provisions concerning, among other things: (1) credits for children; (2) education incentives; (3) savings and investment incentives; (4) estate, gift, and generation-skipping taxes; (5) incentives for the revitalization of the District of Columbia; (6) excise taxes; (7) financial products; (8) corporate organizations and reorganizations; (9) foreign investments and tax credits; (10) the means of tax payment; (11) pensions and employee benefits; (12) unused business credits; and (13) stapled entities. Makes such revisions effective as if included in the Taxpayer Relief Act of 1997, with exceptions.\", \r\n          \"summary_short\": \"Tax Technical Corrections Act of 1997 - Amends the Internal Revenue Code (IRC), the Taxpayer Relief Act of 1997 (which primarily amended the IRC), and other tax legislation to revise provisions concerning, among other things: (1) credits for children; (2) education incentives; (3) savings and investment incentives; (4) estate, gift, and generation-skipping taxes; (5) incentives for the revitalization of the District of Columbia; (6) excise taxes; (7) financial products; (8) corporate organiza...\", \r\n          \"title\": \"To make technical corrections related to the Taxpayer Relief Act of 1997 and certain other tax legislation.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr2676-105\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Ways and Means; House Government Reform and Oversight; House Rules; Senate Finance\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/house-bill/2676\", \r\n          \"cosponsors_by_party_D\": 19, \r\n          \"cosponsors_by_party_R\": 24, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"1997-11-05\", \r\n          \"introduced_date\": \"1997-10-21\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Internal Revenue Service Restructuring and Reform Act of 1998\", \r\n          \"sponsor_id\": \"A000215\", \r\n          \"summary\": \"TABLE OF CONTENTS: Title I: Reorganization of Structure and Management of the Internal Revenue Service Subtitle A: Reorganization of the Internal Revenue Service Subtitle B: Executive Branch Governance and Senior Management Subtitle C: Personnel Flexibilities Title II: Electronic Filing Title III: Taxpayer Protection and Rights Subtitle A: Burden of Proof Subtitle B: Proceedings by Taxpayers Subtitle C: Relief for Innocent Spouses and for Taxpayers Unable to Manage Their Financial Affairs Due to Disabilities Subtitle D: Provisions Relating To Interest and Penalties Subtitle E: Protections for Taxpayers Subject to Audit or Collection Activities Subtitle F: Disclosures to Taxpayers Subtitle G: Low-Income Taxpayer Clinics Subtitle H: Other Matters Subtitle I: Studies Title IV: Congressional Accountability for the Internal Revenue Service Subtitle A: Oversight Subtitle B: Century Date Change Subtitle C: Tax Law Complexity Title V: Additional Provisions Title VI: Technical Corrections Title VII: Revenue Provisions Title VIII: Identification of Limited Tax Benefits Subject to Line Item Veto Title IX: Technical Corrections to Transportation Equity Act for the 21st Century Internal Revenue Service Restructuring and Reform Act of 1998 - Title I: Reorganization of Structure and Management of the Internal Revenue Service - Subtitle A: Reorganization of the Internal Revenue Service - Directs the Commissioner of the Internal Revenue Service to develop and implement a plan to reorganize the Internal Revenue Service (IRS) which shall: (1) supersede any organization or reorganization of the IRS based on any statute or reorganization plan applicable on the effective date of this Act; (2) eliminate or substantially modify the existing organization of the IRS which is based on a national, regional, and district structure; (3) establish organizational units serving particular groups of taxpayers with similar needs; and (4) ensure an independent appeals function within the IRS, including the prohibition in the plan of ex parte communications between appeals officers and other IRS employees to the extent that such communications appear to compromise the independence of appeals officers. (Sec. 1002) Directs the IRS to review and restate its mission to place a greater emphasis on serving the public and meeting taxpayers' needs. Subtitle B: Executive Branch Governance and Senior Management - Amends the Internal Revenue Code (IRC) to replace provisions providing for the appointment of a Commissioner of Internal Revenue with provisions establishing, within the Department of the Treasury, an Internal Revenue Service Oversight Board (the Board) which shall have nine members (appointed for five year terms) consisting of: (1) six non-Federal employees appointed by the President; (2) the Secretary of the Treasury or the Deputy Secretary of the Treasury; (3) the Commissioner of Internal Revenue; and (4) a full-time Federal employee or a representative of employees who is appointed by the President, by and with the advice and consent of the Senate. Directs the Board, in general, to oversee the IRS in its administration, management, conduct, direction, and supervision of the execution and application of the internal revenue laws and tax conventions. Directs the Board, in addition to: (1) ensure that the organization and operation of the IRS allows it to carry out its mission; and (2) ensure that appropriate confidentiality is maintained in the exercise of its duties. Prohibits the Board from having responsibility with respect to: (1) the development and formulation of Federal tax policy; (2) IRS law enforcement activities; (3) specific IRS procurement activities; or (4) specific personnel actions, except with respect to the matters listed in clause (3) of the next sentence. Sets forth the specific responsibilities of the Board, including: (1) reviewing and approving the strategic plans of the IRS; (2) reviewing the operational functions of the IRS; (3) recommending a Commissioner to the President, reviewing the Commissioner's selection, evaluation, and compensation of senior IRS personnel, and reviewing and approving any plan of the Commissioner for any major IRS reorganization); (4) reviewing and approving the IRS budget request; and (5) ensuring the proper treatment of taxpayers by IRS employees. Amends the Internal Revenue Code to prohibit the disclosure of any return information to any Board member, subject to exceptions. (Sec. 1102) Directs the President to appoint, for a term of five years (currently, there is no specified term limit), an IRS Commissioner who shall: (1) administer, manage, conduct, direct, and supervise the execution and application of the internal revenue laws and tax conventions; and (2) recommend to the President an IRS Chief Counsel, and recommend to the President the removal of such Chief Counsel. Directs the IRS Chief Counsel to report directly to the Commissioner, subject to stated exceptions. Reestablishes, within the IRS, the Office of the Taxpayer Advocate which shall be under the direction of the National Taxpayer Advocate. Provides for a National Taxpayer Advocate and at least one local taxpayer advocate for each State. Directs such Office to: (1) assist taxpayers in resolving problems with the IRS; and (2) identify and propose changes to the IRS to mitigate the problems of taxpayers. Sets forth reporting requirements and additional responsibilities. Permits the National Taxpayer Advocate to issue a Taxpayer Assistance Order in cases of significant hardship (as defined). Establishes reporting and auditing duties for the Treasury Inspector General for Tax Administration. (Sec. 1103) Amends the Inspector General Act of 1978 to establish, in the Department of the Treasury: (1) an Office of Inspector General of the Department of the Treasury; and (2) an Office of Treasury Inspector General for Tax Administration. Limits authority of the Secretary of the Treasury with respect to the Treasury Inspector General for Tax Administration. Grants the Treasury Inspector General for Tax administration sole authority under the Inspector General Act of 1978 to conduct an audit or investigation of the IRS Oversight Board and the Chief Counsel for the IRS. Sets forth additional duties of such Inspector General, including conducting an audit or investigation relating to the IRS upon the request (requires a written explanation of any denial of such a request) of the IRS Commissioner or Oversight Board. Terminates the current Office of Chief Inspector of the IRS and provides for the transfer of personnel. (Sec. 1104) Authorizes the Commissioner, unless otherwise prescribed by the Secretary, (currently, the Secretary) to employ the number of persons as is proper to administer and enforce the internal revenue laws. (Sec. 1105) Prohibits any applicable person (defined as the President, Vice President, or an employee of either and any Level I Executive Schedule employee, except the U.S. Attorney General) from requesting any IRS employee to conduct or terminate any audit or investigation of a taxpayer. Requires any IRS employee receiving any such request to report to the Treasury Inspector General for Tax Administration. Sets forth exceptions. Subtitle C: Personnel Flexibilities - Amends Federal law concerning Government organization and employees to set forth special personnel flexibility provisions concerning the IRS which provide, among other things, for: (1) streamlined pay authority for critical positions; (2) recruitment, retention, relocation incentives, and relocation expenses; (3) performance awards for senior executives; and (4) a \\\"broad-banded system\\\" of classification and pay grouping for the general IRS workforce. (Sec. 1202) Establishes voluntary separation incentives, effective through December 31, 2002. (Sec. 1203) Requires termination of the employment of an IRS employee upon the final determination that such employee has committed certain acts or omissions, including: (1) failure to obtain required approval prior to a seizure; (2) making a false statement under oath concerning a material matter involving a taxpayer; (3) violating the constitutional or civil rights of a taxpayer; (4) falsifying or destroying documents to conceal mistakes; (5) assaulting a taxpayer; (6) threatening a taxpayer for the purpose of extracting personal gain; and (7) specified willful violations of the Internal Revenue Code. (Sec. 1204) Prohibits using records of tax enforcement results to evaluate or set production quotas for IRS employees. (Sec. 1205) Requires the IRS to implement an employee training program in customer service. Title II: Electronic Filing - States that it is the policy of the Congress that paperless filing: (1) should be the preferred form of filing; (2) that by the year 2007, at least 80 percent of all returns should be filed electronically; and (3) should be encouraged by the IRS through cooperation with the private sector. Sets forth plans to achieve such goals and reporting requirements. (Sec. 2002) Provides, with respect to electronic filing, for specified studies and reports. (Sec. 2003) Set forth provisions concerning, among other things: (1) electronic signatures; (2) Internet availability of tax forms; (3) disclosure; (4) a return-free system for appropriate individuals; and (5) access to account information. Title III: Taxpayer Protection and Rights - Taxpayer Bill of Rights 3 - Subtitle A: Burden of Proof - Places the burden of proof in any court proceeding, with respect to any factual issue relevant to ascertaining the income tax liability of a taxpayer, on the Secretary, but only if: (1) the taxpayer has complied with applicable substantiation requirements; (2) the taxpayer has maintained all required records and has cooperated fully with the Secretary with respect to an issue; and (3) in the case of a partnership, corporation, or trust meets the IRC definition of the term prevailing party. Subtitle B: Proceedings by Taxpayers - Revises provisions concerning the awarding of reasonable attorney's fees to, among other things, increase from $110 to $125 the hourly rate cap on such fees. (Sec. 3102) Permits civil damages (of up to $100,000) if any IRS employee, in connection with any collection activity, negligently disregards the IRC. (Currently, damages (of up to $1 million) are allowed only if the employee recklessly or intentionally disregards the IRC.) Permits such damages for an individual other than the taxpayer who is harmed by unauthorized collection activities. (Sec. 3103) Increases, from $10,000 to $50,000, the amount in controversy permitted on the small case calendar. (Sec. 3104) Sets forth provisions concerning actions with respect to certain estates which have elected the installment method of payment. (Sec. 3105) Directs the IRS to amend its administrative procedures to provide that if, upon examination, the IRS proposes to an issuer that interest on previously issued obligations of such issuer is not excludable from gross income as interest on any State or local bond, the issuer of such obligations shall have an administrative appeal of right to a senior officer of the IRS Office of Appeals. (Sec. 3106) Sets forth provisions concerning civil actions for the release of an erroneous lien. Subtitle C: Relief for Innocent Spouses and for Taxpayers Unable to Manage Their Financial Affairs Due to Disabilities - Limits an electing innocent spouse's tax liability, if the election is found to have been validly made. (Sec. 3202) Provides for the suspension of the statute of limitations for claiming a refund or credit during periods of a medically determined physical or mental impairment. Subtitle D: Provisions Relating To Interest and Penalties - Establishes a net interest rate of zero on equivalent amounts of overpayment and underpayment existing for any period. (Sec. 3302) Increases, by one percent, the overpayment rate payable to taxpayers other than corporations. (Sec. 3303) Mitigates the penalty on an individual's failure to pay if an installment agreement is in effect. (Sec. 3304) Permits a taxpayer (generally an employer) to designate the period to which each payroll tax deposit is to apply, thereby mitigating the current penalty for missing a deposit. (Sec. 3305) Suspends interest and certain penalties if, one year after a return is filed or a return is due, the IRS has not sent the taxpayer a deficiency notice. (Sec. 3306) Sets forth provisions concerning: (1) procedural requirements for imposition of penalties and additions to tax; (2) personal delivery of notice concerning failure to collect and pay over tax, or attempt to evade or defeat tax; (3) notice requirements concerning interest; and (4) abatement of interest on underpayments by taxpayers in a presidentially declared disaster area. Subtitle E: Protections for Taxpayers Subject to Audit or Collection Activities - Requires notice of the filing of a lien no more than five business days after filing the notice of the lien. Grants a taxpayer up to 30 days following the five-day period to request a hearing. Requires any hearing to be conducted by an impartial officer. Requires notice and opportunity for a hearing before any levy is made. (Sec. 3411) Extends the attorney-client privilege to tax communications between a taxpayer and a federally authorized tax practitioner. (Sec. 3412) Prohibits the use of financial status or economic reality examination techniques to determine the existence of unreported income, unless there is a reasonable indication of unreported income. (Sec. 3413) Prohibits, as a general rule, issuing a summons in a tax matter for any computer software source code. (Sec. 3414) Prohibits threatening to audit a taxpayer in an attempt to coerce the taxpayer into a Tip Reporting Alternative Commitment Agreement. (Sec. 3415) Sets forth provisions concerning: (1) permitting taxpayer motions to quash third-party summonses; (2) service to third-party recordkeepers by mail; and (3) requiring notice to third-parties prior to the IRS contacting such parties. (Sec. 3421) Requires a supervisor's approval of before an IRS employee can file a lien. (Sec. 3431) Increases to: (1) $6,250 the value of personal effects exempt from levy; and (2) $3,125 the value of books and tools of a trade exempt from levy. (Sec. 3432) Requires the IRS to release as soon as practicable an uncollectible wage levy upon agreement that the levy is not collectible. (Sec. 3433) Prohibits an IRS levy if there is a pending refund proceeding. Sets forth other provisions concerning an IRS levy. (Sec. 3441) Prohibits the IRS from selling seized property at less than the minimum bid price. (Sec. 3442) Sets forth provisions concerning: (1) an accounting to the taxpayer of the sale of the taxpayer's seized property; (2) implementation of a uniform asset disposal mechanism; and (3) codification of IRS administrative procedures requiring investigation of the status of property\", \r\n          \"summary_short\": \"TABLE OF CONTENTS: Title I: Reorganization of Structure and Management of the Internal Revenue Service Subtitle A: Reorganization of the Internal Revenue Service Subtitle B: Executive Branch Governance and Senior Management Subtitle C: Personnel Flexibilities Title II: Electronic Filing Title III: Taxpayer Protection and Rights Subtitle A: Burden of Proof Subtitle B: Proceedings by Taxpayers Subtitle C: Relief for Innocent Spouses and for Taxpayers Unable to Manage Their Financial Affairs Due...\", \r\n          \"title\": \"To amend the Internal Revenue Code of 1986 to restructure and reform the Internal Revenue Service, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr4738-105\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Ways and Means\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/house-bill/4738\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"1998-10-12\", \r\n          \"introduced_date\": \"1998-10-08\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000215\", \r\n          \"summary\": \"TABLE OF CONTENTS: Title I: Extension and Modification of Certain Expiring Provisions Subtitle A: Tax Provisions Subtitle B: Generalized System of Preferences Title II: Other Provisions Title III: Revenue Offsets Title IV: Technical Corrections Title I: Extension and Modification of Certain Expiring Provisions - Subtitle A: Tax Provisions - Amends the Internal Revenue Code (IRC) to temporarily extend the: (1) credit for increasing research activities; and (2) work opportunity credit. (Sec. 103) Amends the Taxpayer Relief Act of 1997 to permanently extend income averaging for farmers. (Sec. 104) Extends permanently the special rule for contributions of stock for which market quotations are readily available. Establishes rules for the public inspection of the returns of private foundations. (Sec. 105) Revises provisions concerning the special rule for income derived in the active conduct of banking, financing, or similar businesses to provide, as general rule, that foreign personal holding company income shall not include qualified banking or financing income of an eligible controlled foreign corporation. Revises the definition of insurance income and provides that, as a general rule, foreign personal holding company income shall not include qualified insurance income of a qualifying insurance company. (Sec. 106) Extends provisions which permit the disclosure of tax return information to the Secretary of Education with respect to taxpayers who have certain student loans. Subtitle B: Generalized System of Preferences - Amends the Trade Act of 1974 to extend the Generalized System of Preferences through December 31, 1999. Provides for the retroactive application of certain liquidations and reliquidations. Title II: Other Provisions - Requires a comprehensive study and report of recovery periods and depreciation methods under the accelerated cost recovery system. (Sec. 202) Amends the Agricultural Market Transition Act to disregard specified payment options provided by the Emergency Farm Financial Relief Act. (Sec. 203) Provides for the deduction of 100 percent of the costs of the health insurance of self-employed individuals by the year 2003 (currently, by the year 2007). (Sec. 204) Increases the State private activity bond volume limit to $75 per resident or an aggregate limit of $225 million by calendar year 2007. (Sec. 205) Increases by one percent, for 1999 and 2000, the estimated tax safe harbor for those individuals with incomes over $150,000. (Sec. 206) Provides that any agreement with a State (or any modification thereof) entered into for coverage of State and local government employees under title II (Old Age, Survivors and Disability Insurance) of the Social Security Act may, at the State's option, be modified at any time on or after January 1, 1999, and on or before January 1, 2000, to exclude service performed in the employ of a school, college, or university by a student enrolled and regularly attending classes at such institution. Makes any such modification irrevocable. Title III: Revenue Offsets - Amends IRC provisions concerning the complete liquidations of subsidiaries to provide that if a corporation receives a distribution form a regulated investment company or a real estate investment trust which is considered as being in complete liquidation of such company or trust, then such corporation shall treat as a dividend from such trust or company an amount equal to the deduction for dividends paid allowable to such company or trust by reason of such distribution. (Sec. 302) Adds any vaccine against rotavirus gastroenteritis to the list of taxable vaccines. (Sec. 303) Modifies the definitions of \\\"mathematical or clerical error\\\" and \\\"specified liability loss.\\\" Title IV: Technical Corrections - Revises provisions of the IRC, the Internal Revenue Service Restructuring and Reform Act of 1998, the Taxpayer Relief Act of 1997, the Tax Reform Act of 1984, and the Transportation Equity Act for the 21st Century.\", \r\n          \"summary_short\": \"TABLE OF CONTENTS: Title I: Extension and Modification of Certain Expiring Provisions Subtitle A: Tax Provisions Subtitle B: Generalized System of Preferences Title II: Other Provisions Title III: Revenue Offsets Title IV: Technical Corrections Title I: Extension and Modification of Certain Expiring Provisions - Subtitle A: Tax Provisions - Amends the Internal Revenue Code (IRC) to temporarily extend the: (1) credit for increasing research activities; and (2) work opportunity credit. (Sec. 10...\", \r\n          \"title\": \"To amend the Internal Revenue Code of 1986 to extend certain expiring provisions, provide tax relief for farmers and small businesses, and for other purposes.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr668-105\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Ways and Means\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/house-bill/668\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"1997-02-26\", \r\n          \"introduced_date\": \"1997-02-11\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Airport and Airway Trust Fund Tax Reinstatement Act of 1997\", \r\n          \"sponsor_id\": \"A000215\", \r\n          \"summary\": \"Airport and Airway Trust Fund Tax Reinstatement Act of 1997 - Amends the Internal Revenue Code to restore the Airport and Airway Trust Fund excise taxes. Extends authority to transfer revenue to such Fund.\", \r\n          \"summary_short\": \"Airport and Airway Trust Fund Tax Reinstatement Act of 1997 - Amends the Internal Revenue Code to restore the Airport and Airway Trust Fund excise taxes. Extends authority to transfer revenue to such Fund.\", \r\n          \"title\": \"To amend the Internal Revenue Code of 1986 to reinstate the Airport and Airway Trust Fund excise taxes, and for other purposes.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 113, \r\n          \"member_id\": \"A000215\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 104, \r\n          \"id\": 662, \r\n          \"member_id\": \"A000215\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 105, \r\n          \"id\": 1215, \r\n          \"member_id\": \"A000215\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 106, \r\n          \"id\": 1767, \r\n          \"member_id\": \"A000215\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1928-03-22\", \r\n      \"district\": \"7\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Bill\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Archer\", \r\n      \"member_id\": \"A000215\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Texas\", \r\n      \"state_abr\": \"TX\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 59206, \r\n        \"name\": \"Texas\", \r\n        \"population\": 28304596, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"Coal\", \r\n        \"primary_energy_source_3\": \"WindEnergy\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"86.23\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hr1024-107\", \r\n          \"cosponsor_id\": \"A000217\", \r\n          \"id\": 846\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1116-106\", \r\n          \"cosponsor_id\": \"A000217\", \r\n          \"id\": 1189\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1552-103\", \r\n          \"cosponsor_id\": \"A000217\", \r\n          \"id\": 3812\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1577-105\", \r\n          \"cosponsor_id\": \"A000217\", \r\n          \"id\": 3975\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1649-106\", \r\n          \"cosponsor_id\": \"A000217\", \r\n          \"id\": 4241\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1993-104\", \r\n          \"cosponsor_id\": \"A000217\", \r\n          \"id\": 6195\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2485-107\", \r\n          \"cosponsor_id\": \"A000217\", \r\n          \"id\": 8045\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3030-103\", \r\n          \"cosponsor_id\": \"A000217\", \r\n          \"id\": 10158\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr622-107\", \r\n          \"cosponsor_id\": \"A000217\", \r\n          \"id\": 19682\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr752-104\", \r\n          \"cosponsor_id\": \"A000217\", \r\n          \"id\": 21891\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 114, \r\n          \"member_id\": \"A000217\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 104, \r\n          \"id\": 663, \r\n          \"member_id\": \"A000217\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 105, \r\n          \"id\": 1216, \r\n          \"member_id\": \"A000217\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 106, \r\n          \"id\": 1768, \r\n          \"member_id\": \"A000217\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 107, \r\n          \"id\": 2319, \r\n          \"member_id\": \"A000217\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1940-07-07\", \r\n      \"district\": \"26\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Richard\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Armey\", \r\n      \"member_id\": \"A000217\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Texas\", \r\n      \"state_abr\": \"TX\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 59206, \r\n        \"name\": \"Texas\", \r\n        \"population\": 28304596, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"Coal\", \r\n        \"primary_energy_source_3\": \"WindEnergy\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"88.54\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 115, \r\n          \"member_id\": \"A000224\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1938-07-21\", \r\n      \"district\": \"1\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Leslie\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Aspin\", \r\n      \"member_id\": \"A000224\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"Wisconsin\", \r\n      \"state_abr\": \"WI\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 59305, \r\n        \"name\": \"Wisconsin\", \r\n        \"population\": 5795483, \r\n        \"primary_energy_source_1\": \"Coal\", \r\n        \"primary_energy_source_2\": \"NaturalGas\", \r\n        \"primary_energy_source_3\": \"Nuclear\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"0.0\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 104, \r\n          \"id\": 554, \r\n          \"member_id\": \"A000355\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 105, \r\n          \"id\": 1110, \r\n          \"member_id\": \"A000355\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 106, \r\n          \"id\": 1660, \r\n          \"member_id\": \"A000355\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1952-06-12\", \r\n      \"district\": \"0\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Spencer\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Abraham\", \r\n      \"member_id\": \"A000355\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Michigan\", \r\n      \"state_abr\": \"MI\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Democratic\", \r\n        \"median_hh_income\": 54909, \r\n        \"name\": \"Michigan\", \r\n        \"population\": 9962311, \r\n        \"primary_energy_source_1\": \"Coal\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"NaturalGas\"\r\n      }, \r\n      \"title\": \"Senator, 1st Class\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"93.08\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 104, \r\n          \"id\": 556, \r\n          \"member_id\": \"A000356\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 105, \r\n          \"id\": 1113, \r\n          \"member_id\": \"A000356\"\r\n        }, \r\n        {\r\n          \"chamber\": \"senate\", \r\n          \"con_num\": 106, \r\n          \"id\": 1663, \r\n          \"member_id\": \"A000356\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1942-05-09\", \r\n      \"district\": \"0\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"John\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Ashcroft\", \r\n      \"member_id\": \"A000356\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Missouri\", \r\n      \"state_abr\": \"MO\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 53578, \r\n        \"name\": \"Missouri\", \r\n        \"population\": 6113532, \r\n        \"primary_energy_source_1\": \"Coal\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"NaturalGas\"\r\n      }, \r\n      \"title\": \"Senator, 1st Class\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"93.31\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 37\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1001-106\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 717\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1138-106\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 1266\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1234-109\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 1413\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1272-108\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 1568\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1275-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 1586\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1294-108\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 1786\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1300-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 1910\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1331-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 2227\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1358-106\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 2355\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1401-105\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 2844\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1437-105\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 2953\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1468-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 3182\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1506-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 3355\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1556-108\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 3919\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1830-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 5114\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1838-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 5373\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1957-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 5837\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2040-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 6489\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2392-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 7755\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2758-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 8913\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2839-108\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 9420\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3004-108\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 10108\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3101-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 10475\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3107-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 10526\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3220-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 10761\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3246-108\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 11004\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3263-109\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 11033\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3610-105\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 12168\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4126-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 13667\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4244-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 13802\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4275-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 13866\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4479-109\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 14662\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5234-109\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 16185\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5248-109\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 16281\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5365-109\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 16482\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr539-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 16675\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5473-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 16857\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5632-109\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 17355\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr570-108\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 17676\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr589-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 17981\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr594-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 18064\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5965-109\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 18252\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 18485\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6022-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 18868\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr622-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 19851\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6238-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 19979\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6427-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 20401\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6473-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 20512\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6532-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 20719\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr7051-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 21688\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr778-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 22272\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr876-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 22911\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr878-109\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 22977\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr954-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 23331\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr969-110\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 23466\r\n        }, \r\n        {\r\n          \"bill_id\": \"hres300-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 24038\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr3944-109\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Ways and Means\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/109th-congress/house-bill/3944\", \r\n          \"cosponsors_by_party_D\": 13, \r\n          \"cosponsors_by_party_R\": 2, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2005-09-29\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Small Business Fuel Cost Relief Act of 2005\", \r\n          \"sponsor_id\": \"A000357\", \r\n          \"summary\": \"Small Business Fuel Cost Relief Act of 2005 - Amends the Internal Revenue Code to allow certain commercial farmers, fishermen, and small business owners a temporary two-year business tax credit for excessive fuel cost (i.e., for gasoline, diesel fuel, heating oil, and natural gas. Defines \\\"excessive fuel cost\\\" as the amount currently paid for fuel over the Labor Day 2004 price for such fuel, adjusted for inflation. Allows taxpayers a standard automobile mileage allowance of 60 cents per mile in lieu of the tax credit provided by this Act.\", \r\n          \"summary_short\": \"Small Business Fuel Cost Relief Act of 2005 - Amends the Internal Revenue Code to allow certain commercial farmers, fishermen, and small business owners a temporary two-year business tax credit for excessive fuel cost (i.e., for gasoline, diesel fuel, heating oil, and natural gas. Defines \\\"excessive fuel cost\\\" as the amount currently paid for fuel over the Labor Day 2004 price for such fuel, adjusted for inflation. Allows taxpayers a standard automobile mileage allowance of 60 cents per mile ...\", \r\n          \"title\": \"To amend the Internal Revenue Code of 1986 to allow a temporary credit against income tax to offset the high fuel costs of small businesses, farmers, and fishermen.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr5547-110\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/house-bill/5547\", \r\n          \"cosponsors_by_party_D\": 7, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2008-03-06\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Consumer Protection and Cost Accountability Act\", \r\n          \"sponsor_id\": \"A000357\", \r\n          \"summary\": \"Consumer Protection and Cost Accountability Act - Amends the Federal Power Act to require the Federal Energy Regulatory Commission (FERC) to consider whether a rate or charge made, demanded, or received by a Transmission Organization (TO) would enable the TO to provide or facilitate reliable service to consumers at the lowest reasonable cost.Instructs FERC, in determining whether a TO filing to establish or change a rate or charge is consistent with specified requirements, to consider whether the rate or charge would: (1) provide consumer benefits that outweigh any anticipated costs to consumers as demonstrated by a cost-benefit analysis submitted by the TO; or (2) have only a de minimis impact upon the total delivered costs to the consumer.Directs FERC to ensure that each TO is subject to biennial, independent audits.\", \r\n          \"summary_short\": \"Consumer Protection and Cost Accountability Act - Amends the Federal Power Act to require the Federal Energy Regulatory Commission (FERC) to consider whether a rate or charge made, demanded, or received by a Transmission Organization (TO) would enable the TO to provide or facilitate reliable service to consumers at the lowest reasonable cost.Instructs FERC, in determining whether a TO filing to establish or change a rate or charge is consistent with specified requirements, to consider whether...\", \r\n          \"title\": \"To amend the Federal Power Act to ensure that the mission and functions of Regional Transmission Organizations and Independent System Operators include keeping energy costs as low as reasonably possible for consumers, and for other purposes.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 105, \r\n          \"id\": 1213, \r\n          \"member_id\": \"A000357\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 106, \r\n          \"id\": 1765, \r\n          \"member_id\": \"A000357\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 107, \r\n          \"id\": 2317, \r\n          \"member_id\": \"A000357\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 108, \r\n          \"id\": 2867, \r\n          \"member_id\": \"A000357\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 109, \r\n          \"id\": 3412, \r\n          \"member_id\": \"A000357\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 110, \r\n          \"id\": 3960, \r\n          \"member_id\": \"A000357\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1945-04-16\", \r\n      \"district\": \"1\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Thomas\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/A000357.jpg\", \r\n      \"last_name\": \"Allen\", \r\n      \"member_id\": \"A000357\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"Maine\", \r\n      \"state_abr\": \"ME\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Democratic\", \r\n        \"median_hh_income\": 56277, \r\n        \"name\": \"Maine\", \r\n        \"population\": 1335907, \r\n        \"primary_energy_source_1\": \"Hydroelectricity\", \r\n        \"primary_energy_source_2\": \"Biomass\", \r\n        \"primary_energy_source_3\": \"WindEnergy\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"94.11\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hr1213-108\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 1397\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1241-109\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 1446\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1279-108\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 1675\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1380-112\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 2653\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1412-112\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 2856\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1431-111\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 2887\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1493-109\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 3251\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1499-112\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 3265\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1777-112\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 4767\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1888-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 5536\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2300-111\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 7406\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2353-111\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 7580\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2365-107\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 7678\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2417-112\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 7819\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2493-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 8146\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2498-109\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 8270\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2784-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 9012\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2828-111\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 9322\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2846-111\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 9431\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2927-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 9794\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3089-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 10355\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3119-108\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 10577\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3244-112\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 10870\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3246-108\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 10971\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3811-109\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 12797\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3828-109\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 12907\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr392-111\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 13239\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3953-108\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 13340\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4318-109\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 14115\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4843-107\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 15434\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr49-112\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 15643\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5165-108\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 15985\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5453-109\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 16730\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5478-109\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 16921\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5616-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 17340\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5700-109\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 17711\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5789-111\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 17847\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6107-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 19060\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6108-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 19265\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr622-107\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 19680\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6244-112\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 20010\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6384-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 20350\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6418-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 20380\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6463-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 20502\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6566-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 20887\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr668-112\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 21087\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6717-110\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 21362\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr896-111\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 23104\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr91-112\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 23210\r\n        }, \r\n        {\r\n          \"bill_id\": \"hres140-112\", \r\n          \"cosponsor_id\": \"A000358\", \r\n          \"id\": 23831\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr6207-110\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce; House Ways and Means; House Rules; House Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/house-bill/6207\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 38, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2008-06-09\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"$150 Barrel Energy Extortion Act of 2008\", \r\n          \"sponsor_id\": \"A000358\", \r\n          \"summary\": \"$150 Barrel Energy Extortion Act of 2008 - Instructs the Secretary of the Treasury to prescribe certain income tax regulations relating to an election to expense certain refineries. Amends the Internal Revenue Code (IRC) to treat domestic use oil refinery facilities bonds as exempt facility bonds. Instructs the President to designate, and make available to the private sector, at least 10 federal sites for siting and construction of an oil refinery or natural gas refinery (or both). Amends the Energy Policy Act of 2005 to revise the terms and conditions under which the Secretary of Energy (Secretary) is authorized to guarantee obligations for innovative technologies. Revises requirements governing the Secretary's authority to enter into contracts with sponsors of an advanced nuclear facility. Directs the Secretary to carry out a Nuclear Power 2010 Program to position the nation to start construction of new nuclear power plants as close to 2010 as achievable. Establishes an Interagency Working Group to make recommendations to coordinate federal actions and programs to promote increasing domestic manufacturing capacity and export of domestic nuclear energy products and services. Amends the IRC to allow tax credits for: (1) investment in a qualifying nuclear power manufacturing project or equipment; and (2) nuclear power facility construction. Instruct the Secretary of Labor to promulgate regulations to implement a training program to meet the demand for a nuclear energy workforce. Instructs the Secretary to establish a National Nuclear Energy Council. Authorizes the Secretary to initiate temporary spent nuclear fuel storage agreements. Declares that no consideration of the public health and safety, common defense and security, or environmental impacts of the storage of high-level radioactive waste and spent nuclear fuel generated in reactors licensed by the Nuclear Regulatory Commission (NRC) is required in connection with development, construction, and operation of a civilian nuclear power reactor or any facility for the treatment or storage of spent nuclear fuel or high-level radioactive waste. Amends the IRC to: (1) apply the tax credit for producing fuel from nonconventional sources to gas produced onshore from formations more than 15,000 feet deep; and (2) allow a tax credit for carbon dioxide captured from industrial sources and used as a tertiary injectant in enhanced oil and natural gas recovery. Terminates all laws prohibiting expenditures for oil and natural gas leasing and preleasing activities for areas of the outer Continental Shelf. American-Made Energy and Good Jobs Act - Provides for: (1) a competitive leasing program for the exploration, development, and production of oil and gas on the Alaskan Coastal Plain; (2) distribution of federal and state revenues from federal oil and gas leasing and operations; (3) rights-of-way and easements across the Coastal Plain for oil and gas transportation; and (4) financial assistance for local government impact aid and community service assistance.\", \r\n          \"summary_short\": \"$150 Barrel Energy Extortion Act of 2008 - Instructs the Secretary of the Treasury to prescribe certain income tax regulations relating to an election to expense certain refineries. Amends the Internal Revenue Code (IRC) to treat domestic use oil refinery facilities bonds as exempt facility bonds. Instructs the President to designate, and make available to the private sector, at least 10 federal sites for siting and construction of an oil refinery or natural gas refinery (or both). Amends the...\", \r\n          \"title\": \"To develop American energy independence, lower gas prices, and open reliable national sources of energy.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 107, \r\n          \"id\": 2316, \r\n          \"member_id\": \"A000358\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 108, \r\n          \"id\": 2864, \r\n          \"member_id\": \"A000358\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 109, \r\n          \"id\": 3410, \r\n          \"member_id\": \"A000358\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 110, \r\n          \"id\": 3958, \r\n          \"member_id\": \"A000358\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 111, \r\n          \"id\": 4523, \r\n          \"member_id\": \"A000358\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 112, \r\n          \"id\": 5076, \r\n          \"member_id\": \"A000358\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"87412\", \r\n      \"date_of_birth\": \"1947-07-05\", \r\n      \"district\": \"2\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Todd\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/A000358.jpg\", \r\n      \"last_name\": \"Akin\", \r\n      \"member_id\": \"A000358\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Missouri\", \r\n      \"state_abr\": \"MO\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 53578, \r\n        \"name\": \"Missouri\", \r\n        \"population\": 6113532, \r\n        \"primary_energy_source_1\": \"Coal\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"NaturalGas\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"reptoddakin\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"94.35\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hr3460-107\", \r\n          \"cosponsor_id\": \"A000359\", \r\n          \"id\": 11471\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4060-107\", \r\n          \"cosponsor_id\": \"A000359\", \r\n          \"id\": 13574\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr752-108\", \r\n          \"cosponsor_id\": \"A000359\", \r\n          \"id\": 22213\r\n        }, \r\n        {\r\n          \"bill_id\": \"hres300-107\", \r\n          \"cosponsor_id\": \"A000359\", \r\n          \"id\": 24051\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr3241-107\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-bill/3241\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2001-11-07\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000359\", \r\n          \"summary\": \"Amends the Energy Conservation and Production Act to make Puerto Rico eligible for the weatherization assistance program.\", \r\n          \"summary_short\": \"Amends the Energy Conservation and Production Act to make Puerto Rico eligible for the weatherization assistance program.\", \r\n          \"title\": \"To extend the benefits of the weatherization assistance program under part A of title IV of the Energy Conservation and Production Act to Puerto Rico.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr3852-108\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/108th-congress/house-bill/3852\", \r\n          \"cosponsors_by_party_D\": 1, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2004-02-26\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000359\", \r\n          \"summary\": \"Amends the Energy Conservation and Production Act to extend the low-income weatherization assistance program to Puerto Rico and the United States Virgin Islands.\", \r\n          \"summary_short\": \"Amends the Energy Conservation and Production Act to extend the low-income weatherization assistance program to Puerto Rico and the United States Virgin Islands.\", \r\n          \"title\": \"To extend the benefits of the weatherization assistance program under part A of title IV of the Energy Conservation and Production Act to Puerto Rico and the United States Virgin Islands.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 107, \r\n          \"id\": 2313, \r\n          \"member_id\": \"A000359\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 108, \r\n          \"id\": 2861, \r\n          \"member_id\": \"A000359\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1962-02-13\", \r\n      \"district\": \"At-Large\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"An\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Acevedo-Vila\", \r\n      \"member_id\": \"A000359\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"Florida\", \r\n      \"state_abr\": \"FL\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 52594, \r\n        \"name\": \"Florida\", \r\n        \"population\": 20984400, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"Coal\", \r\n        \"primary_energy_source_3\": \"Nuclear\"\r\n      }, \r\n      \"title\": \"Resident Commissioner\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"0.0\"\r\n    }\r\n  ], \r\n  \"page\": 2, \r\n  \"total_pages\": 172\r\n}"},{"id":"abddeb94-7ab5-4904-8a85-bf69c9aeeef8","name":"GET /api/congressmembers?q={\"filters\":[{\"name\":\"state\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.empoweringknowledge.me/api/congressmembers?q={\"filters\":[{\"name\":\"state\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","protocol":"https","host":["api","empoweringknowledge","me"],"path":["api","congressmembers"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"state\",\"op\":\"eq\",\"val\":\"Alabama\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 24, \r\n  \"objects\": [\r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 410\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1001-106\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 668\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1190-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 1337\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1835-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 5214\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1986-107\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 6149\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2208-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 7014\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2279-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 7317\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2492-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 8122\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2493-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 8208\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2495-113\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 8228\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2676-105\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 8592\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2784-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 8994\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2846-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 9430\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2899-109\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 9575\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3059-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 10251\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3089-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 10319\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3101-112\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 10496\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3683-109\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 12296\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr370-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 12378\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3811-112\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 12849\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3828-109\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 12924\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr392-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 13256\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4286-113\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 13893\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4318-109\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 14018\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4332-105\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 14206\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4761-109\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 15303\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr539-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 16657\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5656-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 17510\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5945-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 18111\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6107-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 19026\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6108-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 19250\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6113-111\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 19276\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr622-107\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 19679\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6379-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 20293\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6566-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 20837\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6709-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 21322\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6758-110\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 21416\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hconres401-110\", \r\n          \"bill_type\": \"hconres\", \r\n          \"committees\": \"House Energy and Commerce; House Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/house-concurrent-resolution/401\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 4, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2008-07-31\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"A000055\", \r\n          \"summary\": \"Calls for the enactment of laws that: (1) make more American energy available for exploration and production, including in the Arctic National Wildlife Refuge, the Offshore Continental Shelf, and federal lands onshore, including for shale oil and coal-to-liquid production; and (2) streamline the permitting process for building American refineries and allow the construction of refineries on federal lands.\", \r\n          \"summary_short\": \"Calls for the enactment of laws that: (1) make more American energy available for exploration and production, including in the Arctic National Wildlife Refuge, the Offshore Continental Shelf, and federal lands onshore, including for shale oil and coal-to-liquid production; and (2) streamline the permitting process for building American refineries and allow the construction of refineries on federal lands.\", \r\n          \"title\": \"Expressing the support of Congress for enhancing energy independence through the usage of existing resources and technology.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr3727-112\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/112th-congress/house-bill/3727\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2011-12-19\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Enabling Energy Saving Innovations Act\", \r\n          \"sponsor_id\": \"A000055\", \r\n          \"summary\": \"Enabling Energy Saving Innovations Act - Amends the Energy Policy and Conservation Act (EPCA) to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component model reduces energy consumption at least as much as if such requirement were to apply.\", \r\n          \"summary_short\": \"Enabling Energy Saving Innovations Act - Amends the Energy Policy and Conservation Act (EPCA) to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component model reduces energy consumption at least as much as if such requirement were to apply.\", \r\n          \"title\": \"To allow for innovations and alternative technologies that meet or exceed desired energy efficiency goals.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr4850-112\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce; Senate Energy and Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/112th-congress/house-bill/4850\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"2012-06-26\", \r\n          \"introduced_date\": \"2012-04-26\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Enabling Energy Saving Innovations Act\", \r\n          \"sponsor_id\": \"A000055\", \r\n          \"summary\": \"Enabling Energy Saving Innovations Act - Amends the Energy Policy and Conservation Act (EPCA) to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component reduces energy consumption at least as much as if such requirement were to apply.\", \r\n          \"summary_short\": \"Enabling Energy Saving Innovations Act - Amends the Energy Policy and Conservation Act (EPCA) to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component reduces energy consumption at least as much as if such requirement were to apply.\", \r\n          \"title\": \"To allow for innovations and alternative technologies that meet or exceed desired energy efficiency goals.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr6582-112\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Energy and Commerce\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/112th-congress/house-bill/6582\", \r\n          \"cosponsors_by_party_D\": 5, \r\n          \"cosponsors_by_party_R\": 9, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"2012-12-04\", \r\n          \"introduced_date\": \"2012-11-02\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"American Energy Manufacturing Technical Corrections Act\", \r\n          \"sponsor_id\": \"A000055\", \r\n          \"summary\": \"American Energy Manufacturing Technical Corrections Act - Amends the Energy Policy and Conservation Act to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component reduces energy consumption at least as much as if such requirement were to apply. Requires the Secretary to publish a rule that establishes a uniform efficiency descriptor and accompanying test methods for covered water heaters (water heaters, storage water heaters, instantaneous water heaters, and unfired water storage tanks). Declares that the purpose of such rule is to replace with a uniform efficiency descriptor: (1) the energy factor descriptor for water heaters established under such Act; and (2) the thermal efficiency and standby loss descriptors for storage water heaters, instantaneous water heaters, and unfired water storage tanks established under such rule. Requires the efficiency standard for covered water heaters to be denominated according to the efficiency descriptor established by such rule. Requires the Secretary to develop a mathematical conversion factor for converting the measurement of efficiency for such heaters from the test procedures in effect on this Act's enactment to the new energy descriptor established under this Act. Considers a covered water heater to be in compliance with such rule and with any revised labeling requirements established by the Federal Trade Commission (FTC) to implement such rule if the covered water heater: (1) was manufactured prior to the effective date of the rule, and (2) complied with the efficiency standards and labeling requirements in effect prior to the rule. Establishes energy efficiency standards for: (1) daily energy consumption of service over the counter, self-contained, medium temperature commercial refrigerators; and (2) through-the-wall central air conditioners, through-the-wall central air conditioning heat pumps, and small duct, high velocity systems. Requires the Secretary to: (1) provide notice on whether energy efficiency standards for specified commercial heating and cooling equipment will be amended every six years, (2) evaluate each class of such equipment, (3) provide notice of a decision to grant or deny a petition to amend energy conservation standards, and (4) publish a rule that contains new or amended energy conservation standards every three years.\", \r\n          \"summary_short\": \"American Energy Manufacturing Technical Corrections Act - Amends the Energy Policy and Conservation Act to exempt a walk-in cooler or walk-in freezer component manufactured on or after January 1, 2009, from the requirement that it contain wall, ceiling, and door insulation of at least R-25 for coolers and R-32 for freezers, if the manufacturer has demonstrated to the Secretary of Energy (DOE) that such component reduces energy consumption at least as much as if such requirement were to apply....\", \r\n          \"title\": \"To allow for innovations and alternative technologies that meet or exceed desired energy efficiency goals, and to make technical corrections to existing Federal energy efficiency laws to allow American manufacturers to remain competitive.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 105, \r\n          \"id\": 1212, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 106, \r\n          \"id\": 1764, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 107, \r\n          \"id\": 2315, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 108, \r\n          \"id\": 2863, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 109, \r\n          \"id\": 3409, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 110, \r\n          \"id\": 3957, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 111, \r\n          \"id\": 4521, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 112, \r\n          \"id\": 5075, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 113, \r\n          \"id\": 5630, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 114, \r\n          \"id\": 6181, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 115, \r\n          \"id\": 6734, \r\n          \"member_id\": \"A000055\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 116, \r\n          \"id\": 7290, \r\n          \"member_id\": \"A000055\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"45516\", \r\n      \"date_of_birth\": \"1965-07-22\", \r\n      \"district\": \"4\", \r\n      \"facebook_account\": \"RobertAderholt\", \r\n      \"first_name\": \"Robert\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/A000055.jpg\", \r\n      \"last_name\": \"Aderholt\", \r\n      \"member_id\": \"A000055\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Alabama\", \r\n      \"state_abr\": \"AL\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 48123, \r\n        \"name\": \"Alabama\", \r\n        \"population\": 4874747, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Coal\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"Robert_Aderholt\", \r\n      \"url\": \"https://aderholt.house.gov\", \r\n      \"votes_with_party_pct\": \"93.9\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hr1001-106\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 663\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1024-107\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 836\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1190-111\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 1345\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1299-105\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 1892\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1331-108\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 2143\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1331-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 2151\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1380-112\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 2477\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1431-111\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 2903\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1437-105\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 2932\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1514-104\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 3555\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1552-103\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 3813\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1577-105\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 4025\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1835-111\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 5207\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1857-103\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 5399\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1993-104\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 6196\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2279-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 7292\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2323-107\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 7497\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2474-105\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 7978\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2784-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 9014\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2846-111\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 9435\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2899-109\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 9573\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2927-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 9740\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3-113\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 9959\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3030-103\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 10159\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3089-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 10369\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3119-108\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 10609\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3246-108\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 10907\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3386-103\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 11296\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3448-111\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 11424\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3546-103\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 11698\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3548-112\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 11892\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr370-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 12354\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr39-107\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 13090\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr39-108\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 13167\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4106-104\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 13648\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4318-109\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 14096\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4332-105\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 14195\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4409-109\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 14440\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4761-109\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 15264\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr49-112\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 15604\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5206-109\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 16047\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5594-109\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 17292\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5656-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 17538\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5700-109\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 17716\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr578-108\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 17828\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5890-109\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 18007\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5945-111\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 18113\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5979-111\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 18265\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5984-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 18346\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6107-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 19123\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6108-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 19232\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr622-107\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 19675\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6532-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 20720\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6566-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 20824\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6758-110\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 21417\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr752-104\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 21892\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr794-107\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 22400\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr873-104\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 22612\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr909-112\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 23181\r\n        }, \r\n        {\r\n          \"bill_id\": \"hres1347-111\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 23749\r\n        }, \r\n        {\r\n          \"bill_id\": \"hres268-105\", \r\n          \"cosponsor_id\": \"B000013\", \r\n          \"id\": 23960\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 117, \r\n          \"member_id\": \"B000013\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 104, \r\n          \"id\": 664, \r\n          \"member_id\": \"B000013\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 105, \r\n          \"id\": 1217, \r\n          \"member_id\": \"B000013\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 106, \r\n          \"id\": 1770, \r\n          \"member_id\": \"B000013\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 107, \r\n          \"id\": 2321, \r\n          \"member_id\": \"B000013\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 108, \r\n          \"id\": 2870, \r\n          \"member_id\": \"B000013\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 109, \r\n          \"id\": 3415, \r\n          \"member_id\": \"B000013\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 110, \r\n          \"id\": 3966, \r\n          \"member_id\": \"B000013\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 111, \r\n          \"id\": 4531, \r\n          \"member_id\": \"B000013\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 112, \r\n          \"id\": 5085, \r\n          \"member_id\": \"B000013\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 113, \r\n          \"id\": 5636, \r\n          \"member_id\": \"B000013\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"26397\", \r\n      \"date_of_birth\": \"1947-12-28\", \r\n      \"district\": \"6\", \r\n      \"facebook_account\": \"SpencerBachus\", \r\n      \"first_name\": \"Spencer\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/B000013.jpg\", \r\n      \"last_name\": \"Bachus\", \r\n      \"member_id\": \"B000013\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Alabama\", \r\n      \"state_abr\": \"AL\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 48123, \r\n        \"name\": \"Alabama\", \r\n        \"population\": 4874747, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Coal\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"BachusAL06\", \r\n      \"url\": \"http://bachus.house.gov\", \r\n      \"votes_with_party_pct\": \"91.67\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hjres137-103\", \r\n          \"cosponsor_id\": \"B000431\", \r\n          \"id\": 586\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1514-104\", \r\n          \"cosponsor_id\": \"B000431\", \r\n          \"id\": 3566\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3546-103\", \r\n          \"cosponsor_id\": \"B000431\", \r\n          \"id\": 11703\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4394-103\", \r\n          \"cosponsor_id\": \"B000431\", \r\n          \"id\": 14377\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr752-104\", \r\n          \"cosponsor_id\": \"B000431\", \r\n          \"id\": 21902\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 135, \r\n          \"member_id\": \"B000431\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 104, \r\n          \"id\": 683, \r\n          \"member_id\": \"B000431\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1921-03-27\", \r\n      \"district\": \"4\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Tom\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Bevill\", \r\n      \"member_id\": \"B000431\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"Alabama\", \r\n      \"state_abr\": \"AL\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 48123, \r\n        \"name\": \"Alabama\", \r\n        \"population\": 4874747, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Coal\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"86.28\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hr1514-104\", \r\n          \"cosponsor_id\": \"B000897\", \r\n          \"id\": 3575\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3546-103\", \r\n          \"cosponsor_id\": \"B000897\", \r\n          \"id\": 11708\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr752-104\", \r\n          \"cosponsor_id\": \"B000897\", \r\n          \"id\": 21914\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 150, \r\n          \"member_id\": \"B000897\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 104, \r\n          \"id\": 698, \r\n          \"member_id\": \"B000897\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1943-01-15\", \r\n      \"district\": \"3\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Glen\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Browder\", \r\n      \"member_id\": \"B000897\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"Alabama\", \r\n      \"state_abr\": \"AL\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 48123, \r\n        \"name\": \"Alabama\", \r\n        \"population\": 4874747, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Coal\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"81.79\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 354\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1190-111\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 1336\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1241-109\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 1478\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1380-112\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 2617\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1835-111\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 5225\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2208-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 7004\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2279-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 7276\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2300-111\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 7425\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2353-111\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 7567\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2493-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 8188\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2828-111\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 9325\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2846-111\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 9441\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2927-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 9770\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3-113\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 9964\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3089-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 10365\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3246-108\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 10916\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3429-112\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 11397\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3811-112\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 12863\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4318-109\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 13984\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4409-109\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 14487\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr4761-109\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 15260\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr49-112\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 15670\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5236-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 16208\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5656-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 17533\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5778-111\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 17796\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6107-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 19066\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6108-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 19212\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6379-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 20294\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6384-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 20346\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6418-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 20385\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6566-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 20839\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr670-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 21205\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6758-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 21414\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6779-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 21448\r\n        }, \r\n        {\r\n          \"bill_id\": \"hres1282-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 23707\r\n        }, \r\n        {\r\n          \"bill_id\": \"hres140-112\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 23848\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr1759-112\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/112th-congress/house-bill/1759\", \r\n          \"cosponsors_by_party_D\": 0, \r\n          \"cosponsors_by_party_R\": 0, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2011-05-05\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"S.O.S. Act\", \r\n          \"sponsor_id\": \"B001244\", \r\n          \"summary\": \"Strengthening Our Share Act or S.O.S. Act - Amends the Gulf of Mexico Energy Security Act of 2006 to revise and increase the allocations (planned sharing) with Gulf states of certain qualified outer Continental Shelf (OCS) revenues due and payable to the United States from specified Gulf of Mexico leases. Repeals the limitation placed upon the amount of distributed qualified OCS revenues.\", \r\n          \"summary_short\": \"Strengthening Our Share Act or S.O.S. Act - Amends the Gulf of Mexico Energy Security Act of 2006 to revise and increase the allocations (planned sharing) with Gulf states of certain qualified outer Continental Shelf (OCS) revenues due and payable to the United States from specified Gulf of Mexico leases. Repeals the limitation placed upon the amount of distributed qualified OCS revenues.\", \r\n          \"title\": \"To amend the Gulf of Mexico Energy Security Act of 2006 to increase the amount of Gulf of Mexico oil and gas lease revenue shared with Gulf States.\"\r\n        }, \r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hr5945-111\", \r\n          \"bill_type\": \"hr\", \r\n          \"committees\": \"House Natural Resources\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/111th-congress/house-bill/5945\", \r\n          \"cosponsors_by_party_D\": 2, \r\n          \"cosponsors_by_party_R\": 5, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2010-07-29\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"Strengthening Our Share (S.O.S.) Act\", \r\n          \"sponsor_id\": \"B001244\", \r\n          \"summary\": \"Strengthening Our Share (S.O.S.) Act - Amends the Gulf of Mexico Energy Security Act of 2006 to revise and increase the allocations (planned sharing) with Gulf states of certain qualified outer Continental Shelf (OCS) revenues due and payable to the United States from specified Gulf of Mexico leases. Repeals the limitation placed upon the amount of distributed qualified OCS revenues.\", \r\n          \"summary_short\": \"Strengthening Our Share (S.O.S.) Act - Amends the Gulf of Mexico Energy Security Act of 2006 to revise and increase the allocations (planned sharing) with Gulf states of certain qualified outer Continental Shelf (OCS) revenues due and payable to the United States from specified Gulf of Mexico leases. Repeals the limitation placed upon the amount of distributed qualified OCS revenues.\", \r\n          \"title\": \"To amend the Gulf of Mexico Energy Security Act of 2006 to increase the amount of Gulf of Mexico oil and gas lease revenue shared with Gulf States.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 108, \r\n          \"id\": 2898, \r\n          \"member_id\": \"B001244\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 109, \r\n          \"id\": 3442, \r\n          \"member_id\": \"B001244\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 110, \r\n          \"id\": 3989, \r\n          \"member_id\": \"B001244\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 111, \r\n          \"id\": 4554, \r\n          \"member_id\": \"B001244\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 112, \r\n          \"id\": 5110, \r\n          \"member_id\": \"B001244\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 113, \r\n          \"id\": 5657, \r\n          \"member_id\": \"B001244\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"1003546\", \r\n      \"date_of_birth\": \"1959-11-19\", \r\n      \"district\": \"1\", \r\n      \"facebook_account\": \"jobonner\", \r\n      \"first_name\": \"Jo\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/B001244.jpg\", \r\n      \"last_name\": \"Bonner\", \r\n      \"member_id\": \"B001244\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Alabama\", \r\n      \"state_abr\": \"AL\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 48123, \r\n        \"name\": \"Alabama\", \r\n        \"population\": 4874747, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Coal\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"repjobonner\", \r\n      \"url\": \"http://bonner.house.gov/\", \r\n      \"votes_with_party_pct\": \"97.4\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hr1190-111\", \r\n          \"cosponsor_id\": \"B001264\", \r\n          \"id\": 1338\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1835-111\", \r\n          \"cosponsor_id\": \"B001264\", \r\n          \"id\": 5224\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr2409-111\", \r\n          \"cosponsor_id\": \"B001264\", \r\n          \"id\": 7793\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr5945-111\", \r\n          \"cosponsor_id\": \"B001264\", \r\n          \"id\": 18109\r\n        }, \r\n        {\r\n          \"bill_id\": \"hres1347-111\", \r\n          \"cosponsor_id\": \"B001264\", \r\n          \"id\": 23759\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [\r\n        {\r\n          \"active\": true, \r\n          \"bill_id\": \"hconres106-111\", \r\n          \"bill_type\": \"hconres\", \r\n          \"committees\": \"House Energy and Commerce\", \r\n          \"congressdotgov_url\": \"https://www.congress.gov/bill/111th-congress/house-concurrent-resolution/106\", \r\n          \"cosponsors_by_party_D\": 2, \r\n          \"cosponsors_by_party_R\": 1, \r\n          \"govtrack_url\": null, \r\n          \"house_passage\": \"0\", \r\n          \"introduced_date\": \"2009-04-23\", \r\n          \"senate_passage\": \"0\", \r\n          \"short_title\": \"0\", \r\n          \"sponsor_id\": \"B001264\", \r\n          \"summary\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\", \r\n          \"summary_short\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\", \r\n          \"title\": \"Expressing the sense of Congress in support of a single national fuel economy standard.\"\r\n        }\r\n      ], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 111, \r\n          \"id\": 4566, \r\n          \"member_id\": \"B001264\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"87180\", \r\n      \"date_of_birth\": \"1952-07-21\", \r\n      \"district\": \"2\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Bobby\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/B001264.jpg\", \r\n      \"last_name\": \"Bright\", \r\n      \"member_id\": \"B001264\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"D\", \r\n      \"phone\": null, \r\n      \"state\": \"Alabama\", \r\n      \"state_abr\": \"AL\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 48123, \r\n        \"name\": \"Alabama\", \r\n        \"population\": 4874747, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Coal\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"71.41\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hr2495-113\", \r\n          \"cosponsor_id\": \"B001274\", \r\n          \"id\": 8230\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3-113\", \r\n          \"cosponsor_id\": \"B001274\", \r\n          \"id\": 9969\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3101-112\", \r\n          \"cosponsor_id\": \"B001274\", \r\n          \"id\": 10487\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3199-112\", \r\n          \"cosponsor_id\": \"B001274\", \r\n          \"id\": 10717\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3548-112\", \r\n          \"cosponsor_id\": \"B001274\", \r\n          \"id\": 11912\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3811-112\", \r\n          \"cosponsor_id\": \"B001274\", \r\n          \"id\": 12814\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr49-112\", \r\n          \"cosponsor_id\": \"B001274\", \r\n          \"id\": 15663\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr6164-112\", \r\n          \"cosponsor_id\": \"B001274\", \r\n          \"id\": 19519\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr668-112\", \r\n          \"cosponsor_id\": \"B001274\", \r\n          \"id\": 21122\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 112, \r\n          \"id\": 5119, \r\n          \"member_id\": \"B001274\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 113, \r\n          \"id\": 5666, \r\n          \"member_id\": \"B001274\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 114, \r\n          \"id\": 6216, \r\n          \"member_id\": \"B001274\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 115, \r\n          \"id\": 6773, \r\n          \"member_id\": \"B001274\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 116, \r\n          \"id\": 7324, \r\n          \"member_id\": \"B001274\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"94888\", \r\n      \"date_of_birth\": \"1954-04-29\", \r\n      \"district\": \"5\", \r\n      \"facebook_account\": \"RepMoBrooks\", \r\n      \"first_name\": \"Mo\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/B001274.jpg\", \r\n      \"last_name\": \"Brooks\", \r\n      \"member_id\": \"B001274\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Alabama\", \r\n      \"state_abr\": \"AL\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 48123, \r\n        \"name\": \"Alabama\", \r\n        \"population\": 4874747, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Coal\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"RepMoBrooks\", \r\n      \"url\": \"https://brooks.house.gov\", \r\n      \"votes_with_party_pct\": \"93.56\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 113, \r\n          \"id\": 5675, \r\n          \"member_id\": \"B001289\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 114, \r\n          \"id\": 6225, \r\n          \"member_id\": \"B001289\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 115, \r\n          \"id\": 6783, \r\n          \"member_id\": \"B001289\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 116, \r\n          \"id\": 7336, \r\n          \"member_id\": \"B001289\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"73486\", \r\n      \"date_of_birth\": \"1955-02-16\", \r\n      \"district\": \"1\", \r\n      \"facebook_account\": \"RepByrne\", \r\n      \"first_name\": \"Bradley\", \r\n      \"image_url\": \"https://theunitedstates.io/images/congress/original/B001289.jpg\", \r\n      \"last_name\": \"Byrne\", \r\n      \"member_id\": \"B001289\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Alabama\", \r\n      \"state_abr\": \"AL\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 48123, \r\n        \"name\": \"Alabama\", \r\n        \"population\": 4874747, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Coal\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"RepByrne\", \r\n      \"url\": \"https://byrne.house.gov\", \r\n      \"votes_with_party_pct\": \"97.91\"\r\n    }, \r\n    {\r\n      \"bills_cosponsored\": [\r\n        {\r\n          \"bill_id\": \"hr1514-104\", \r\n          \"cosponsor_id\": \"C000052\", \r\n          \"id\": 3583\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr1956-104\", \r\n          \"cosponsor_id\": \"C000052\", \r\n          \"id\": 5800\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3386-103\", \r\n          \"cosponsor_id\": \"C000052\", \r\n          \"id\": 11307\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr3546-103\", \r\n          \"cosponsor_id\": \"C000052\", \r\n          \"id\": 11712\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr39-107\", \r\n          \"cosponsor_id\": \"C000052\", \r\n          \"id\": 13108\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr622-107\", \r\n          \"cosponsor_id\": \"C000052\", \r\n          \"id\": 19704\r\n        }, \r\n        {\r\n          \"bill_id\": \"hr752-104\", \r\n          \"cosponsor_id\": \"C000052\", \r\n          \"id\": 21923\r\n        }\r\n      ], \r\n      \"bills_sponsored\": [], \r\n      \"congresses\": [\r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 103, \r\n          \"id\": 159, \r\n          \"member_id\": \"C000052\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 104, \r\n          \"id\": 710, \r\n          \"member_id\": \"C000052\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 105, \r\n          \"id\": 1262, \r\n          \"member_id\": \"C000052\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 106, \r\n          \"id\": 1816, \r\n          \"member_id\": \"C000052\"\r\n        }, \r\n        {\r\n          \"chamber\": \"house\", \r\n          \"con_num\": 107, \r\n          \"id\": 2364, \r\n          \"member_id\": \"C000052\"\r\n        }\r\n      ], \r\n      \"cspan_id\": \"Not given\", \r\n      \"date_of_birth\": \"1932-09-11\", \r\n      \"district\": \"1\", \r\n      \"facebook_account\": \"Facebook not given\", \r\n      \"first_name\": \"Sonny\", \r\n      \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n      \"last_name\": \"Callahan\", \r\n      \"member_id\": \"C000052\", \r\n      \"office\": \"Office not given\", \r\n      \"party\": \"R\", \r\n      \"phone\": null, \r\n      \"state\": \"Alabama\", \r\n      \"state_abr\": \"AL\", \r\n      \"state_rs\": {\r\n        \"dominant_party\": \"Republican\", \r\n        \"median_hh_income\": 48123, \r\n        \"name\": \"Alabama\", \r\n        \"population\": 4874747, \r\n        \"primary_energy_source_1\": \"NaturalGas\", \r\n        \"primary_energy_source_2\": \"NuclearPower\", \r\n        \"primary_energy_source_3\": \"Coal\"\r\n      }, \r\n      \"title\": \"Representative\", \r\n      \"twitter_account\": \"twitter\", \r\n      \"url\": \"\", \r\n      \"votes_with_party_pct\": \"88.26\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 3\r\n}"}],"_postman_id":"4459054a-d062-4851-8ff4-37bdf0b15f9d"},{"name":"GET /api/congressmembers/{member_id}","event":[{"listen":"test","script":{"id":"d236775a-f3d3-433b-b5ac-38d62b29e0cd","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response time below 2000 ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(2000);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","var jsonData = pm.response.json();\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(jsonData).to.have.property(\"bills_cosponsored\");\r","    pm.expect(jsonData).to.have.property(\"bills_sponsored\");\r","    pm.expect(jsonData).to.have.property(\"congresses\");\r","    pm.expect(jsonData).to.have.property(\"cspan_id\");\r","    pm.expect(jsonData).to.have.property(\"date_of_birth\");\r","    pm.expect(jsonData).to.have.property(\"district\");\r","    pm.expect(jsonData).to.have.property(\"facebook_account\");\r","    pm.expect(jsonData).to.have.property(\"first_name\");\r","    pm.expect(jsonData).to.have.property(\"image_url\");\r","    pm.expect(jsonData).to.have.property(\"last_name\");\r","    pm.expect(jsonData).to.have.property(\"member_id\");\r","    pm.expect(jsonData).to.have.property(\"office\");\r","    pm.expect(jsonData).to.have.property(\"party\");\r","    pm.expect(jsonData).to.have.property(\"phone\");\r","    pm.expect(jsonData).to.have.property(\"state\");\r","    pm.expect(jsonData).to.have.property(\"state_abr\");\r","    pm.expect(jsonData).to.have.property(\"state_rs\");\r","    pm.expect(jsonData).to.have.property(\"title\");\r","    pm.expect(jsonData).to.have.property(\"twitter_account\");\r","    pm.expect(jsonData).to.have.property(\"url\");\r","    pm.expect(jsonData).to.have.property(\"votes_with_party_pct\");\r","});"],"type":"text/javascript"}}],"id":"92a830ab-b6b7-4a31-b496-2a9c52f4b403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/congressmembers/A000014","description":"Retrieve data on a specific Congress member."},"response":[{"id":"22626c43-6f4d-4d44-975c-7006473b8af4","name":"GET /api/congressmembers/A000014","originalRequest":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/congressmembers/A000014"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"bills_cosponsored\": [\r\n    {\r\n      \"bill_id\": \"hconres136-107\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 51\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres188-103\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 69\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres280-105\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 451\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr109-108\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 1034\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1108-106\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 1125\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1275-107\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 1609\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1282-108\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 1725\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1300-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 1908\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1303-106\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 2043\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1331-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 2150\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1382-111\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 2679\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1401-105\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 2783\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1437-105\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 3006\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1465-106\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 3137\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1506-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 3371\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1511-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 3439\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1514-104\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 3552\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1772-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 4696\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1830-107\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 5071\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr1835-111\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 5151\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr197-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 5959\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr2070-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 6571\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr2227-111\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 7056\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr245-107\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 7942\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr2489-105\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 8115\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr2568-105\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 8468\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr2774-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 8947\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr2784-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 8973\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr2794-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 9171\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr2838-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 9396\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr3105-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 10507\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr3119-108\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 10628\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr36-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 12055\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr3762-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 12634\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr3820-105\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 12892\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr3918-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 13212\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr424-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 13791\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr4318-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 13963\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr4761-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 15362\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr5206-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 16061\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr539-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 16598\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr5473-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 16863\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr550-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 16963\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr570-108\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 17646\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr6000-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 18719\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr622-107\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 19934\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr6401-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 20361\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr6570-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 20953\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr6670-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 21077\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr6709-110\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 21213\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr683-107\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 21555\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr712-107\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 21730\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr737-109\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 21856\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr752-104\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 21887\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr778-107\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 22281\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr794-107\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 22391\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr876-107\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 22842\r\n    }, \r\n    {\r\n      \"bill_id\": \"hr962-107\", \r\n      \"cosponsor_id\": \"A000014\", \r\n      \"id\": 23365\r\n    }\r\n  ], \r\n  \"bills_sponsored\": [\r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hr4809-105\", \r\n      \"bill_type\": \"hr\", \r\n      \"committees\": \"House Ways and Means\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/house-bill/4809\", \r\n      \"cosponsors_by_party_D\": 1, \r\n      \"cosponsors_by_party_R\": 0, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"1998-10-12\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"A000014\", \r\n      \"summary\": \"Amends the Internal Revenue Code to permit the State of Hawaii, notwithstanding any law or rule of law, to claim a refund or credit resulting from any tax overpayment on fuel purchased by the State during calendar years 1992 or 1993, if a claim is filed within 18 months of enactment.\", \r\n      \"summary_short\": \"Amends the Internal Revenue Code to permit the State of Hawaii, notwithstanding any law or rule of law, to claim a refund or credit resulting from any tax overpayment on fuel purchased by the State during calendar years 1992 or 1993, if a claim is filed within 18 months of enactment.\", \r\n      \"title\": \"For the relief of the State of Hawaii.\"\r\n    }\r\n  ], \r\n  \"congresses\": [\r\n    {\r\n      \"chamber\": \"house\", \r\n      \"con_num\": 103, \r\n      \"id\": 106, \r\n      \"member_id\": \"A000014\"\r\n    }, \r\n    {\r\n      \"chamber\": \"house\", \r\n      \"con_num\": 104, \r\n      \"id\": 658, \r\n      \"member_id\": \"A000014\"\r\n    }, \r\n    {\r\n      \"chamber\": \"house\", \r\n      \"con_num\": 105, \r\n      \"id\": 1210, \r\n      \"member_id\": \"A000014\"\r\n    }, \r\n    {\r\n      \"chamber\": \"house\", \r\n      \"con_num\": 106, \r\n      \"id\": 1762, \r\n      \"member_id\": \"A000014\"\r\n    }, \r\n    {\r\n      \"chamber\": \"house\", \r\n      \"con_num\": 107, \r\n      \"id\": 2312, \r\n      \"member_id\": \"A000014\"\r\n    }, \r\n    {\r\n      \"chamber\": \"house\", \r\n      \"con_num\": 108, \r\n      \"id\": 2860, \r\n      \"member_id\": \"A000014\"\r\n    }, \r\n    {\r\n      \"chamber\": \"house\", \r\n      \"con_num\": 109, \r\n      \"id\": 3407, \r\n      \"member_id\": \"A000014\"\r\n    }, \r\n    {\r\n      \"chamber\": \"house\", \r\n      \"con_num\": 110, \r\n      \"id\": 3955, \r\n      \"member_id\": \"A000014\"\r\n    }, \r\n    {\r\n      \"chamber\": \"house\", \r\n      \"con_num\": 111, \r\n      \"id\": 4519, \r\n      \"member_id\": \"A000014\"\r\n    }\r\n  ], \r\n  \"cspan_id\": \"Not given\", \r\n  \"date_of_birth\": \"1938-06-26\", \r\n  \"district\": \"1\", \r\n  \"facebook_account\": \"Facebook not given\", \r\n  \"first_name\": \"Neil\", \r\n  \"image_url\": \"https://theunitedstates.io/images/congress/original/A000014.jpg\", \r\n  \"last_name\": \"Abercrombie\", \r\n  \"member_id\": \"A000014\", \r\n  \"office\": \"Office not given\", \r\n  \"party\": \"D\", \r\n  \"phone\": null, \r\n  \"state\": \"California\", \r\n  \"state_abr\": \"HI\", \r\n  \"state_rs\": {\r\n    \"dominant_party\": \"Democratic\", \r\n    \"median_hh_income\": 71805, \r\n    \"name\": \"California\", \r\n    \"population\": 39536653, \r\n    \"primary_energy_source_1\": \"NaturalGas\", \r\n    \"primary_energy_source_2\": \"Hydroelectricity\", \r\n    \"primary_energy_source_3\": \"SolarEnergy\"\r\n  }, \r\n  \"title\": \"Representative\", \r\n  \"twitter_account\": \"neilabercrombie\", \r\n  \"url\": \"\", \r\n  \"votes_with_party_pct\": \"88.63\"\r\n}"}],"_postman_id":"92a830ab-b6b7-4a31-b496-2a9c52f4b403"}],"id":"280f7042-ad2c-4175-9fed-ed32b56947f6","description":"API calls related to information on Congress members.","event":[{"listen":"prerequest","script":{"id":"acdfc352-af50-4423-b88b-c6f265e88f4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eecd6c41-bfe6-4243-a13e-4bada259ab78","type":"text/javascript","exec":[""]}}],"_postman_id":"280f7042-ad2c-4175-9fed-ed32b56947f6"},{"name":"states","item":[{"name":"GET /api/states","event":[{"listen":"test","script":{"id":"bcfedfc2-50f3-438b-a174-89df67c157ea","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response time below 2000 ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(2000);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","var jsonData = pm.response.json();\r","var state_list = jsonData.objects\r","var total_pages = jsonData.total_pages\r","\r","pm.test(\"Paginated properly\", function () {\r","    var numResults = jsonData.num_results\r","    if (numResults > 9) {\r","        pm.expect(state_list.length).to.eql(9)\r","        pm.expect(total_pages).not.eql(1);\r","    }\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    for (var st in state_list) {\r","        pm.expect(state_list[st]).to.have.property(\"biomass_data\");\r","        pm.expect(state_list[st]).to.have.property(\"coal_data\");\r","        pm.expect(state_list[st]).to.have.property(\"congress_members\");\r","        pm.expect(state_list[st]).to.have.property(\"dominant_party\");\r","        pm.expect(state_list[st]).to.have.property(\"geothermal_data\");\r","        pm.expect(state_list[st]).to.have.property(\"hydroelectricity_data\");\r","        pm.expect(state_list[st]).to.have.property(\"median_hh_income\");\r","        pm.expect(state_list[st]).to.have.property(\"name\");\r","        pm.expect(state_list[st]).to.have.property(\"naturalgas_data\");\r","        pm.expect(state_list[st]).to.have.property(\"nuclearpower_data\");\r","        pm.expect(state_list[st]).to.have.property(\"petroleum_data\");\r","        pm.expect(state_list[st]).to.have.property(\"population\");\r","        pm.expect(state_list[st]).to.have.property(\"primary_energy_source_1\");\r","        pm.expect(state_list[st]).to.have.property(\"primary_energy_source_2\");\r","        pm.expect(state_list[st]).to.have.property(\"primary_energy_source_3\");\r","        pm.expect(state_list[st]).to.have.property(\"solarenergy_data\");\r","        pm.expect(state_list[st]).to.have.property(\"windenergy_data\");\r","        pm.expect(state_list[st]).to.have.property(\"woodandwaste_data\");\r","    }\r","});"],"type":"text/javascript"}}],"id":"6f92484f-09b5-40e2-9198-c2d12c422289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/states","description":"Retrieve data on all states.\n\nPaginated; returns 9 records at a time. Use ?page=**page_num**.\n\nAt this time, energy consumption data must be retrieved separately with /api/**energy_type**?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}.\n\nValid values for **energy_type**:\n* petroleum\n* biomass\n* coal\n* geothermal\n* hydroelectricity\n* naturalgas\n* nuclearpower\n* solarenergy\n* windenergy\n* woodandwaste"},"response":[{"id":"75fb5254-904e-4559-a369-31a44550ff13","name":"GET /api/states","originalRequest":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/states"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 50, \r\n  \"objects\": [\r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 176217, \r\n          \"data_1994\": 215932, \r\n          \"data_1995\": 223971, \r\n          \"data_1996\": 208971, \r\n          \"data_1997\": 182204, \r\n          \"data_1998\": 209467, \r\n          \"data_1999\": 210694, \r\n          \"data_2000\": 203782, \r\n          \"data_2001\": 166309, \r\n          \"data_2002\": 163647, \r\n          \"data_2003\": 156338, \r\n          \"data_2004\": 186662, \r\n          \"data_2005\": 178199, \r\n          \"data_2006\": 194227, \r\n          \"data_2007\": 187593, \r\n          \"data_2008\": 176472, \r\n          \"data_2009\": 151086, \r\n          \"data_2010\": 180391, \r\n          \"data_2011\": 191327, \r\n          \"data_2012\": 192362, \r\n          \"data_2013\": 209069, \r\n          \"data_2014\": 200364, \r\n          \"data_2015\": 187987, \r\n          \"data_2016\": 187447, \r\n          \"data_2017\": 188663, \r\n          \"state_name\": \"Alabama\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 812948, \r\n          \"data_1994\": 773804, \r\n          \"data_1995\": 828277, \r\n          \"data_1996\": 890742, \r\n          \"data_1997\": 867264, \r\n          \"data_1998\": 856479, \r\n          \"data_1999\": 866512, \r\n          \"data_2000\": 904181, \r\n          \"data_2001\": 842337, \r\n          \"data_2002\": 845999, \r\n          \"data_2003\": 873735, \r\n          \"data_2004\": 853917, \r\n          \"data_2005\": 890098, \r\n          \"data_2006\": 886678, \r\n          \"data_2007\": 888436, \r\n          \"data_2008\": 842826, \r\n          \"data_2009\": 630969, \r\n          \"data_2010\": 718684, \r\n          \"data_2011\": 651032, \r\n          \"data_2012\": 547004, \r\n          \"data_2013\": 565051, \r\n          \"data_2014\": 575912, \r\n          \"data_2015\": 494311, \r\n          \"data_2016\": 410168, \r\n          \"data_2017\": 378890, \r\n          \"state_name\": \"Alabama\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"45516\", \r\n          \"date_of_birth\": \"1965-07-22\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"RobertAderholt\", \r\n          \"first_name\": \"Robert\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/A000055.jpg\", \r\n          \"last_name\": \"Aderholt\", \r\n          \"member_id\": \"A000055\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"Robert_Aderholt\", \r\n          \"url\": \"https://aderholt.house.gov\", \r\n          \"votes_with_party_pct\": \"93.9\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26397\", \r\n          \"date_of_birth\": \"1947-12-28\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"SpencerBachus\", \r\n          \"first_name\": \"Spencer\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000013.jpg\", \r\n          \"last_name\": \"Bachus\", \r\n          \"member_id\": \"B000013\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"BachusAL06\", \r\n          \"url\": \"http://bachus.house.gov\", \r\n          \"votes_with_party_pct\": \"91.67\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1921-03-27\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Bevill\", \r\n          \"member_id\": \"B000431\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"86.28\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1943-01-15\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Glen\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Browder\", \r\n          \"member_id\": \"B000897\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"81.79\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003546\", \r\n          \"date_of_birth\": \"1959-11-19\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"jobonner\", \r\n          \"first_name\": \"Jo\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001244.jpg\", \r\n          \"last_name\": \"Bonner\", \r\n          \"member_id\": \"B001244\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"repjobonner\", \r\n          \"url\": \"http://bonner.house.gov/\", \r\n          \"votes_with_party_pct\": \"97.4\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"87180\", \r\n          \"date_of_birth\": \"1952-07-21\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bobby\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001264.jpg\", \r\n          \"last_name\": \"Bright\", \r\n          \"member_id\": \"B001264\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"71.41\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"94888\", \r\n          \"date_of_birth\": \"1954-04-29\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"RepMoBrooks\", \r\n          \"first_name\": \"Mo\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001274.jpg\", \r\n          \"last_name\": \"Brooks\", \r\n          \"member_id\": \"B001274\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMoBrooks\", \r\n          \"url\": \"https://brooks.house.gov\", \r\n          \"votes_with_party_pct\": \"93.56\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"73486\", \r\n          \"date_of_birth\": \"1955-02-16\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"RepByrne\", \r\n          \"first_name\": \"Bradley\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001289.jpg\", \r\n          \"last_name\": \"Byrne\", \r\n          \"member_id\": \"B001289\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepByrne\", \r\n          \"url\": \"https://byrne.house.gov\", \r\n          \"votes_with_party_pct\": \"97.91\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1932-09-11\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Sonny\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Callahan\", \r\n          \"member_id\": \"C000052\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.26\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1947-08-22\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Robert\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C000868.jpg\", \r\n          \"last_name\": \"Cramer\", \r\n          \"member_id\": \"C000868\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"84.43\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1002463\", \r\n          \"date_of_birth\": \"1967-10-09\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Artur\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000602.jpg\", \r\n          \"last_name\": \"Davis\", \r\n          \"member_id\": \"D000602\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"ArturDavis\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.32\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1937-02-15\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Terry\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/E000268.jpg\", \r\n          \"last_name\": \"Everett\", \r\n          \"member_id\": \"E000268\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.13\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031339\", \r\n          \"date_of_birth\": \"1942-08-06\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Parker\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000557.jpg\", \r\n          \"last_name\": \"Griffith\", \r\n          \"member_id\": \"G000557\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"84.35\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1921-06-19\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Howell\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Heflin\", \r\n          \"member_id\": \"H000445\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"74.63\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-04-09\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Earl\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hilliard\", \r\n          \"member_id\": \"H000621\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.25\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1024592\", \r\n          \"date_of_birth\": \"1954-05-04\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"senatordougjones\", \r\n          \"first_name\": \"Doug\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/J000300.jpg\", \r\n          \"last_name\": \"Jones\", \r\n          \"member_id\": \"J000300\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"sendougjones\", \r\n          \"url\": \"https://www.jones.senate.gov\", \r\n          \"votes_with_party_pct\": \"81.37\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"76094\", \r\n          \"date_of_birth\": \"1954-05-14\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"CongressmanGaryPalmer\", \r\n          \"first_name\": \"Gary\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000609.jpg\", \r\n          \"last_name\": \"Palmer\", \r\n          \"member_id\": \"P000609\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"USRepGaryPalmer\", \r\n          \"url\": \"https://palmer.house.gov\", \r\n          \"votes_with_party_pct\": \"94.66\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1944-10-03\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bob\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Riley\", \r\n          \"member_id\": \"R000258\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.12\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1014740\", \r\n          \"date_of_birth\": \"1958-07-16\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"CongressmanMikeDRogers\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000575.jpg\", \r\n          \"last_name\": \"Rogers\", \r\n          \"member_id\": \"R000575\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMikeRogersAL\", \r\n          \"url\": \"https://mikerogers.house.gov\", \r\n          \"votes_with_party_pct\": \"97.06\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"61712\", \r\n          \"date_of_birth\": \"1976-07-27\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Representative.Martha.Roby\", \r\n          \"first_name\": \"Martha\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000591.jpg\", \r\n          \"last_name\": \"Roby\", \r\n          \"member_id\": \"R000591\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMarthaRoby\", \r\n          \"url\": \"https://roby.house.gov\", \r\n          \"votes_with_party_pct\": \"94.38\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1859\", \r\n          \"date_of_birth\": \"1934-05-06\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"RichardShelby\", \r\n          \"first_name\": \"Richard\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S000320.jpg\", \r\n          \"last_name\": \"Shelby\", \r\n          \"member_id\": \"S000320\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenShelby\", \r\n          \"url\": \"https://www.shelby.senate.gov\", \r\n          \"votes_with_party_pct\": \"61.23\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"44441\", \r\n          \"date_of_birth\": \"1946-12-24\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"jeffsessions\", \r\n          \"first_name\": \"Jeff\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001141.jpg\", \r\n          \"last_name\": \"Sessions\", \r\n          \"member_id\": \"S001141\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"SenatorSessions\", \r\n          \"url\": \"http://www.sessions.senate.gov/public\", \r\n          \"votes_with_party_pct\": \"91.61\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623257\", \r\n          \"date_of_birth\": \"1965-01-01\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"RepSewell\", \r\n          \"first_name\": \"Terri\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001185.jpg\", \r\n          \"last_name\": \"Sewell\", \r\n          \"member_id\": \"S001185\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepTerriSewell\", \r\n          \"url\": \"https://sewell.house.gov\", \r\n          \"votes_with_party_pct\": \"91.93\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"9278255\", \r\n          \"date_of_birth\": \"1953-03-01\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"SenatorLutherStrange\", \r\n          \"first_name\": \"Luther\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001202.jpg\", \r\n          \"last_name\": \"Strange\", \r\n          \"member_id\": \"S001202\", \r\n          \"office\": \"326 Russell Senate Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-224-4124\", \r\n          \"state\": \"Alabama\", \r\n          \"state_abr\": \"AL\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"SenatorStrange\", \r\n          \"url\": \"https://www.strange.senate.gov/\", \r\n          \"votes_with_party_pct\": \"97.25\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 16, \r\n          \"data_1994\": 14, \r\n          \"data_1995\": 15, \r\n          \"data_1996\": 16, \r\n          \"data_1997\": 17, \r\n          \"data_1998\": 18, \r\n          \"data_1999\": 62, \r\n          \"data_2000\": 62, \r\n          \"data_2001\": 65, \r\n          \"data_2002\": 67, \r\n          \"data_2003\": 62, \r\n          \"data_2004\": 68, \r\n          \"data_2005\": 78, \r\n          \"data_2006\": 85, \r\n          \"data_2007\": 98, \r\n          \"data_2008\": 117, \r\n          \"data_2009\": 126, \r\n          \"data_2010\": 138, \r\n          \"data_2011\": 135, \r\n          \"data_2012\": 141, \r\n          \"data_2013\": 141, \r\n          \"data_2014\": 141, \r\n          \"data_2015\": 141, \r\n          \"data_2016\": 141, \r\n          \"data_2017\": 141, \r\n          \"state_name\": \"Alabama\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 93134, \r\n          \"data_1994\": 117903, \r\n          \"data_1995\": 97980, \r\n          \"data_1996\": 114587, \r\n          \"data_1997\": 117660, \r\n          \"data_1998\": 107730, \r\n          \"data_1999\": 79350, \r\n          \"data_2000\": 59346, \r\n          \"data_2001\": 86346, \r\n          \"data_2002\": 89775, \r\n          \"data_2003\": 128232, \r\n          \"data_2004\": 106432, \r\n          \"data_2005\": 101436, \r\n          \"data_2006\": 71930, \r\n          \"data_2007\": 40881, \r\n          \"data_2008\": 60466, \r\n          \"data_2009\": 122345, \r\n          \"data_2010\": 84919, \r\n          \"data_2011\": 86313, \r\n          \"data_2012\": 70754, \r\n          \"data_2013\": 123071, \r\n          \"data_2014\": 90030, \r\n          \"data_2015\": 91902, \r\n          \"data_2016\": 64484, \r\n          \"data_2017\": 85103, \r\n          \"state_name\": \"Alabama\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 48123, \r\n      \"name\": \"Alabama\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 302250, \r\n          \"data_1994\": 299250, \r\n          \"data_1995\": 332399, \r\n          \"data_1996\": 337764, \r\n          \"data_1997\": 337431, \r\n          \"data_1998\": 341973, \r\n          \"data_1999\": 349076, \r\n          \"data_2000\": 368472, \r\n          \"data_2001\": 344004, \r\n          \"data_2002\": 389965, \r\n          \"data_2003\": 360483, \r\n          \"data_2004\": 391927, \r\n          \"data_2005\": 363398, \r\n          \"data_2006\": 402044, \r\n          \"data_2007\": 430649, \r\n          \"data_2008\": 414260, \r\n          \"data_2009\": 466272, \r\n          \"data_2010\": 544405, \r\n          \"data_2011\": 609288, \r\n          \"data_2012\": 677380, \r\n          \"data_2013\": 625869, \r\n          \"data_2014\": 650570, \r\n          \"data_2015\": 701582, \r\n          \"data_2016\": 715033, \r\n          \"data_2017\": 681516, \r\n          \"state_name\": \"Alabama\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 187216, \r\n          \"data_1994\": 214054, \r\n          \"data_1995\": 218045, \r\n          \"data_1996\": 312018, \r\n          \"data_1997\": 310336, \r\n          \"data_1998\": 300698, \r\n          \"data_1999\": 322826, \r\n          \"data_2000\": 327143, \r\n          \"data_2001\": 317019, \r\n          \"data_2002\": 332650, \r\n          \"data_2003\": 330137, \r\n          \"data_2004\": 329898, \r\n          \"data_2005\": 330761, \r\n          \"data_2006\": 332992, \r\n          \"data_2007\": 360036, \r\n          \"data_2008\": 407551, \r\n          \"data_2009\": 415392, \r\n          \"data_2010\": 396557, \r\n          \"data_2011\": 411822, \r\n          \"data_2012\": 427975, \r\n          \"data_2013\": 426488, \r\n          \"data_2014\": 431368, \r\n          \"data_2015\": 438728, \r\n          \"data_2016\": 417334, \r\n          \"data_2017\": 446097, \r\n          \"state_name\": \"Alabama\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 499427, \r\n          \"data_1994\": 527207, \r\n          \"data_1995\": 538357, \r\n          \"data_1996\": 539453, \r\n          \"data_1997\": 525274, \r\n          \"data_1998\": 518889, \r\n          \"data_1999\": 536428, \r\n          \"data_2000\": 559735, \r\n          \"data_2001\": 536066, \r\n          \"data_2002\": 563247, \r\n          \"data_2003\": 563003, \r\n          \"data_2004\": 612500, \r\n          \"data_2005\": 607006, \r\n          \"data_2006\": 611416, \r\n          \"data_2007\": 601654, \r\n          \"data_2008\": 570063, \r\n          \"data_2009\": 527384, \r\n          \"data_2010\": 545193, \r\n          \"data_2011\": 545415, \r\n          \"data_2012\": 537105, \r\n          \"data_2013\": 520222, \r\n          \"data_2014\": 519075, \r\n          \"data_2015\": 546237, \r\n          \"data_2016\": 576500, \r\n          \"data_2017\": 560103, \r\n          \"state_name\": \"Alabama\"\r\n        }\r\n      ], \r\n      \"population\": 4874747, \r\n      \"primary_energy_source_1\": \"NaturalGas\", \r\n      \"primary_energy_source_2\": \"NuclearPower\", \r\n      \"primary_energy_source_3\": \"Coal\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 148, \r\n          \"data_1994\": 153, \r\n          \"data_1995\": 150, \r\n          \"data_1996\": 146, \r\n          \"data_1997\": 138, \r\n          \"data_1998\": 134, \r\n          \"data_1999\": 127, \r\n          \"data_2000\": 113, \r\n          \"data_2001\": 97, \r\n          \"data_2002\": 82, \r\n          \"data_2003\": 68, \r\n          \"data_2004\": 54, \r\n          \"data_2005\": 53, \r\n          \"data_2006\": 62, \r\n          \"data_2007\": 63, \r\n          \"data_2008\": 64, \r\n          \"data_2009\": 62, \r\n          \"data_2010\": 68, \r\n          \"data_2011\": 71, \r\n          \"data_2012\": 78, \r\n          \"data_2013\": 97, \r\n          \"data_2014\": 100, \r\n          \"data_2015\": 101, \r\n          \"data_2016\": 431, \r\n          \"data_2017\": 1812, \r\n          \"state_name\": \"Alabama\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Alabama\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 174850, \r\n          \"data_1994\": 214463, \r\n          \"data_1995\": 221956, \r\n          \"data_1996\": 208622, \r\n          \"data_1997\": 181859, \r\n          \"data_1998\": 209183, \r\n          \"data_1999\": 210656, \r\n          \"data_2000\": 203782, \r\n          \"data_2001\": 165015, \r\n          \"data_2002\": 162766, \r\n          \"data_2003\": 155066, \r\n          \"data_2004\": 184143, \r\n          \"data_2005\": 178033, \r\n          \"data_2006\": 194075, \r\n          \"data_2007\": 187119, \r\n          \"data_2008\": 172732, \r\n          \"data_2009\": 141954, \r\n          \"data_2010\": 157118, \r\n          \"data_2011\": 169330, \r\n          \"data_2012\": 171090, \r\n          \"data_2013\": 187188, \r\n          \"data_2014\": 178169, \r\n          \"data_2015\": 164877, \r\n          \"data_2016\": 163785, \r\n          \"data_2017\": 165205, \r\n          \"state_name\": \"Alabama\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 7067, \r\n          \"data_1994\": 9659, \r\n          \"data_1995\": 8941, \r\n          \"data_1996\": 8774, \r\n          \"data_1997\": 4308, \r\n          \"data_1998\": 2233, \r\n          \"data_1999\": 2168, \r\n          \"data_2000\": 2069, \r\n          \"data_2001\": 3438, \r\n          \"data_2002\": 3529, \r\n          \"data_2003\": 3485, \r\n          \"data_2004\": 3765, \r\n          \"data_2005\": 1133, \r\n          \"data_2006\": 1065, \r\n          \"data_2007\": 1177, \r\n          \"data_2008\": 1233, \r\n          \"data_2009\": 2543, \r\n          \"data_2010\": 2704, \r\n          \"data_2011\": 2675, \r\n          \"data_2012\": 2263, \r\n          \"data_2013\": 3357, \r\n          \"data_2014\": 3522, \r\n          \"data_2015\": 7488, \r\n          \"data_2016\": 8093, \r\n          \"data_2017\": 7023, \r\n          \"state_name\": \"Alaska\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 13630, \r\n          \"data_1994\": 12578, \r\n          \"data_1995\": 12882, \r\n          \"data_1996\": 11152, \r\n          \"data_1997\": 11719, \r\n          \"data_1998\": 16471, \r\n          \"data_1999\": 16394, \r\n          \"data_2000\": 16455, \r\n          \"data_2001\": 15911, \r\n          \"data_2002\": 16429, \r\n          \"data_2003\": 12552, \r\n          \"data_2004\": 14075, \r\n          \"data_2005\": 13994, \r\n          \"data_2006\": 14981, \r\n          \"data_2007\": 13662, \r\n          \"data_2008\": 14705, \r\n          \"data_2009\": 14505, \r\n          \"data_2010\": 14548, \r\n          \"data_2011\": 15481, \r\n          \"data_2012\": 15521, \r\n          \"data_2013\": 14819, \r\n          \"data_2014\": 18225, \r\n          \"data_2015\": 19511, \r\n          \"data_2016\": 16613, \r\n          \"data_2017\": 16376, \r\n          \"state_name\": \"Alaska\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"1030732\", \r\n          \"date_of_birth\": \"1962-03-30\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Begich\", \r\n          \"first_name\": \"Mark\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001265.jpg\", \r\n          \"last_name\": \"Begich\", \r\n          \"member_id\": \"B001265\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Alaska\", \r\n          \"state_abr\": \"AK\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"http://www.begich.senate.gov\", \r\n          \"votes_with_party_pct\": \"94.04\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1933-03-28\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Frank\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Murkowski\", \r\n          \"member_id\": \"M001085\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alaska\", \r\n          \"state_abr\": \"AK\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.84\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1004138\", \r\n          \"date_of_birth\": \"1957-05-22\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"SenLisaMurkowski\", \r\n          \"first_name\": \"Lisa\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001153.jpg\", \r\n          \"last_name\": \"Murkowski\", \r\n          \"member_id\": \"M001153\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alaska\", \r\n          \"state_abr\": \"AK\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"LisaMurkowski\", \r\n          \"url\": \"https://www.murkowski.senate.gov\", \r\n          \"votes_with_party_pct\": \"0.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1923-11-18\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ted\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S000888.jpg\", \r\n          \"last_name\": \"Stevens\", \r\n          \"member_id\": \"S000888\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alaska\", \r\n          \"state_abr\": \"AK\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"84.83\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1023262\", \r\n          \"date_of_birth\": \"1964-11-13\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"SenDanSullivan\", \r\n          \"first_name\": \"Dan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001198.jpg\", \r\n          \"last_name\": \"Sullivan\", \r\n          \"member_id\": \"S001198\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alaska\", \r\n          \"state_abr\": \"AK\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"SenDanSullivan\", \r\n          \"url\": \"https://www.sullivan.senate.gov\", \r\n          \"votes_with_party_pct\": \"92.87\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1897\", \r\n          \"date_of_birth\": \"1933-06-09\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"RepDonYoung\", \r\n          \"first_name\": \"Don\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/Y000033.jpg\", \r\n          \"last_name\": \"Young\", \r\n          \"member_id\": \"Y000033\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Alaska\", \r\n          \"state_abr\": \"AK\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDonYoung\", \r\n          \"url\": \"https://donyoung.house.gov\", \r\n          \"votes_with_party_pct\": \"84.47\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 51, \r\n          \"data_1994\": 51, \r\n          \"data_1995\": 51, \r\n          \"data_1996\": 51, \r\n          \"data_1997\": 51, \r\n          \"data_1998\": 51, \r\n          \"data_1999\": 86, \r\n          \"data_2000\": 86, \r\n          \"data_2001\": 86, \r\n          \"data_2002\": 86, \r\n          \"data_2003\": 89, \r\n          \"data_2004\": 88, \r\n          \"data_2005\": 90, \r\n          \"data_2006\": 87, \r\n          \"data_2007\": 87, \r\n          \"data_2008\": 130, \r\n          \"data_2009\": 151, \r\n          \"data_2010\": 153, \r\n          \"data_2011\": 214, \r\n          \"data_2012\": 186, \r\n          \"data_2013\": 186, \r\n          \"data_2014\": 186, \r\n          \"data_2015\": 186, \r\n          \"data_2016\": 186, \r\n          \"data_2017\": 186, \r\n          \"state_name\": \"Alaska\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 13433, \r\n          \"data_1994\": 13879, \r\n          \"data_1995\": 14149, \r\n          \"data_1996\": 13089, \r\n          \"data_1997\": 11224, \r\n          \"data_1998\": 11353, \r\n          \"data_1999\": 8351, \r\n          \"data_2000\": 10220, \r\n          \"data_2001\": 13905, \r\n          \"data_2002\": 14643, \r\n          \"data_2003\": 16023, \r\n          \"data_2004\": 15004, \r\n          \"data_2005\": 14638, \r\n          \"data_2006\": 12137, \r\n          \"data_2007\": 12762, \r\n          \"data_2008\": 11547, \r\n          \"data_2009\": 12920, \r\n          \"data_2010\": 13982, \r\n          \"data_2011\": 13066, \r\n          \"data_2012\": 14988, \r\n          \"data_2013\": 13696, \r\n          \"data_2014\": 14633, \r\n          \"data_2015\": 14621, \r\n          \"data_2016\": 15317, \r\n          \"data_2017\": 15143, \r\n          \"state_name\": \"Alaska\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 73181, \r\n      \"name\": \"Alaska\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 375971, \r\n          \"data_1994\": 367592, \r\n          \"data_1995\": 432813, \r\n          \"data_1996\": 443629, \r\n          \"data_1997\": 425394, \r\n          \"data_1998\": 434437, \r\n          \"data_1999\": 422817, \r\n          \"data_2000\": 437972, \r\n          \"data_2001\": 413049, \r\n          \"data_2002\": 420808, \r\n          \"data_2003\": 415891, \r\n          \"data_2004\": 407944, \r\n          \"data_2005\": 434704, \r\n          \"data_2006\": 375719, \r\n          \"data_2007\": 372186, \r\n          \"data_2008\": 343938, \r\n          \"data_2009\": 343971, \r\n          \"data_2010\": 334978, \r\n          \"data_2011\": 339819, \r\n          \"data_2012\": 347228, \r\n          \"data_2013\": 332631, \r\n          \"data_2014\": 329274, \r\n          \"data_2015\": 333936, \r\n          \"data_2016\": 330883, \r\n          \"data_2017\": 343908, \r\n          \"state_name\": \"Alaska\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Alaska\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 213456, \r\n          \"data_1994\": 219280, \r\n          \"data_1995\": 235857, \r\n          \"data_1996\": 242776, \r\n          \"data_1997\": 256629, \r\n          \"data_1998\": 259005, \r\n          \"data_1999\": 275902, \r\n          \"data_2000\": 275426, \r\n          \"data_2001\": 289799, \r\n          \"data_2002\": 277736, \r\n          \"data_2003\": 285641, \r\n          \"data_2004\": 334562, \r\n          \"data_2005\": 333091, \r\n          \"data_2006\": 342272, \r\n          \"data_2007\": 323089, \r\n          \"data_2008\": 278725, \r\n          \"data_2009\": 265386, \r\n          \"data_2010\": 289080, \r\n          \"data_2011\": 284438, \r\n          \"data_2012\": 270628, \r\n          \"data_2013\": 252206, \r\n          \"data_2014\": 237961, \r\n          \"data_2015\": 245552, \r\n          \"data_2016\": 233260, \r\n          \"data_2017\": 224170, \r\n          \"state_name\": \"Alaska\"\r\n        }\r\n      ], \r\n      \"population\": 739795, \r\n      \"primary_energy_source_1\": \"NaturalGas\", \r\n      \"primary_energy_source_2\": \"Hydroelectricity\", \r\n      \"primary_energy_source_3\": \"Petroleum\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 1, \r\n          \"data_1994\": 1, \r\n          \"data_1995\": 1, \r\n          \"data_1996\": 1, \r\n          \"data_1997\": 1, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 2, \r\n          \"data_2009\": 3, \r\n          \"data_2010\": 3, \r\n          \"data_2011\": 3, \r\n          \"data_2012\": 3, \r\n          \"data_2013\": 3, \r\n          \"data_2014\": 3, \r\n          \"data_2015\": 3, \r\n          \"data_2016\": 14, \r\n          \"data_2017\": 20, \r\n          \"state_name\": \"Alaska\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 10, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 6, \r\n          \"data_2006\": 8, \r\n          \"data_2007\": 10, \r\n          \"data_2008\": 1, \r\n          \"data_2009\": 69, \r\n          \"data_2010\": 123, \r\n          \"data_2011\": 121, \r\n          \"data_2012\": 356, \r\n          \"data_2013\": 1386, \r\n          \"data_2014\": 1445, \r\n          \"data_2015\": 1488, \r\n          \"data_2016\": 1563, \r\n          \"data_2017\": 1305, \r\n          \"state_name\": \"Alaska\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 7067, \r\n          \"data_1994\": 9656, \r\n          \"data_1995\": 8305, \r\n          \"data_1996\": 8046, \r\n          \"data_1997\": 3719, \r\n          \"data_1998\": 1886, \r\n          \"data_1999\": 1775, \r\n          \"data_2000\": 1898, \r\n          \"data_2001\": 2973, \r\n          \"data_2002\": 3193, \r\n          \"data_2003\": 3261, \r\n          \"data_2004\": 3324, \r\n          \"data_2005\": 1133, \r\n          \"data_2006\": 1065, \r\n          \"data_2007\": 1177, \r\n          \"data_2008\": 1233, \r\n          \"data_2009\": 2543, \r\n          \"data_2010\": 2704, \r\n          \"data_2011\": 2675, \r\n          \"data_2012\": 2263, \r\n          \"data_2013\": 3357, \r\n          \"data_2014\": 3522, \r\n          \"data_2015\": 7488, \r\n          \"data_2016\": 8093, \r\n          \"data_2017\": 7023, \r\n          \"state_name\": \"Alaska\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 13871, \r\n          \"data_1994\": 14181, \r\n          \"data_1995\": 16652, \r\n          \"data_1996\": 14706, \r\n          \"data_1997\": 16421, \r\n          \"data_1998\": 12302, \r\n          \"data_1999\": 12492, \r\n          \"data_2000\": 13376, \r\n          \"data_2001\": 10376, \r\n          \"data_2002\": 9299, \r\n          \"data_2003\": 9556, \r\n          \"data_2004\": 9671, \r\n          \"data_2005\": 25221, \r\n          \"data_2006\": 25093, \r\n          \"data_2007\": 28976, \r\n          \"data_2008\": 36332, \r\n          \"data_2009\": 29074, \r\n          \"data_2010\": 30239, \r\n          \"data_2011\": 29100, \r\n          \"data_2012\": 27478, \r\n          \"data_2013\": 26583, \r\n          \"data_2014\": 31555, \r\n          \"data_2015\": 35410, \r\n          \"data_2016\": 35349, \r\n          \"data_2017\": 34730, \r\n          \"state_name\": \"Arizona\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 389839, \r\n          \"data_1994\": 402390, \r\n          \"data_1995\": 342889, \r\n          \"data_1996\": 342839, \r\n          \"data_1997\": 369872, \r\n          \"data_1998\": 386770, \r\n          \"data_1999\": 403262, \r\n          \"data_2000\": 432810, \r\n          \"data_2001\": 424023, \r\n          \"data_2002\": 406479, \r\n          \"data_2003\": 406537, \r\n          \"data_2004\": 425413, \r\n          \"data_2005\": 428445, \r\n          \"data_2006\": 431985, \r\n          \"data_2007\": 438524, \r\n          \"data_2008\": 458727, \r\n          \"data_2009\": 413260, \r\n          \"data_2010\": 457909, \r\n          \"data_2011\": 459909, \r\n          \"data_2012\": 420570, \r\n          \"data_2013\": 454865, \r\n          \"data_2014\": 447849, \r\n          \"data_2015\": 385822, \r\n          \"data_2016\": 323878, \r\n          \"data_2017\": 334512, \r\n          \"state_name\": \"Arizona\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"31093\", \r\n          \"date_of_birth\": \"1945-08-25\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"RepRonBarber\", \r\n          \"first_name\": \"Ron\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001279.jpg\", \r\n          \"last_name\": \"Barber\", \r\n          \"member_id\": \"B001279\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRonBarber\", \r\n          \"url\": \"http://barber.house.gov\", \r\n          \"votes_with_party_pct\": \"91.32\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"105145\", \r\n          \"date_of_birth\": \"1958-11-07\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"RepAndyBiggs\", \r\n          \"first_name\": \"Andy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001302.jpg\", \r\n          \"last_name\": \"Biggs\", \r\n          \"member_id\": \"B001302\", \r\n          \"office\": \"1626 Longworth House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-2635\", \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepAndyBiggsAZ\", \r\n          \"url\": \"https://biggs.house.gov\", \r\n          \"votes_with_party_pct\": \"85.35\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1955-05-22\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Sam\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Coppersmith\", \r\n          \"member_id\": \"C000767\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.92\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1937-05-08\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Dennis\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"DeConcini\", \r\n          \"member_id\": \"D000185\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Senator, 1st Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"84.73\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1949-03-23\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Karan\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"English\", \r\n          \"member_id\": \"E000186\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.37\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"87582\", \r\n          \"date_of_birth\": \"1962-12-31\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"senatorjeffflake\", \r\n          \"first_name\": \"Jeff\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000444.jpg\", \r\n          \"last_name\": \"Flake\", \r\n          \"member_id\": \"F000444\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"JeffFlake\", \r\n          \"url\": \"https://www.flake.senate.gov/public\", \r\n          \"votes_with_party_pct\": \"82.49\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003550\", \r\n          \"date_of_birth\": \"1957-06-19\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"TrentFranks\", \r\n          \"first_name\": \"Trent\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000448.jpg\", \r\n          \"last_name\": \"Franks\", \r\n          \"member_id\": \"F000448\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepTrentFranks\", \r\n          \"url\": \"https://franks.house.gov/\", \r\n          \"votes_with_party_pct\": \"89.9\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003551\", \r\n          \"date_of_birth\": \"1948-02-19\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Rep.Grijalva\", \r\n          \"first_name\": \"Ra\\u00fal\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000551.jpg\", \r\n          \"last_name\": \"Grijalva\", \r\n          \"member_id\": \"G000551\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepraulGrijalva\", \r\n          \"url\": \"https://grijalva.house.gov\", \r\n          \"votes_with_party_pct\": \"93.88\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1021830\", \r\n          \"date_of_birth\": \"1970-06-08\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Gabrielle\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000554.jpg\", \r\n          \"last_name\": \"Giffords\", \r\n          \"member_id\": \"G000554\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.3\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"62470\", \r\n          \"date_of_birth\": \"1958-11-22\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"repgosar\", \r\n          \"first_name\": \"Paul\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000565.jpg\", \r\n          \"last_name\": \"Gosar\", \r\n          \"member_id\": \"G000565\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGosar\", \r\n          \"url\": \"https://gosar.house.gov\", \r\n          \"votes_with_party_pct\": \"94.28\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"77233\", \r\n          \"date_of_birth\": \"1979-11-20\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"RepRubenGallego\", \r\n          \"first_name\": \"Ruben\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000574.jpg\", \r\n          \"last_name\": \"Gallego\", \r\n          \"member_id\": \"G000574\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRubenGallego\", \r\n          \"url\": \"https://rubengallego.house.gov\", \r\n          \"votes_with_party_pct\": \"98.38\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1958-07-12\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hayworth\", \r\n          \"member_id\": \"H000413\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"96.29\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-06-28\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Kolbe\", \r\n          \"member_id\": \"K000306\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"85.39\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-04-25\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jon\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000352.jpg\", \r\n          \"last_name\": \"Kyl\", \r\n          \"member_id\": \"K000352\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"senjonkyl\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.55\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031338\", \r\n          \"date_of_birth\": \"1950-03-24\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"RepKirkpatrick\", \r\n          \"first_name\": \"Ann\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000368.jpg\", \r\n          \"last_name\": \"Kirkpatrick\", \r\n          \"member_id\": \"K000368\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepKirkpatrick\", \r\n          \"url\": \"http://kirkpatrick.house.gov\", \r\n          \"votes_with_party_pct\": \"86.08\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1958-11-14\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"RepDebbieLesko\", \r\n          \"first_name\": \"Debbie\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000589.jpg\", \r\n          \"last_name\": \"Lesko\", \r\n          \"member_id\": \"L000589\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDLesko\", \r\n          \"url\": \"https://lesko.house.gov/\", \r\n          \"votes_with_party_pct\": \"95.15\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"7476\", \r\n          \"date_of_birth\": \"1936-08-29\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"johnmccain\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M000303.jpg\", \r\n          \"last_name\": \"McCain\", \r\n          \"member_id\": \"M000303\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenJohnMcCain\", \r\n          \"url\": \"https://www.mccain.senate.gov\", \r\n          \"votes_with_party_pct\": \"86.69\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1021101\", \r\n          \"date_of_birth\": \"1940-07-18\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Harry\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001167.jpg\", \r\n          \"last_name\": \"Mitchell\", \r\n          \"member_id\": \"M001167\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"HarryEMitchell\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.2\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"29126\", \r\n          \"date_of_birth\": \"1966-03-22\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"SenMarthaMcSally\", \r\n          \"first_name\": \"Martha\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001197.jpg\", \r\n          \"last_name\": \"McSally\", \r\n          \"member_id\": \"M001197\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SenMcSallyAZ\", \r\n          \"url\": \"https://www.mcsally.senate.gov\", \r\n          \"votes_with_party_pct\": \"92.55\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104523\", \r\n          \"date_of_birth\": \"1946-01-24\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"repohalleran\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/O000171.jpg\", \r\n          \"last_name\": \"O'Halleran\", \r\n          \"member_id\": \"O000171\", \r\n          \"office\": \"126 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-3361\", \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"repohalleran\", \r\n          \"url\": \"https://ohalleran.house.gov\", \r\n          \"votes_with_party_pct\": \"88.6\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"20628\", \r\n          \"date_of_birth\": \"1943-06-28\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ed\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000099.jpg\", \r\n          \"last_name\": \"Pastor\", \r\n          \"member_id\": \"P000099\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"PastorForAZ\", \r\n          \"url\": \"http://www.pastor.house.gov\", \r\n          \"votes_with_party_pct\": \"91.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1976-11-03\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ben\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/Q000024.jpg\", \r\n          \"last_name\": \"Quayle\", \r\n          \"member_id\": \"Q000024\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"benquayle\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.67\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1958-06-11\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Rick\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000574.jpg\", \r\n          \"last_name\": \"Renzi\", \r\n          \"member_id\": \"R000574\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.64\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"37033\", \r\n          \"date_of_birth\": \"1958-01-21\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"RepMattSalmon\", \r\n          \"first_name\": \"Matt\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S000018.jpg\", \r\n          \"last_name\": \"Salmon\", \r\n          \"member_id\": \"S000018\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMattSalmon\", \r\n          \"url\": \"http://salmon.house.gov\", \r\n          \"votes_with_party_pct\": \"93.93\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"37037\", \r\n          \"date_of_birth\": \"1949-10-22\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S000275.jpg\", \r\n          \"last_name\": \"Shadegg\", \r\n          \"member_id\": \"S000275\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.88\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1927-04-04\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bob\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Stump\", \r\n          \"member_id\": \"S001044\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.7\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"5205\", \r\n          \"date_of_birth\": \"1962-03-03\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"repdavidschweikert\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001183.jpg\", \r\n          \"last_name\": \"Schweikert\", \r\n          \"member_id\": \"S001183\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDavid\", \r\n          \"url\": \"https://schweikert.house.gov\", \r\n          \"votes_with_party_pct\": \"92.8\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"68489\", \r\n          \"date_of_birth\": \"1976-07-12\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"CongresswomanSinema\", \r\n          \"first_name\": \"Kyrsten\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001191.jpg\", \r\n          \"last_name\": \"Sinema\", \r\n          \"member_id\": \"S001191\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SenatorSinema\", \r\n          \"url\": \"https://www.sinema.senate.gov\", \r\n          \"votes_with_party_pct\": \"81.15\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1970-03-08\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Greg\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Stanton\", \r\n          \"member_id\": \"S001211\", \r\n          \"office\": \"128 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-9888\", \r\n          \"state\": \"Arizona\", \r\n          \"state_abr\": \"AZ\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGregStanton\", \r\n          \"url\": \"https://stanton.house.gov/\", \r\n          \"votes_with_party_pct\": \"99.18\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 237, \r\n          \"data_1994\": 236, \r\n          \"data_1995\": 237, \r\n          \"data_1996\": 237, \r\n          \"data_1997\": 238, \r\n          \"data_1998\": 238, \r\n          \"data_1999\": 286, \r\n          \"data_2000\": 286, \r\n          \"data_2001\": 287, \r\n          \"data_2002\": 294, \r\n          \"data_2003\": 235, \r\n          \"data_2004\": 255, \r\n          \"data_2005\": 283, \r\n          \"data_2006\": 287, \r\n          \"data_2007\": 302, \r\n          \"data_2008\": 366, \r\n          \"data_2009\": 329, \r\n          \"data_2010\": 339, \r\n          \"data_2011\": 345, \r\n          \"data_2012\": 345, \r\n          \"data_2013\": 345, \r\n          \"data_2014\": 345, \r\n          \"data_2015\": 345, \r\n          \"data_2016\": 345, \r\n          \"data_2017\": 345, \r\n          \"state_name\": \"Arizona\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 69040, \r\n          \"data_1994\": 75982, \r\n          \"data_1995\": 85470, \r\n          \"data_1996\": 95276, \r\n          \"data_1997\": 123060, \r\n          \"data_1998\": 111863, \r\n          \"data_1999\": 99794, \r\n          \"data_2000\": 85221, \r\n          \"data_2001\": 78774, \r\n          \"data_2002\": 75557, \r\n          \"data_2003\": 71634, \r\n          \"data_2004\": 69843, \r\n          \"data_2005\": 64094, \r\n          \"data_2006\": 67379, \r\n          \"data_2007\": 65211, \r\n          \"data_2008\": 71795, \r\n          \"data_2009\": 62731, \r\n          \"data_2010\": 64606, \r\n          \"data_2011\": 89135, \r\n          \"data_2012\": 63918, \r\n          \"data_2013\": 56432, \r\n          \"data_2014\": 58185, \r\n          \"data_2015\": 60906, \r\n          \"data_2016\": 66173, \r\n          \"data_2017\": 62942, \r\n          \"state_name\": \"Arizona\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 56581, \r\n      \"name\": \"Arizona\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 118159, \r\n          \"data_1994\": 139733, \r\n          \"data_1995\": 127945, \r\n          \"data_1996\": 125265, \r\n          \"data_1997\": 137588, \r\n          \"data_1998\": 161086, \r\n          \"data_1999\": 167770, \r\n          \"data_2000\": 208137, \r\n          \"data_2001\": 244424, \r\n          \"data_2002\": 255247, \r\n          \"data_2003\": 275650, \r\n          \"data_2004\": 356264, \r\n          \"data_2005\": 329302, \r\n          \"data_2006\": 365230, \r\n          \"data_2007\": 401992, \r\n          \"data_2008\": 409966, \r\n          \"data_2009\": 377504, \r\n          \"data_2010\": 336208, \r\n          \"data_2011\": 293134, \r\n          \"data_2012\": 339043, \r\n          \"data_2013\": 340375, \r\n          \"data_2014\": 315916, \r\n          \"data_2015\": 365313, \r\n          \"data_2016\": 373916, \r\n          \"data_2017\": 335978, \r\n          \"state_name\": \"Arizona\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 231601, \r\n          \"data_1994\": 242182, \r\n          \"data_1995\": 283526, \r\n          \"data_1996\": 302902, \r\n          \"data_1997\": 307623, \r\n          \"data_1998\": 317888, \r\n          \"data_1999\": 317843, \r\n          \"data_2000\": 316839, \r\n          \"data_2001\": 299966, \r\n          \"data_2002\": 322260, \r\n          \"data_2003\": 297872, \r\n          \"data_2004\": 293158, \r\n          \"data_2005\": 269327, \r\n          \"data_2006\": 250568, \r\n          \"data_2007\": 280920, \r\n          \"data_2008\": 305726, \r\n          \"data_2009\": 320692, \r\n          \"data_2010\": 326102, \r\n          \"data_2011\": 327292, \r\n          \"data_2012\": 334636, \r\n          \"data_2013\": 328423, \r\n          \"data_2014\": 338044, \r\n          \"data_2015\": 340153, \r\n          \"data_2016\": 338636, \r\n          \"data_2017\": 338246, \r\n          \"state_name\": \"Arizona\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 379528, \r\n          \"data_1994\": 388436, \r\n          \"data_1995\": 409870, \r\n          \"data_1996\": 431948, \r\n          \"data_1997\": 431996, \r\n          \"data_1998\": 469562, \r\n          \"data_1999\": 495815, \r\n          \"data_2000\": 504145, \r\n          \"data_2001\": 516062, \r\n          \"data_2002\": 527322, \r\n          \"data_2003\": 538177, \r\n          \"data_2004\": 559421, \r\n          \"data_2005\": 587601, \r\n          \"data_2006\": 597269, \r\n          \"data_2007\": 587735, \r\n          \"data_2008\": 561904, \r\n          \"data_2009\": 518518, \r\n          \"data_2010\": 518914, \r\n          \"data_2011\": 522243, \r\n          \"data_2012\": 508844, \r\n          \"data_2013\": 514915, \r\n          \"data_2014\": 515390, \r\n          \"data_2015\": 531840, \r\n          \"data_2016\": 556063, \r\n          \"data_2017\": 557015, \r\n          \"state_name\": \"Arizona\"\r\n        }\r\n      ], \r\n      \"population\": 7016270, \r\n      \"primary_energy_source_1\": \"NuclearPower\", \r\n      \"primary_energy_source_2\": \"Coal\", \r\n      \"primary_energy_source_3\": \"NaturalGas\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 3794, \r\n          \"data_1994\": 3836, \r\n          \"data_1995\": 3844, \r\n          \"data_1996\": 3861, \r\n          \"data_1997\": 3792, \r\n          \"data_1998\": 3713, \r\n          \"data_1999\": 3573, \r\n          \"data_2000\": 3344, \r\n          \"data_2001\": 3086, \r\n          \"data_2002\": 2877, \r\n          \"data_2003\": 2760, \r\n          \"data_2004\": 2672, \r\n          \"data_2005\": 2574, \r\n          \"data_2006\": 2661, \r\n          \"data_2007\": 2749, \r\n          \"data_2008\": 3112, \r\n          \"data_2009\": 3445, \r\n          \"data_2010\": 4518, \r\n          \"data_2011\": 7604, \r\n          \"data_2012\": 18096, \r\n          \"data_2013\": 31405, \r\n          \"data_2014\": 43565, \r\n          \"data_2015\": 48223, \r\n          \"data_2016\": 52843, \r\n          \"data_2017\": 66316, \r\n          \"state_name\": \"Arizona\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 288, \r\n          \"data_2010\": 1316, \r\n          \"data_2011\": 2483, \r\n          \"data_2012\": 5059, \r\n          \"data_2013\": 4291, \r\n          \"data_2014\": 4452, \r\n          \"data_2015\": 4213, \r\n          \"data_2016\": 5000, \r\n          \"data_2017\": 5251, \r\n          \"state_name\": \"Arizona\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 13594, \r\n          \"data_1994\": 13459, \r\n          \"data_1995\": 14380, \r\n          \"data_1996\": 12790, \r\n          \"data_1997\": 14517, \r\n          \"data_1998\": 10834, \r\n          \"data_1999\": 11223, \r\n          \"data_2000\": 11924, \r\n          \"data_2001\": 8366, \r\n          \"data_2002\": 8153, \r\n          \"data_2003\": 8451, \r\n          \"data_2004\": 8607, \r\n          \"data_2005\": 11383, \r\n          \"data_2006\": 10447, \r\n          \"data_2007\": 11095, \r\n          \"data_2008\": 13582, \r\n          \"data_2009\": 6335, \r\n          \"data_2010\": 7247, \r\n          \"data_2011\": 6069, \r\n          \"data_2012\": 5922, \r\n          \"data_2013\": 6353, \r\n          \"data_2014\": 7563, \r\n          \"data_2015\": 8659, \r\n          \"data_2016\": 7969, \r\n          \"data_2017\": 7015, \r\n          \"state_name\": \"Arizona\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 85912, \r\n          \"data_1994\": 82506, \r\n          \"data_1995\": 82964, \r\n          \"data_1996\": 87771, \r\n          \"data_1997\": 86884, \r\n          \"data_1998\": 81960, \r\n          \"data_1999\": 82147, \r\n          \"data_2000\": 83466, \r\n          \"data_2001\": 66816, \r\n          \"data_2002\": 72938, \r\n          \"data_2003\": 80378, \r\n          \"data_2004\": 75878, \r\n          \"data_2005\": 81287, \r\n          \"data_2006\": 84205, \r\n          \"data_2007\": 88493, \r\n          \"data_2008\": 79111, \r\n          \"data_2009\": 88519, \r\n          \"data_2010\": 101522, \r\n          \"data_2011\": 103676, \r\n          \"data_2012\": 101463, \r\n          \"data_2013\": 102209, \r\n          \"data_2014\": 102765, \r\n          \"data_2015\": 91836, \r\n          \"data_2016\": 88961, \r\n          \"data_2017\": 87835, \r\n          \"state_name\": \"Arkansas\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 200450, \r\n          \"data_1994\": 222169, \r\n          \"data_1995\": 237334, \r\n          \"data_1996\": 260060, \r\n          \"data_1997\": 246786, \r\n          \"data_1998\": 254658, \r\n          \"data_1999\": 267022, \r\n          \"data_2000\": 267579, \r\n          \"data_2001\": 273982, \r\n          \"data_2002\": 255242, \r\n          \"data_2003\": 253653, \r\n          \"data_2004\": 270210, \r\n          \"data_2005\": 247169, \r\n          \"data_2006\": 256907, \r\n          \"data_2007\": 275037, \r\n          \"data_2008\": 278849, \r\n          \"data_2009\": 264083, \r\n          \"data_2010\": 293689, \r\n          \"data_2011\": 306119, \r\n          \"data_2012\": 296732, \r\n          \"data_2013\": 327099, \r\n          \"data_2014\": 339214, \r\n          \"data_2015\": 226889, \r\n          \"data_2016\": 246437, \r\n          \"data_2017\": 267591, \r\n          \"state_name\": \"Arkansas\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"45115\", \r\n          \"date_of_birth\": \"1942-08-27\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Marion\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000420.jpg\", \r\n          \"last_name\": \"Berry\", \r\n          \"member_id\": \"B000420\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"80.37\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1925-08-12\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Dale\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Bumpers\", \r\n          \"member_id\": \"B001057\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.86\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"92069\", \r\n          \"date_of_birth\": \"1950-12-10\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"JohnBoozman\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001236.jpg\", \r\n          \"last_name\": \"Boozman\", \r\n          \"member_id\": \"B001236\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"JohnBoozman\", \r\n          \"url\": \"https://www.boozman.senate.gov/public\", \r\n          \"votes_with_party_pct\": \"97.55\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623259\", \r\n          \"date_of_birth\": \"1966-01-22\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"RepRickCrawford\", \r\n          \"first_name\": \"Rick\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001087.jpg\", \r\n          \"last_name\": \"Crawford\", \r\n          \"member_id\": \"C001087\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRickCrawford\", \r\n          \"url\": \"https://crawford.house.gov\", \r\n          \"votes_with_party_pct\": \"94.5\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"63928\", \r\n          \"date_of_birth\": \"1977-05-13\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"SenatorTomCotton\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001095.jpg\", \r\n          \"last_name\": \"Cotton\", \r\n          \"member_id\": \"C001095\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SenTomCotton\", \r\n          \"url\": \"https://www.cotton.senate.gov\", \r\n          \"votes_with_party_pct\": \"93.68\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1939-12-14\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jay\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Dickey\", \r\n          \"member_id\": \"D000312\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.34\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1024660\", \r\n          \"date_of_birth\": \"1968-08-21\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Tim\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000567.jpg\", \r\n          \"last_name\": \"Griffin\", \r\n          \"member_id\": \"G000567\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepTimGriffin\", \r\n          \"url\": \"http://griffin.house.gov\", \r\n          \"votes_with_party_pct\": \"95.62\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1950-12-03\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Asa\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hutchinson\", \r\n          \"member_id\": \"H001014\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.13\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1949-08-11\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Tim\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hutchinson\", \r\n          \"member_id\": \"H001015\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.95\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"9265172\", \r\n          \"date_of_birth\": \"1956-12-05\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"RepFrenchHill\", \r\n          \"first_name\": \"French\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001072.jpg\", \r\n          \"last_name\": \"Hill\", \r\n          \"member_id\": \"H001072\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepFrenchHill\", \r\n          \"url\": \"https://hill.house.gov\", \r\n          \"votes_with_party_pct\": \"96.17\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26202\", \r\n          \"date_of_birth\": \"1960-09-30\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Blanche\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000035.jpg\", \r\n          \"last_name\": \"Lincoln\", \r\n          \"member_id\": \"L000035\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"86.82\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1934-08-29\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Pryor\", \r\n          \"member_id\": \"P000556\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.94\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1002201\", \r\n          \"date_of_birth\": \"1963-01-10\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"MarkPryor\", \r\n          \"first_name\": \"Mark\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000590.jpg\", \r\n          \"last_name\": \"Pryor\", \r\n          \"member_id\": \"P000590\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"SenMarkPryor\", \r\n          \"url\": \"http://www.pryor.senate.gov\", \r\n          \"votes_with_party_pct\": \"89.95\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"86491\", \r\n          \"date_of_birth\": \"1961-09-01\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000573.jpg\", \r\n          \"last_name\": \"Ross\", \r\n          \"member_id\": \"R000573\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMikeRoss\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.59\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"45722\", \r\n          \"date_of_birth\": \"1947-09-27\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Vic\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S000672.jpg\", \r\n          \"last_name\": \"Snyder\", \r\n          \"member_id\": \"S000672\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.46\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1928-07-16\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Raymond\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Thornton\", \r\n          \"member_id\": \"T000243\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.69\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1033625\", \r\n          \"date_of_birth\": \"1957-02-18\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"RepSteveWomack\", \r\n          \"first_name\": \"Steve\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000809.jpg\", \r\n          \"last_name\": \"Womack\", \r\n          \"member_id\": \"W000809\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"Rep_SteveWomack\", \r\n          \"url\": \"https://womack.house.gov\", \r\n          \"votes_with_party_pct\": \"93.92\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"76097\", \r\n          \"date_of_birth\": \"1967-11-18\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"RepWesterman\", \r\n          \"first_name\": \"Bruce\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000821.jpg\", \r\n          \"last_name\": \"Westerman\", \r\n          \"member_id\": \"W000821\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Arkansas\", \r\n          \"state_abr\": \"AR\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepWesterman\", \r\n          \"url\": \"https://westerman.house.gov\", \r\n          \"votes_with_party_pct\": \"98.17\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 133, \r\n          \"data_1994\": 123, \r\n          \"data_1995\": 131, \r\n          \"data_1996\": 138, \r\n          \"data_1997\": 147, \r\n          \"data_1998\": 152, \r\n          \"data_1999\": 192, \r\n          \"data_2000\": 192, \r\n          \"data_2001\": 212, \r\n          \"data_2002\": 228, \r\n          \"data_2003\": 282, \r\n          \"data_2004\": 306, \r\n          \"data_2005\": 349, \r\n          \"data_2006\": 401, \r\n          \"data_2007\": 482, \r\n          \"data_2008\": 572, \r\n          \"data_2009\": 702, \r\n          \"data_2010\": 773, \r\n          \"data_2011\": 750, \r\n          \"data_2012\": 808, \r\n          \"data_2013\": 808, \r\n          \"data_2014\": 808, \r\n          \"data_2015\": 808, \r\n          \"data_2016\": 808, \r\n          \"data_2017\": 808, \r\n          \"state_name\": \"Arkansas\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 46486, \r\n          \"data_1994\": 35721, \r\n          \"data_1995\": 33181, \r\n          \"data_1996\": 28921, \r\n          \"data_1997\": 35906, \r\n          \"data_1998\": 31781, \r\n          \"data_1999\": 27552, \r\n          \"data_2000\": 24181, \r\n          \"data_2001\": 26331, \r\n          \"data_2002\": 34953, \r\n          \"data_2003\": 26878, \r\n          \"data_2004\": 36493, \r\n          \"data_2005\": 30822, \r\n          \"data_2006\": 15380, \r\n          \"data_2007\": 31992, \r\n          \"data_2008\": 45923, \r\n          \"data_2009\": 40921, \r\n          \"data_2010\": 35697, \r\n          \"data_2011\": 28738, \r\n          \"data_2012\": 20921, \r\n          \"data_2013\": 25329, \r\n          \"data_2014\": 25104, \r\n          \"data_2015\": 33261, \r\n          \"data_2016\": 32958, \r\n          \"data_2017\": 27117, \r\n          \"state_name\": \"Arkansas\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 45869, \r\n      \"name\": \"Arkansas\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 232682, \r\n          \"data_1994\": 247187, \r\n          \"data_1995\": 271956, \r\n          \"data_1996\": 274991, \r\n          \"data_1997\": 264019, \r\n          \"data_1998\": 272888, \r\n          \"data_1999\": 257666, \r\n          \"data_2000\": 256114, \r\n          \"data_2001\": 231590, \r\n          \"data_2002\": 247899, \r\n          \"data_2003\": 254571, \r\n          \"data_2004\": 217921, \r\n          \"data_2005\": 216600, \r\n          \"data_2006\": 240885, \r\n          \"data_2007\": 229610, \r\n          \"data_2008\": 238424, \r\n          \"data_2009\": 248100, \r\n          \"data_2010\": 274774, \r\n          \"data_2011\": 288906, \r\n          \"data_2012\": 300572, \r\n          \"data_2013\": 288045, \r\n          \"data_2014\": 273009, \r\n          \"data_2015\": 296826, \r\n          \"data_2016\": 315617, \r\n          \"data_2017\": 317614, \r\n          \"state_name\": \"Arkansas\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 142032, \r\n          \"data_1994\": 145531, \r\n          \"data_1995\": 122486, \r\n          \"data_1996\": 140285, \r\n          \"data_1997\": 149100, \r\n          \"data_1998\": 137403, \r\n          \"data_1999\": 135009, \r\n          \"data_2000\": 121516, \r\n          \"data_2001\": 154356, \r\n          \"data_2002\": 152024, \r\n          \"data_2003\": 153093, \r\n          \"data_2004\": 161111, \r\n          \"data_2005\": 142864, \r\n          \"data_2006\": 158952, \r\n          \"data_2007\": 162434, \r\n          \"data_2008\": 148085, \r\n          \"data_2009\": 158663, \r\n          \"data_2010\": 157017, \r\n          \"data_2011\": 148531, \r\n          \"data_2012\": 162353, \r\n          \"data_2013\": 124816, \r\n          \"data_2014\": 151428, \r\n          \"data_2015\": 144716, \r\n          \"data_2016\": 140370, \r\n          \"data_2017\": 132736, \r\n          \"state_name\": \"Arkansas\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 284524, \r\n          \"data_1994\": 297327, \r\n          \"data_1995\": 306794, \r\n          \"data_1996\": 308929, \r\n          \"data_1997\": 320440, \r\n          \"data_1998\": 321517, \r\n          \"data_1999\": 350550, \r\n          \"data_2000\": 357586, \r\n          \"data_2001\": 353382, \r\n          \"data_2002\": 356282, \r\n          \"data_2003\": 357343, \r\n          \"data_2004\": 361081, \r\n          \"data_2005\": 358408, \r\n          \"data_2006\": 358768, \r\n          \"data_2007\": 360044, \r\n          \"data_2008\": 357242, \r\n          \"data_2009\": 342153, \r\n          \"data_2010\": 353930, \r\n          \"data_2011\": 350022, \r\n          \"data_2012\": 332289, \r\n          \"data_2013\": 334840, \r\n          \"data_2014\": 340681, \r\n          \"data_2015\": 330153, \r\n          \"data_2016\": 341293, \r\n          \"data_2017\": 339770, \r\n          \"state_name\": \"Arkansas\"\r\n        }\r\n      ], \r\n      \"population\": 3004279, \r\n      \"primary_energy_source_1\": \"Coal\", \r\n      \"primary_energy_source_2\": \"NaturalGas\", \r\n      \"primary_energy_source_3\": \"NuclearPower\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 1272, \r\n          \"data_1994\": 1259, \r\n          \"data_1995\": 1230, \r\n          \"data_1996\": 1189, \r\n          \"data_1997\": 1108, \r\n          \"data_1998\": 1033, \r\n          \"data_1999\": 931, \r\n          \"data_2000\": 795, \r\n          \"data_2001\": 642, \r\n          \"data_2002\": 500, \r\n          \"data_2003\": 367, \r\n          \"data_2004\": 239, \r\n          \"data_2005\": 90, \r\n          \"data_2006\": 94, \r\n          \"data_2007\": 53, \r\n          \"data_2008\": 53, \r\n          \"data_2009\": 59, \r\n          \"data_2010\": 80, \r\n          \"data_2011\": 85, \r\n          \"data_2012\": 100, \r\n          \"data_2013\": 108, \r\n          \"data_2014\": 111, \r\n          \"data_2015\": 124, \r\n          \"data_2016\": 372, \r\n          \"data_2017\": 443, \r\n          \"state_name\": \"Arkansas\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Arkansas\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 85755, \r\n          \"data_1994\": 82478, \r\n          \"data_1995\": 82933, \r\n          \"data_1996\": 87769, \r\n          \"data_1997\": 86884, \r\n          \"data_1998\": 81960, \r\n          \"data_1999\": 82147, \r\n          \"data_2000\": 83466, \r\n          \"data_2001\": 66816, \r\n          \"data_2002\": 72938, \r\n          \"data_2003\": 80378, \r\n          \"data_2004\": 75878, \r\n          \"data_2005\": 81190, \r\n          \"data_2006\": 84115, \r\n          \"data_2007\": 88207, \r\n          \"data_2008\": 76806, \r\n          \"data_2009\": 82522, \r\n          \"data_2010\": 88679, \r\n          \"data_2011\": 91598, \r\n          \"data_2012\": 89736, \r\n          \"data_2013\": 90343, \r\n          \"data_2014\": 90358, \r\n          \"data_2015\": 79217, \r\n          \"data_2016\": 75941, \r\n          \"data_2017\": 74776, \r\n          \"state_name\": \"Arkansas\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 193993, \r\n          \"data_1994\": 195852, \r\n          \"data_1995\": 181972, \r\n          \"data_1996\": 175098, \r\n          \"data_1997\": 158854, \r\n          \"data_1998\": 146909, \r\n          \"data_1999\": 155665, \r\n          \"data_2000\": 164105, \r\n          \"data_2001\": 164118, \r\n          \"data_2002\": 171469, \r\n          \"data_2003\": 205789, \r\n          \"data_2004\": 228393, \r\n          \"data_2005\": 226037, \r\n          \"data_2006\": 219639, \r\n          \"data_2007\": 225339, \r\n          \"data_2008\": 230230, \r\n          \"data_2009\": 237594, \r\n          \"data_2010\": 290583, \r\n          \"data_2011\": 291483, \r\n          \"data_2012\": 285560, \r\n          \"data_2013\": 298382, \r\n          \"data_2014\": 302638, \r\n          \"data_2015\": 279884, \r\n          \"data_2016\": 272544, \r\n          \"data_2017\": 272238, \r\n          \"state_name\": \"California\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 84669, \r\n          \"data_1994\": 84616, \r\n          \"data_1995\": 84323, \r\n          \"data_1996\": 80324, \r\n          \"data_1997\": 82651, \r\n          \"data_1998\": 66157, \r\n          \"data_1999\": 69547, \r\n          \"data_2000\": 70012, \r\n          \"data_2001\": 67839, \r\n          \"data_2002\": 70010, \r\n          \"data_2003\": 69469, \r\n          \"data_2004\": 68909, \r\n          \"data_2005\": 67422, \r\n          \"data_2006\": 67017, \r\n          \"data_2007\": 66495, \r\n          \"data_2008\": 63050, \r\n          \"data_2009\": 52403, \r\n          \"data_2010\": 54972, \r\n          \"data_2011\": 55264, \r\n          \"data_2012\": 43832, \r\n          \"data_2013\": 38151, \r\n          \"data_2014\": 39486, \r\n          \"data_2015\": 30967, \r\n          \"data_2016\": 32077, \r\n          \"data_2017\": 33663, \r\n          \"state_name\": \"California\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1938-06-26\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Neil\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/A000014.jpg\", \r\n          \"last_name\": \"Abercrombie\", \r\n          \"member_id\": \"A000014\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"HI\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"neilabercrombie\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.63\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"79994\", \r\n          \"date_of_birth\": \"1979-06-19\", \r\n          \"district\": \"31\", \r\n          \"facebook_account\": \"reppeteaguilar\", \r\n          \"first_name\": \"Pete\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/A000371.jpg\", \r\n          \"last_name\": \"Aguilar\", \r\n          \"member_id\": \"A000371\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"reppeteaguilar\", \r\n          \"url\": \"https://aguilar.house.gov\", \r\n          \"votes_with_party_pct\": \"91.53\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1940-06-14\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bill\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Baker\", \r\n          \"member_id\": \"B000078\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.58\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26567\", \r\n          \"date_of_birth\": \"1958-01-26\", \r\n          \"district\": \"30\", \r\n          \"facebook_account\": \"XavierBecerra\", \r\n          \"first_name\": \"Xavier\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000287.jpg\", \r\n          \"last_name\": \"Becerra\", \r\n          \"member_id\": \"B000287\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepBecerra\", \r\n          \"url\": \"http://becerra.house.gov\", \r\n          \"votes_with_party_pct\": \"90.77\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1932-10-26\", \r\n          \"district\": \"24\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Anthony\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Beilenson\", \r\n          \"member_id\": \"B000318\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.58\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1592\", \r\n          \"date_of_birth\": \"1941-04-15\", \r\n          \"district\": \"26\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Howard\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000410.jpg\", \r\n          \"last_name\": \"Berman\", \r\n          \"member_id\": \"B000410\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepHowardBerman\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.5\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"36554\", \r\n          \"date_of_birth\": \"1951-01-28\", \r\n          \"district\": \"49\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Brian\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000461.jpg\", \r\n          \"last_name\": \"Bilbray\", \r\n          \"member_id\": \"B000461\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"BilbrayCA50\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1935-02-16\", \r\n          \"district\": \"44\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Sonny\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Bono\", \r\n          \"member_id\": \"B000622\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"96.86\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"2470\", \r\n          \"date_of_birth\": \"1940-11-11\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"senatorboxer\", \r\n          \"first_name\": \"Barbara\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000711.jpg\", \r\n          \"last_name\": \"Boxer\", \r\n          \"member_id\": \"B000711\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenatorBoxer\", \r\n          \"url\": \"https://www.boxer.senate.gov\", \r\n          \"votes_with_party_pct\": \"90.74\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1920-03-06\", \r\n          \"district\": \"42\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"George\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Brown\", \r\n          \"member_id\": \"B000918\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.55\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1961-10-24\", \r\n          \"district\": \"44\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Mary\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001228.jpg\", \r\n          \"last_name\": \"Bono Mack\", \r\n          \"member_id\": \"B001228\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"Rep_BonoMack\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"0.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"81682\", \r\n          \"date_of_birth\": \"1947-01-23\", \r\n          \"district\": \"42\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Joe\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001234.jpg\", \r\n          \"last_name\": \"Baca\", \r\n          \"member_id\": \"B001234\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.21\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003568\", \r\n          \"date_of_birth\": \"1933-05-31\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"madeleine.bordallo\", \r\n          \"first_name\": \"Madeleine\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001245.jpg\", \r\n          \"last_name\": \"Bordallo\", \r\n          \"member_id\": \"B001245\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Delegate\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"https://bordallo.house.gov\", \r\n          \"votes_with_party_pct\": \"0.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"62502\", \r\n          \"date_of_birth\": \"1953-10-03\", \r\n          \"district\": \"33\", \r\n          \"facebook_account\": \"RepKarenBass\", \r\n          \"first_name\": \"Karen\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001270.jpg\", \r\n          \"last_name\": \"Bass\", \r\n          \"member_id\": \"B001270\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepKarenBass\", \r\n          \"url\": \"https://bass.house.gov\", \r\n          \"votes_with_party_pct\": \"94.6\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"79783\", \r\n          \"date_of_birth\": \"1952-08-28\", \r\n          \"district\": \"26\", \r\n          \"facebook_account\": \"RepJuliaBrownley\", \r\n          \"first_name\": \"Julia\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001285.jpg\", \r\n          \"last_name\": \"Brownley\", \r\n          \"member_id\": \"B001285\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepBrownley\", \r\n          \"url\": \"https://juliabrownley.house.gov\", \r\n          \"votes_with_party_pct\": \"92.02\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1033636\", \r\n          \"date_of_birth\": \"1965-03-02\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"RepAmiBera\", \r\n          \"first_name\": \"Ami\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001287.jpg\", \r\n          \"last_name\": \"Bera\", \r\n          \"member_id\": \"B001287\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepBera\", \r\n          \"url\": \"https://bera.house.gov\", \r\n          \"votes_with_party_pct\": \"89.39\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104730\", \r\n          \"date_of_birth\": \"1976-09-15\", \r\n          \"district\": \"44\", \r\n          \"facebook_account\": \"CongresswomanBarragan\", \r\n          \"first_name\": \"Nanette\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001300.jpg\", \r\n          \"last_name\": \"Barrag\\u00e1n\", \r\n          \"member_id\": \"B001300\", \r\n          \"office\": \"1320 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-8220\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepBarragan\", \r\n          \"url\": \"https://barragan.house.gov\", \r\n          \"votes_with_party_pct\": \"97.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26709\", \r\n          \"date_of_birth\": \"1953-06-08\", \r\n          \"district\": \"43\", \r\n          \"facebook_account\": \"70063393423\", \r\n          \"first_name\": \"Ken\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C000059.jpg\", \r\n          \"last_name\": \"Calvert\", \r\n          \"member_id\": \"C000059\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"KenCalvert\", \r\n          \"url\": \"https://calvert.house.gov\", \r\n          \"votes_with_party_pct\": \"92.63\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1952-08-14\", \r\n          \"district\": \"15\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Campbell\", \r\n          \"member_id\": \"C000100\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"77.75\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1934-05-05\", \r\n          \"district\": \"22\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Walter\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Capps\", \r\n          \"member_id\": \"C000134\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-04-21\", \r\n          \"district\": \"18\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Gary\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Condit\", \r\n          \"member_id\": \"C000670\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"69.86\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1952-10-16\", \r\n          \"district\": \"47\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Christopher\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Cox\", \r\n          \"member_id\": \"C000830\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.35\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1941-12-08\", \r\n          \"district\": \"51\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Randy\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Cunningham\", \r\n          \"member_id\": \"C000994\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.37\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"54075\", \r\n          \"date_of_birth\": \"1938-01-10\", \r\n          \"district\": \"22\", \r\n          \"facebook_account\": \"loiscapps\", \r\n          \"first_name\": \"Lois\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001036.jpg\", \r\n          \"last_name\": \"Capps\", \r\n          \"member_id\": \"C001036\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLoisCapps\", \r\n          \"url\": \"http://capps.house.gov\", \r\n          \"votes_with_party_pct\": \"0.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"87444\", \r\n          \"date_of_birth\": \"1959-03-31\", \r\n          \"district\": \"18\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Dennis\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001050.jpg\", \r\n          \"last_name\": \"Cardoza\", \r\n          \"member_id\": \"C001050\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepCardoza\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.99\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"19599\", \r\n          \"date_of_birth\": \"1952-04-13\", \r\n          \"district\": \"20\", \r\n          \"facebook_account\": \"RepJimCosta\", \r\n          \"first_name\": \"Jim\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001059.jpg\", \r\n          \"last_name\": \"Costa\", \r\n          \"member_id\": \"C001059\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJimCosta\", \r\n          \"url\": \"https://costa.house.gov\", \r\n          \"votes_with_party_pct\": \"87.83\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1019004\", \r\n          \"date_of_birth\": \"1955-07-19\", \r\n          \"district\": \"48\", \r\n          \"facebook_account\": \"JohnCampbell\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001064.jpg\", \r\n          \"last_name\": \"Campbell\", \r\n          \"member_id\": \"C001064\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJohnCampbell\", \r\n          \"url\": \"http://www.campbell.house.gov\", \r\n          \"votes_with_party_pct\": \"90.32\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"92573\", \r\n          \"date_of_birth\": \"1953-07-07\", \r\n          \"district\": \"32\", \r\n          \"facebook_account\": \"RepJudyChu\", \r\n          \"first_name\": \"Judy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001080.jpg\", \r\n          \"last_name\": \"Chu\", \r\n          \"member_id\": \"C001080\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJudyChu\", \r\n          \"url\": \"https://chu.house.gov\", \r\n          \"votes_with_party_pct\": \"98.15\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"68278\", \r\n          \"date_of_birth\": \"1943-03-03\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"RepPaulCook\", \r\n          \"first_name\": \"Paul\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001094.jpg\", \r\n          \"last_name\": \"Cook\", \r\n          \"member_id\": \"C001094\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepPaulCook\", \r\n          \"url\": \"https://cook.house.gov\", \r\n          \"votes_with_party_pct\": \"95.45\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"63934\", \r\n          \"date_of_birth\": \"1963-03-31\", \r\n          \"district\": \"29\", \r\n          \"facebook_account\": \"repcardenas\", \r\n          \"first_name\": \"Tony\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001097.jpg\", \r\n          \"last_name\": \"C\\u00e1rdenas\", \r\n          \"member_id\": \"C001097\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepCardenas\", \r\n          \"url\": \"https://cardenas.house.gov\", \r\n          \"votes_with_party_pct\": \"94.16\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"46310\", \r\n          \"date_of_birth\": \"1958-01-24\", \r\n          \"district\": \"46\", \r\n          \"facebook_account\": \"RepLouCorrea\", \r\n          \"first_name\": \"J.\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001110.jpg\", \r\n          \"last_name\": \"Correa\", \r\n          \"member_id\": \"C001110\", \r\n          \"office\": \"1039 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-2965\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"reploucorrea\", \r\n          \"url\": \"https://correa.house.gov\", \r\n          \"votes_with_party_pct\": \"91.32\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104728\", \r\n          \"date_of_birth\": \"1964-11-18\", \r\n          \"district\": \"24\", \r\n          \"facebook_account\": \"repsaludcarbajal\", \r\n          \"first_name\": \"Salud\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001112.jpg\", \r\n          \"last_name\": \"Carbajal\", \r\n          \"member_id\": \"C001112\", \r\n          \"office\": \"212 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-3601\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepCarbajal\", \r\n          \"url\": \"https://carbajal.house.gov\", \r\n          \"votes_with_party_pct\": \"95.31\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1971-02-12\", \r\n          \"district\": \"39\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Gilbert\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Cisneros\", \r\n          \"member_id\": \"C001123\", \r\n          \"office\": \"431 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-4111\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGilCisneros\", \r\n          \"url\": \"https://cisneros.house.gov/\", \r\n          \"votes_with_party_pct\": \"96.21\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1963-07-18\", \r\n          \"district\": \"21\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"TJ\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Cox\", \r\n          \"member_id\": \"C001124\", \r\n          \"office\": \"1728 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-4695\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepTjCox\", \r\n          \"url\": \"https://cox.house.gov/\", \r\n          \"votes_with_party_pct\": \"97.5\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1935-11-24\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ronald\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Dellums\", \r\n          \"member_id\": \"D000222\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.46\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1934-08-08\", \r\n          \"district\": \"32\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Julian\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Dixon\", \r\n          \"member_id\": \"D000373\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.04\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1954-01-11\", \r\n          \"district\": \"20\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Calvin\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Dooley\", \r\n          \"member_id\": \"D000424\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.2\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1950-10-30\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000429.jpg\", \r\n          \"last_name\": \"Doolittle\", \r\n          \"member_id\": \"D000429\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.91\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1933-04-03\", \r\n          \"district\": \"46\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Robert\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Dornan\", \r\n          \"member_id\": \"D000435\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.98\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1952-07-05\", \r\n          \"district\": \"28\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000492.jpg\", \r\n          \"last_name\": \"Dreier\", \r\n          \"member_id\": \"D000492\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.24\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"85595\", \r\n          \"date_of_birth\": \"1944-04-13\", \r\n          \"district\": \"49\", \r\n          \"facebook_account\": \"RepSusanDavis\", \r\n          \"first_name\": \"Susan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000598.jpg\", \r\n          \"last_name\": \"Davis\", \r\n          \"member_id\": \"D000598\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepSusanDavis\", \r\n          \"url\": \"https://susandavis.house.gov\", \r\n          \"votes_with_party_pct\": \"94.75\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623287\", \r\n          \"date_of_birth\": \"1967-07-29\", \r\n          \"district\": \"19\", \r\n          \"facebook_account\": \"RepJeffDenham\", \r\n          \"first_name\": \"Jeffrey\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000612.jpg\", \r\n          \"last_name\": \"Denham\", \r\n          \"member_id\": \"D000612\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJeffDenham\", \r\n          \"url\": \"https://denham.house.gov\", \r\n          \"votes_with_party_pct\": \"95.27\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"61736\", \r\n          \"date_of_birth\": \"1952-03-31\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"RepMarkDeSaulnier\", \r\n          \"first_name\": \"Mark\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000623.jpg\", \r\n          \"last_name\": \"DeSaulnier\", \r\n          \"member_id\": \"D000623\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDeSaulnier\", \r\n          \"url\": \"https://desaulnier.house.gov\", \r\n          \"votes_with_party_pct\": \"97.76\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1915-01-06\", \r\n          \"district\": \"16\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Don\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Edwards\", \r\n          \"member_id\": \"E000064\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.21\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26130\", \r\n          \"date_of_birth\": \"1942-12-13\", \r\n          \"district\": \"14\", \r\n          \"facebook_account\": \"RepAnnaEshoo\", \r\n          \"first_name\": \"Anna\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/E000215.jpg\", \r\n          \"last_name\": \"Eshoo\", \r\n          \"member_id\": \"E000215\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepAnnaEshoo\", \r\n          \"url\": \"http://eshoo.house.gov\", \r\n          \"votes_with_party_pct\": \"93.51\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"30645\", \r\n          \"date_of_birth\": \"1941-07-04\", \r\n          \"district\": \"17\", \r\n          \"facebook_account\": \"RepSamFarr\", \r\n          \"first_name\": \"Sam\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000030.jpg\", \r\n          \"last_name\": \"Farr\", \r\n          \"member_id\": \"F000030\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepSamFarr\", \r\n          \"url\": \"http://farr.house.gov\", \r\n          \"votes_with_party_pct\": \"93.03\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-10-11\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Vic\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Fazio\", \r\n          \"member_id\": \"F000053\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"13061\", \r\n          \"date_of_birth\": \"1933-06-22\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"senatorfeinstein\", \r\n          \"first_name\": \"Dianne\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000062.jpg\", \r\n          \"last_name\": \"Feinstein\", \r\n          \"member_id\": \"F000062\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Senator, 1st Class\", \r\n          \"twitter_account\": \"SenFeinstein\", \r\n          \"url\": \"https://www.feinstein.senate.gov\", \r\n          \"votes_with_party_pct\": \"89.99\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26133\", \r\n          \"date_of_birth\": \"1942-09-04\", \r\n          \"district\": \"50\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bob\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000116.jpg\", \r\n          \"last_name\": \"Filner\", \r\n          \"member_id\": \"F000116\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"CongBobFilner\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.15\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"6712\", \r\n          \"date_of_birth\": \"1944-03-07\", \r\n          \"district\": \"23\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Elton\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000021.jpg\", \r\n          \"last_name\": \"Gallegly\", \r\n          \"member_id\": \"G000021\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"eltongallegly24\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.04\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"18413\", \r\n          \"date_of_birth\": \"1945-01-24\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"repgaramendi\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000559.jpg\", \r\n          \"last_name\": \"Garamendi\", \r\n          \"member_id\": \"G000559\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGaramendi\", \r\n          \"url\": \"https://garamendi.house.gov\", \r\n          \"votes_with_party_pct\": \"98.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"108883\", \r\n          \"date_of_birth\": \"1974-11-25\", \r\n          \"district\": \"34\", \r\n          \"facebook_account\": \"RepJimmyGomez\", \r\n          \"first_name\": \"Jimmy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000585.jpg\", \r\n          \"last_name\": \"Gomez\", \r\n          \"member_id\": \"G000585\", \r\n          \"office\": \"1226 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-6235\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJimmyGomez\", \r\n          \"url\": \"https://gomez.house.gov\", \r\n          \"votes_with_party_pct\": \"96.69\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-10-06\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Daniel\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hamburg\", \r\n          \"member_id\": \"H000096\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.18\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"16717\", \r\n          \"date_of_birth\": \"1945-06-28\", \r\n          \"district\": \"36\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jane\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H000213.jpg\", \r\n          \"last_name\": \"Harman\", \r\n          \"member_id\": \"H000213\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.95\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"12557\", \r\n          \"date_of_birth\": \"1945-05-20\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Wally\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H000528.jpg\", \r\n          \"last_name\": \"Herger\", \r\n          \"member_id\": \"H000528\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.99\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1931-05-31\", \r\n          \"district\": \"38\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Stephen\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Horn\", \r\n          \"member_id\": \"H000789\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"76.92\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1947-09-03\", \r\n          \"district\": \"22\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Huffington\", \r\n          \"member_id\": \"H000912\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"86.51\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-05-31\", \r\n          \"district\": \"52\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Duncan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H000981.jpg\", \r\n          \"last_name\": \"Hunter\", \r\n          \"member_id\": \"H000981\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.26\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"85565\", \r\n          \"date_of_birth\": \"1941-06-27\", \r\n          \"district\": \"15\", \r\n          \"facebook_account\": \"RepMikeHonda\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001034.jpg\", \r\n          \"last_name\": \"Honda\", \r\n          \"member_id\": \"H001034\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMikeHonda\", \r\n          \"url\": \"https://honda.house.gov\", \r\n          \"votes_with_party_pct\": \"92.06\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1032398\", \r\n          \"date_of_birth\": \"1976-12-07\", \r\n          \"district\": \"52\", \r\n          \"facebook_account\": \"DuncanHunter\", \r\n          \"first_name\": \"Duncan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001048.jpg\", \r\n          \"last_name\": \"Hunter\", \r\n          \"member_id\": \"H001048\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"Rep_Hunter\", \r\n          \"url\": \"https://hunter.house.gov\", \r\n          \"votes_with_party_pct\": \"96.99\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"57805\", \r\n          \"date_of_birth\": \"1952-03-30\", \r\n          \"district\": \"36\", \r\n          \"facebook_account\": \"RepJaniceHahn\", \r\n          \"first_name\": \"Janice\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001063.jpg\", \r\n          \"last_name\": \"Hahn\", \r\n          \"member_id\": \"H001063\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"Rep_JaniceHahn\", \r\n          \"url\": \"http://hahn.house.gov\", \r\n          \"votes_with_party_pct\": \"96.7\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"622431\", \r\n          \"date_of_birth\": \"1964-02-18\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"RepHuffman\", \r\n          \"first_name\": \"Jared\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001068.jpg\", \r\n          \"last_name\": \"Huffman\", \r\n          \"member_id\": \"H001068\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepHuffman\", \r\n          \"url\": \"https://huffman.house.gov\", \r\n          \"votes_with_party_pct\": \"94.66\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1018696\", \r\n          \"date_of_birth\": \"1964-10-20\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"SenatorKamalaHarris\", \r\n          \"first_name\": \"Kamala\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001075.jpg\", \r\n          \"last_name\": \"Harris\", \r\n          \"member_id\": \"H001075\", \r\n          \"office\": \"112 Hart Senate Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-224-3553\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenKamalaHarris\", \r\n          \"url\": \"https://www.harris.senate.gov\", \r\n          \"votes_with_party_pct\": \"85.71\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1987-08-25\", \r\n          \"district\": \"25\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Katie\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hill\", \r\n          \"member_id\": \"H001087\", \r\n          \"office\": \"1130 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-1956\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepKatieHill\", \r\n          \"url\": \"https://katiehill.house.gov/\", \r\n          \"votes_with_party_pct\": \"98.46\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1986-08-01\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Josh\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Harder\", \r\n          \"member_id\": \"H001090\", \r\n          \"office\": \"131 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-4540\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJoshHarder\", \r\n          \"url\": \"https://harder.house.gov/\", \r\n          \"votes_with_party_pct\": \"95.01\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"90066\", \r\n          \"date_of_birth\": \"1953-11-01\", \r\n          \"district\": \"48\", \r\n          \"facebook_account\": \"darrellissa\", \r\n          \"first_name\": \"Darrell\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/I000056.jpg\", \r\n          \"last_name\": \"Issa\", \r\n          \"member_id\": \"I000056\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"DarrellIssa\", \r\n          \"url\": \"https://issa.house.gov\", \r\n          \"votes_with_party_pct\": \"97.37\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1939-03-27\", \r\n          \"district\": \"41\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jay\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Kim\", \r\n          \"member_id\": \"K000181\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.07\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1947-01-27\", \r\n          \"district\": \"36\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Steven\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Kuykendall\", \r\n          \"member_id\": \"K000357\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.7\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"76118\", \r\n          \"date_of_birth\": \"1966-12-17\", \r\n          \"district\": \"25\", \r\n          \"facebook_account\": \"RepresentativeSteveKnight\", \r\n          \"first_name\": \"Steve\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000387.jpg\", \r\n          \"last_name\": \"Knight\", \r\n          \"member_id\": \"K000387\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SteveKnight25\", \r\n          \"url\": \"https://knight.house.gov\", \r\n          \"votes_with_party_pct\": \"96.45\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"31129\", \r\n          \"date_of_birth\": \"1976-09-13\", \r\n          \"district\": \"17\", \r\n          \"facebook_account\": \"RepRoKhanna\", \r\n          \"first_name\": \"Ro\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000389.jpg\", \r\n          \"last_name\": \"Khanna\", \r\n          \"member_id\": \"K000389\", \r\n          \"office\": \"513 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-2631\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRoKhanna\", \r\n          \"url\": \"https://khanna.house.gov\", \r\n          \"votes_with_party_pct\": \"96.75\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1928-02-01\", \r\n          \"district\": \"12\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Lantos\", \r\n          \"member_id\": \"L000090\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.66\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-07-20\", \r\n          \"district\": \"19\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Richard\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Lehman\", \r\n          \"member_id\": \"L000225\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.21\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1001646\", \r\n          \"date_of_birth\": \"1934-10-21\", \r\n          \"district\": \"40\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jerry\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000274.jpg\", \r\n          \"last_name\": \"Lewis\", \r\n          \"member_id\": \"L000274\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJerryLewis\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"83.83\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"36520\", \r\n          \"date_of_birth\": \"1947-12-21\", \r\n          \"district\": \"16\", \r\n          \"facebook_account\": \"zoelofgren\", \r\n          \"first_name\": \"Zoe\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000397.jpg\", \r\n          \"last_name\": \"Lofgren\", \r\n          \"member_id\": \"L000397\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepZoeLofgren\", \r\n          \"url\": \"https://lofgren.house.gov\", \r\n          \"votes_with_party_pct\": \"90.56\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1946-09-22\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Dan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000517.jpg\", \r\n          \"last_name\": \"Lungren\", \r\n          \"member_id\": \"L000517\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"dan_lungren\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.05\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"54579\", \r\n          \"date_of_birth\": \"1946-07-16\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"RepBarbaraLee\", \r\n          \"first_name\": \"Barbara\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000551.jpg\", \r\n          \"last_name\": \"Lee\", \r\n          \"member_id\": \"L000551\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepBarbaraLee\", \r\n          \"url\": \"https://lee.house.gov\", \r\n          \"votes_with_party_pct\": \"89.23\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"68493\", \r\n          \"date_of_birth\": \"1960-07-02\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"RepLaMalfa\", \r\n          \"first_name\": \"Doug\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000578.jpg\", \r\n          \"last_name\": \"LaMalfa\", \r\n          \"member_id\": \"L000578\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLaMalfa\", \r\n          \"url\": \"https://lamalfa.house.gov\", \r\n          \"votes_with_party_pct\": \"96.83\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"93815\", \r\n          \"date_of_birth\": \"1941-03-08\", \r\n          \"district\": \"47\", \r\n          \"facebook_account\": \"RepLowenthal\", \r\n          \"first_name\": \"Alan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000579.jpg\", \r\n          \"last_name\": \"Lowenthal\", \r\n          \"member_id\": \"L000579\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLowenthal\", \r\n          \"url\": \"https://lowenthal.house.gov\", \r\n          \"votes_with_party_pct\": \"95.85\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"28076\", \r\n          \"date_of_birth\": \"1969-03-29\", \r\n          \"district\": \"33\", \r\n          \"facebook_account\": \"RepTedLieu\", \r\n          \"first_name\": \"Ted\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000582.jpg\", \r\n          \"last_name\": \"Lieu\", \r\n          \"member_id\": \"L000582\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepTedLieu\", \r\n          \"url\": \"https://lieu.house.gov\", \r\n          \"votes_with_party_pct\": \"96.02\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1978-10-28\", \r\n          \"district\": \"49\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000593.jpg\", \r\n          \"last_name\": \"Levin\", \r\n          \"member_id\": \"L000593\", \r\n          \"office\": \"1626 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-3906\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMikeLevin\", \r\n          \"url\": \"https://mikelevin.house.gov/\", \r\n          \"votes_with_party_pct\": \"99.34\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1929-02-14\", \r\n          \"district\": \"31\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Matthew\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Martinez\", \r\n          \"member_id\": \"M000206\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.16\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1941-09-17\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Robert\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Matsui\", \r\n          \"member_id\": \"M000249\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.69\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1927-07-23\", \r\n          \"district\": \"44\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Alfred\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"McCandless\", \r\n          \"member_id\": \"M000306\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.76\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26483\", \r\n          \"date_of_birth\": \"1938-09-09\", \r\n          \"district\": \"25\", \r\n          \"facebook_account\": \"BuckMcKeon\", \r\n          \"first_name\": \"Howard\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M000508.jpg\", \r\n          \"last_name\": \"McKeon\", \r\n          \"member_id\": \"M000508\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"BuckMcKeon\", \r\n          \"url\": \"http://mckeon.house.gov\", \r\n          \"votes_with_party_pct\": \"94.35\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1938-09-07\", \r\n          \"district\": \"37\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Juanita\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Millender-McDonald\", \r\n          \"member_id\": \"M000714\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.28\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"622\", \r\n          \"date_of_birth\": \"1945-05-17\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"repgeorgemiller\", \r\n          \"first_name\": \"George\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M000725.jpg\", \r\n          \"last_name\": \"Miller\", \r\n          \"member_id\": \"M000725\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"AskGeorge\", \r\n          \"url\": \"http://georgemiller.house.gov\", \r\n          \"votes_with_party_pct\": \"91.45\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1931-11-12\", \r\n          \"district\": \"15\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Norman\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Mineta\", \r\n          \"member_id\": \"M000794\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.14\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1922-05-06\", \r\n          \"district\": \"27\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Carlos\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Moorhead\", \r\n          \"member_id\": \"M000926\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.31\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"57888\", \r\n          \"date_of_birth\": \"1948-10-16\", \r\n          \"district\": \"41\", \r\n          \"facebook_account\": \"RepGaryMiller\", \r\n          \"first_name\": \"Gary\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001139.jpg\", \r\n          \"last_name\": \"Miller\", \r\n          \"member_id\": \"M001139\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGaryMiller\", \r\n          \"url\": \"http://garymiller.house.gov\", \r\n          \"votes_with_party_pct\": \"95.12\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26602\", \r\n          \"date_of_birth\": \"1944-09-25\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"doris.matsui\", \r\n          \"first_name\": \"Doris\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001163.jpg\", \r\n          \"last_name\": \"Matsui\", \r\n          \"member_id\": \"M001163\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"DorisMatsui\", \r\n          \"url\": \"http://matsui.house.gov\", \r\n          \"votes_with_party_pct\": \"96.7\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"85231\", \r\n          \"date_of_birth\": \"1965-01-26\", \r\n          \"district\": \"22\", \r\n          \"facebook_account\": \"CongressmanKevinMcCarthy\", \r\n          \"first_name\": \"Kevin\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001165.jpg\", \r\n          \"last_name\": \"McCarthy\", \r\n          \"member_id\": \"M001165\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"GOPLeader\", \r\n          \"url\": \"https://kevinmccarthy.house.gov\", \r\n          \"votes_with_party_pct\": \"96.94\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1021667\", \r\n          \"date_of_birth\": \"1951-06-18\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"jerrymcnerney\", \r\n          \"first_name\": \"Jerry\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001166.jpg\", \r\n          \"last_name\": \"McNerney\", \r\n          \"member_id\": \"M001166\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMcNerney\", \r\n          \"url\": \"https://mcnerney.house.gov\", \r\n          \"votes_with_party_pct\": \"95.06\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"30359\", \r\n          \"date_of_birth\": \"1956-07-10\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"81125319109\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001177.jpg\", \r\n          \"last_name\": \"McClintock\", \r\n          \"member_id\": \"M001177\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMcClintock\", \r\n          \"url\": \"https://mcclintock.house.gov\", \r\n          \"votes_with_party_pct\": \"90.89\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"57873\", \r\n          \"date_of_birth\": \"1936-12-04\", \r\n          \"district\": \"34\", \r\n          \"facebook_account\": \"RepGraceNapolitano\", \r\n          \"first_name\": \"Grace\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/N000179.jpg\", \r\n          \"last_name\": \"Napolitano\", \r\n          \"member_id\": \"N000179\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"GraceNapolitano\", \r\n          \"url\": \"https://napolitano.house.gov\", \r\n          \"votes_with_party_pct\": \"95.51\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003553\", \r\n          \"date_of_birth\": \"1973-10-01\", \r\n          \"district\": \"21\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Devin\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/N000181.jpg\", \r\n          \"last_name\": \"Nunes\", \r\n          \"member_id\": \"N000181\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDevinNunes\", \r\n          \"url\": \"https://nunes.house.gov\", \r\n          \"votes_with_party_pct\": \"97.64\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"69136\", \r\n          \"date_of_birth\": \"1941-09-06\", \r\n          \"district\": \"35\", \r\n          \"facebook_account\": \"NegreteMcLeod\", \r\n          \"first_name\": \"Gloria\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/N000187.jpg\", \r\n          \"last_name\": \"Negrete McLeod\", \r\n          \"member_id\": \"N000187\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMcLeod\", \r\n          \"url\": \"http://negretemcleod.house.gov\", \r\n          \"votes_with_party_pct\": \"93.17\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1955-06-27\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Doug\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Ose\", \r\n          \"member_id\": \"O000164\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.3\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1931-01-19\", \r\n          \"district\": \"48\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ron\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Packard\", \r\n          \"member_id\": \"P000005\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.36\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1938-06-28\", \r\n          \"district\": \"17\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Leon\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Panetta\", \r\n          \"member_id\": \"P000047\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"66.67\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"6153\", \r\n          \"date_of_birth\": \"1940-03-26\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"NancyPelosi\", \r\n          \"first_name\": \"Nancy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000197.jpg\", \r\n          \"last_name\": \"Pelosi\", \r\n          \"member_id\": \"P000197\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SpeakerPelosi\", \r\n          \"url\": \"https://pelosi.house.gov\", \r\n          \"votes_with_party_pct\": \"90.62\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1961-01-08\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Richard\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Pombo\", \r\n          \"member_id\": \"P000419\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"85.69\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"79661\", \r\n          \"date_of_birth\": \"1958-06-17\", \r\n          \"district\": \"52\", \r\n          \"facebook_account\": \"RepScottPeters\", \r\n          \"first_name\": \"Scott\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000608.jpg\", \r\n          \"last_name\": \"Peters\", \r\n          \"member_id\": \"P000608\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepScottPeters\", \r\n          \"url\": \"https://scottpeters.house.gov\", \r\n          \"votes_with_party_pct\": \"84.26\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104727\", \r\n          \"date_of_birth\": \"1969-10-01\", \r\n          \"district\": \"20\", \r\n          \"facebook_account\": \"RepJimmyPanetta\", \r\n          \"first_name\": \"Jimmy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000613.jpg\", \r\n          \"last_name\": \"Panetta\", \r\n          \"member_id\": \"P000613\", \r\n          \"office\": \"228 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-2861\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJimmyPanetta\", \r\n          \"url\": \"https://panetta.house.gov\", \r\n          \"votes_with_party_pct\": \"95.75\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1974-01-03\", \r\n          \"district\": \"45\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Katie\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Porter\", \r\n          \"member_id\": \"P000618\", \r\n          \"office\": \"1117 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-5611\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepKatiePorter\", \r\n          \"url\": \"https://porter.house.gov/\", \r\n          \"votes_with_party_pct\": \"95.16\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"36533\", \r\n          \"date_of_birth\": \"1955-06-20\", \r\n          \"district\": \"19\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"George\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000004.jpg\", \r\n          \"last_name\": \"Radanovich\", \r\n          \"member_id\": \"R000004\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRadanovich\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"96.43\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1950-09-05\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Frank\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Riggs\", \r\n          \"member_id\": \"R000252\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.05\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1957-08-21\", \r\n          \"district\": \"27\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Rogan\", \r\n          \"member_id\": \"R000386\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.06\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"5590\", \r\n          \"date_of_birth\": \"1947-06-21\", \r\n          \"district\": \"45\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Dana\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000409.jpg\", \r\n          \"last_name\": \"Rohrabacher\", \r\n          \"member_id\": \"R000409\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"https://rohrabacher.house.gov\", \r\n          \"votes_with_party_pct\": \"87.84\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26136\", \r\n          \"date_of_birth\": \"1941-06-12\", \r\n          \"district\": \"33\", \r\n          \"facebook_account\": \"RepRoybalAllard\", \r\n          \"first_name\": \"Lucille\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000486.jpg\", \r\n          \"last_name\": \"Roybal-Allard\", \r\n          \"member_id\": \"R000486\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRoybalAllard\", \r\n          \"url\": \"https://roybal-allard.house.gov\", \r\n          \"votes_with_party_pct\": \"92.27\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"28461\", \r\n          \"date_of_birth\": \"1951-10-12\", \r\n          \"district\": \"39\", \r\n          \"facebook_account\": \"EdRoyce\", \r\n          \"first_name\": \"Edward\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000487.jpg\", \r\n          \"last_name\": \"Royce\", \r\n          \"member_id\": \"R000487\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepEdRoyce\", \r\n          \"url\": \"https://royce.house.gov\", \r\n          \"votes_with_party_pct\": \"87.42\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1025575\", \r\n          \"date_of_birth\": \"1962-04-14\", \r\n          \"district\": \"37\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Laura\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000581.jpg\", \r\n          \"last_name\": \"Richardson\", \r\n          \"member_id\": \"R000581\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"replrichardson\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"99.47\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"79727\", \r\n          \"date_of_birth\": \"1972-08-25\", \r\n          \"district\": \"36\", \r\n          \"facebook_account\": \"CongressmanRaulRuizMD\", \r\n          \"first_name\": \"Raul\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000599.jpg\", \r\n          \"last_name\": \"Ruiz\", \r\n          \"member_id\": \"R000599\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"CongressmanRuiz\", \r\n          \"url\": \"https://ruiz.house.gov\", \r\n          \"votes_with_party_pct\": \"85.89\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1961-12-10\", \r\n          \"district\": \"48\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Harley\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Rouda\", \r\n          \"member_id\": \"R000616\", \r\n          \"office\": \"2300 Rayburn House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-2415\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepHarley\", \r\n          \"url\": \"https://rouda.house.gov/\", \r\n          \"votes_with_party_pct\": \"96.65\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"45639\", \r\n          \"date_of_birth\": \"1960-01-07\", \r\n          \"district\": \"46\", \r\n          \"facebook_account\": \"LorettaSanchez\", \r\n          \"first_name\": \"Loretta\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S000030.jpg\", \r\n          \"last_name\": \"S\\u00e1nchez\", \r\n          \"member_id\": \"S000030\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"LorettaSanchez\", \r\n          \"url\": \"http://lorettasanchez.house.gov\", \r\n          \"votes_with_party_pct\": \"88.67\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1945-01-05\", \r\n          \"district\": \"49\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Lynn\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Schenk\", \r\n          \"member_id\": \"S000119\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.96\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1941-08-05\", \r\n          \"district\": \"22\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Andrea\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Seastrand\", \r\n          \"member_id\": \"S000213\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"96.98\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"45124\", \r\n          \"date_of_birth\": \"1954-10-24\", \r\n          \"district\": \"24\", \r\n          \"facebook_account\": \"63158229861\", \r\n          \"first_name\": \"Brad\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S000344.jpg\", \r\n          \"last_name\": \"Sherman\", \r\n          \"member_id\": \"S000344\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"BradSherman\", \r\n          \"url\": \"https://sherman.house.gov\", \r\n          \"votes_with_party_pct\": \"87.07\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"6747\", \r\n          \"date_of_birth\": \"1931-11-11\", \r\n          \"district\": \"13\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Pete\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S000810.jpg\", \r\n          \"last_name\": \"Stark\", \r\n          \"member_id\": \"S000810\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"petestark\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.97\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"90167\", \r\n          \"date_of_birth\": \"1960-06-22\", \r\n          \"district\": \"27\", \r\n          \"facebook_account\": \"RepAdamSchiff\", \r\n          \"first_name\": \"Adam\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001150.jpg\", \r\n          \"last_name\": \"Schiff\", \r\n          \"member_id\": \"S001150\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepAdamSchiff\", \r\n          \"url\": \"https://schiff.house.gov\", \r\n          \"votes_with_party_pct\": \"93.59\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"85603\", \r\n          \"date_of_birth\": \"1957-10-20\", \r\n          \"district\": \"31\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Hilda\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001153.jpg\", \r\n          \"last_name\": \"Solis\", \r\n          \"member_id\": \"S001153\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"95.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003554\", \r\n          \"date_of_birth\": \"1969-01-28\", \r\n          \"district\": \"39\", \r\n          \"facebook_account\": \"CongresswomanLindaSanchez\", \r\n          \"first_name\": \"Linda\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001156.jpg\", \r\n          \"last_name\": \"S\\u00e1nchez\", \r\n          \"member_id\": \"S001156\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLindaSanchez\", \r\n          \"url\": \"https://lindasanchez.house.gov\", \r\n          \"votes_with_party_pct\": \"95.88\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1027627\", \r\n          \"date_of_birth\": \"1950-05-14\", \r\n          \"district\": \"12\", \r\n          \"facebook_account\": \"JackieSpeier\", \r\n          \"first_name\": \"Jackie\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001175.jpg\", \r\n          \"last_name\": \"Speier\", \r\n          \"member_id\": \"S001175\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepSpeier\", \r\n          \"url\": \"https://speier.house.gov\", \r\n          \"votes_with_party_pct\": \"98.81\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031366\", \r\n          \"date_of_birth\": \"1955-01-19\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"153423912663\", \r\n          \"first_name\": \"Gregorio\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001177.jpg\", \r\n          \"last_name\": \"Sablan\", \r\n          \"member_id\": \"S001177\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"I\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Delegate\", \r\n          \"twitter_account\": \"Kilili_Sablan\", \r\n          \"url\": \"https://sablan.house.gov\", \r\n          \"votes_with_party_pct\": \"50.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"79729\", \r\n          \"date_of_birth\": \"1980-11-16\", \r\n          \"district\": \"15\", \r\n          \"facebook_account\": \"CongressmanEricSwalwell\", \r\n          \"first_name\": \"Eric\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001193.jpg\", \r\n          \"last_name\": \"Swalwell\", \r\n          \"member_id\": \"S001193\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepSwalwell\", \r\n          \"url\": \"https://swalwell.house.gov\", \r\n          \"votes_with_party_pct\": \"93.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1981-01-30\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"San Nicolas\", \r\n          \"member_id\": \"S001204\", \r\n          \"office\": \"1632 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-1188\", \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Delegate\", \r\n          \"twitter_account\": \"GuamCongressman\", \r\n          \"url\": \"https://sannicolas.house.gov/\", \r\n          \"votes_with_party_pct\": \"99.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1951-11-15\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ellen\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/T000057.jpg\", \r\n          \"last_name\": \"Tauscher\", \r\n          \"member_id\": \"T000057\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.14\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1941-12-06\", \r\n          \"district\": \"21\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"William\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Thomas\", \r\n          \"member_id\": \"T000188\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.83\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1930-01-27\", \r\n          \"district\": \"34\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Esteban\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Torres\", \r\n          \"member_id\": \"T000316\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.6\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1957-05-28\", \r\n          \"district\": \"37\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Walter\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Tucker\", \r\n          \"member_id\": \"T000405\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.68\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"57872\", \r\n          \"date_of_birth\": \"1951-01-24\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"RepMikeThompson\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/T000460.jpg\", \r\n          \"last_name\": \"Thompson\", \r\n          \"member_id\": \"T000460\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepThompson\", \r\n          \"url\": \"https://mikethompson.house.gov\", \r\n          \"votes_with_party_pct\": \"87.93\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"2737\", \r\n          \"date_of_birth\": \"1960-12-10\", \r\n          \"district\": \"41\", \r\n          \"facebook_account\": \"RepMarkTakano\", \r\n          \"first_name\": \"Mark\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/T000472.jpg\", \r\n          \"last_name\": \"Takano\", \r\n          \"member_id\": \"T000472\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMarkTakano\", \r\n          \"url\": \"https://takano.house.gov\", \r\n          \"votes_with_party_pct\": \"95.3\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"76129\", \r\n          \"date_of_birth\": \"1965-04-04\", \r\n          \"district\": \"35\", \r\n          \"facebook_account\": \"RepNormaTorres\", \r\n          \"first_name\": \"Norma\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/T000474.jpg\", \r\n          \"last_name\": \"Torres\", \r\n          \"member_id\": \"T000474\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"NormaJTorres\", \r\n          \"url\": \"https://torres.house.gov\", \r\n          \"votes_with_party_pct\": \"96.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-07-13\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Robert\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Underwood\", \r\n          \"member_id\": \"U000014\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Delegate\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"85.67\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623702\", \r\n          \"date_of_birth\": \"1977-04-14\", \r\n          \"district\": \"21\", \r\n          \"facebook_account\": \"CongressmanDavidValadao\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/V000129.jpg\", \r\n          \"last_name\": \"Valadao\", \r\n          \"member_id\": \"V000129\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDavidValadao\", \r\n          \"url\": \"https://valadao.house.gov\", \r\n          \"votes_with_party_pct\": \"89.77\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"8297\", \r\n          \"date_of_birth\": \"1961-03-07\", \r\n          \"district\": \"51\", \r\n          \"facebook_account\": \"RepJuanVargas\", \r\n          \"first_name\": \"Juan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/V000130.jpg\", \r\n          \"last_name\": \"Vargas\", \r\n          \"member_id\": \"V000130\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJuanVargas\", \r\n          \"url\": \"https://vargas.house.gov\", \r\n          \"votes_with_party_pct\": \"94.28\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1953\", \r\n          \"date_of_birth\": \"1938-08-15\", \r\n          \"district\": \"35\", \r\n          \"facebook_account\": \"MaxineWaters\", \r\n          \"first_name\": \"Maxine\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000187.jpg\", \r\n          \"last_name\": \"Waters\", \r\n          \"member_id\": \"W000187\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMaxineWaters\", \r\n          \"url\": \"https://waters.house.gov\", \r\n          \"votes_with_party_pct\": \"88.5\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"8319\", \r\n          \"date_of_birth\": \"1939-09-12\", \r\n          \"district\": \"29\", \r\n          \"facebook_account\": \"Rep.HenryWaxman\", \r\n          \"first_name\": \"Henry\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000215.jpg\", \r\n          \"last_name\": \"Waxman\", \r\n          \"member_id\": \"W000215\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"WaxmanClimate\", \r\n          \"url\": \"http://waxman.house.gov\", \r\n          \"votes_with_party_pct\": \"91.1\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26132\", \r\n          \"date_of_birth\": \"1937-11-03\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Lynn\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000738.jpg\", \r\n          \"last_name\": \"Woolsey\", \r\n          \"member_id\": \"W000738\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLynnWoolsey\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.71\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"4372\", \r\n          \"date_of_birth\": \"1933-11-12\", \r\n          \"district\": \"32\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Diane\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000794.jpg\", \r\n          \"last_name\": \"Watson\", \r\n          \"member_id\": \"W000794\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.27\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"76141\", \r\n          \"date_of_birth\": \"1962-05-14\", \r\n          \"district\": \"45\", \r\n          \"facebook_account\": \"RepMimiWalters\", \r\n          \"first_name\": \"Mimi\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000820.jpg\", \r\n          \"last_name\": \"Walters\", \r\n          \"member_id\": \"W000820\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"California\", \r\n          \"state_abr\": \"CA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMimiWalters\", \r\n          \"url\": \"https://walters.house.gov\", \r\n          \"votes_with_party_pct\": \"96.18\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Democratic\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 155587, \r\n          \"data_1994\": 142640, \r\n          \"data_1995\": 120057, \r\n          \"data_1996\": 129678, \r\n          \"data_1997\": 132211, \r\n          \"data_1998\": 133436, \r\n          \"data_1999\": 135325, \r\n          \"data_2000\": 127600, \r\n          \"data_2001\": 128077, \r\n          \"data_2002\": 135221, \r\n          \"data_2003\": 133310, \r\n          \"data_2004\": 133248, \r\n          \"data_2005\": 132375, \r\n          \"data_2006\": 129319, \r\n          \"data_2007\": 130592, \r\n          \"data_2008\": 129143, \r\n          \"data_2009\": 127461, \r\n          \"data_2010\": 124981, \r\n          \"data_2011\": 124092, \r\n          \"data_2012\": 121269, \r\n          \"data_2013\": 119556, \r\n          \"data_2014\": 117226, \r\n          \"data_2015\": 112878, \r\n          \"data_2016\": 107912, \r\n          \"data_2017\": 108637, \r\n          \"state_name\": \"California\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 417437, \r\n          \"data_1994\": 237398, \r\n          \"data_1995\": 495318, \r\n          \"data_1996\": 462729, \r\n          \"data_1997\": 419290, \r\n          \"data_1998\": 505243, \r\n          \"data_1999\": 416573, \r\n          \"data_2000\": 391043, \r\n          \"data_2001\": 263923, \r\n          \"data_2002\": 316794, \r\n          \"data_2003\": 368253, \r\n          \"data_2004\": 341956, \r\n          \"data_2005\": 396279, \r\n          \"data_2006\": 476582, \r\n          \"data_2007\": 270107, \r\n          \"data_2008\": 237755, \r\n          \"data_2009\": 272187, \r\n          \"data_2010\": 326152, \r\n          \"data_2011\": 413488, \r\n          \"data_2012\": 255384, \r\n          \"data_2013\": 226643, \r\n          \"data_2014\": 157213, \r\n          \"data_2015\": 128681, \r\n          \"data_2016\": 267194, \r\n          \"data_2017\": 390292, \r\n          \"state_name\": \"California\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 71805, \r\n      \"name\": \"California\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 2213111, \r\n          \"data_1994\": 2334777, \r\n          \"data_1995\": 2109956, \r\n          \"data_1996\": 2017680, \r\n          \"data_1997\": 2185029, \r\n          \"data_1998\": 2418688, \r\n          \"data_1999\": 2379558, \r\n          \"data_2000\": 2456438, \r\n          \"data_2001\": 2513856, \r\n          \"data_2002\": 2318656, \r\n          \"data_2003\": 2317062, \r\n          \"data_2004\": 2462247, \r\n          \"data_2005\": 2304463, \r\n          \"data_2006\": 2375929, \r\n          \"data_2007\": 2467545, \r\n          \"data_2008\": 2472612, \r\n          \"data_2009\": 2391374, \r\n          \"data_2010\": 2325411, \r\n          \"data_2011\": 2196252, \r\n          \"data_2012\": 2456371, \r\n          \"data_2013\": 2480792, \r\n          \"data_2014\": 2409574, \r\n          \"data_2015\": 2384061, \r\n          \"data_2016\": 2248939, \r\n          \"data_2017\": 2188659, \r\n          \"state_name\": \"California\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 331724, \r\n          \"data_1994\": 352778, \r\n          \"data_1995\": 317794, \r\n          \"data_1996\": 358119, \r\n          \"data_1997\": 320194, \r\n          \"data_1998\": 362928, \r\n          \"data_1999\": 348736, \r\n          \"data_2000\": 366845, \r\n          \"data_2001\": 346911, \r\n          \"data_2002\": 358707, \r\n          \"data_2003\": 370958, \r\n          \"data_2004\": 315634, \r\n          \"data_2005\": 377313, \r\n          \"data_2006\": 333488, \r\n          \"data_2007\": 375427, \r\n          \"data_2008\": 339506, \r\n          \"data_2009\": 332218, \r\n          \"data_2010\": 336562, \r\n          \"data_2011\": 383644, \r\n          \"data_2012\": 193939, \r\n          \"data_2013\": 187162, \r\n          \"data_2014\": 177656, \r\n          \"data_2015\": 193529, \r\n          \"data_2016\": 197754, \r\n          \"data_2017\": 187227, \r\n          \"state_name\": \"California\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 3157627, \r\n          \"data_1994\": 3307586, \r\n          \"data_1995\": 3321852, \r\n          \"data_1996\": 3387573, \r\n          \"data_1997\": 3299596, \r\n          \"data_1998\": 3320942, \r\n          \"data_1999\": 3428613, \r\n          \"data_2000\": 3576976, \r\n          \"data_2001\": 3593361, \r\n          \"data_2002\": 3713354, \r\n          \"data_2003\": 3570066, \r\n          \"data_2004\": 3742966, \r\n          \"data_2005\": 3820634, \r\n          \"data_2006\": 3865118, \r\n          \"data_2007\": 3877581, \r\n          \"data_2008\": 3637655, \r\n          \"data_2009\": 3492767, \r\n          \"data_2010\": 3487901, \r\n          \"data_2011\": 3422952, \r\n          \"data_2012\": 3308164, \r\n          \"data_2013\": 3352775, \r\n          \"data_2014\": 3363800, \r\n          \"data_2015\": 3494378, \r\n          \"data_2016\": 3602810, \r\n          \"data_2017\": 3666908, \r\n          \"state_name\": \"California\"\r\n        }\r\n      ], \r\n      \"population\": 39536653, \r\n      \"primary_energy_source_1\": \"NaturalGas\", \r\n      \"primary_energy_source_2\": \"Hydroelectricity\", \r\n      \"primary_energy_source_3\": \"SolarEnergy\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 24615, \r\n          \"data_1994\": 25150, \r\n          \"data_1995\": 25349, \r\n          \"data_1996\": 25606, \r\n          \"data_1997\": 24988, \r\n          \"data_1998\": 24497, \r\n          \"data_1999\": 23925, \r\n          \"data_2000\": 23073, \r\n          \"data_2001\": 22960, \r\n          \"data_2002\": 22418, \r\n          \"data_2003\": 21857, \r\n          \"data_2004\": 22216, \r\n          \"data_2005\": 22115, \r\n          \"data_2006\": 23341, \r\n          \"data_2007\": 25804, \r\n          \"data_2008\": 29985, \r\n          \"data_2009\": 31297, \r\n          \"data_2010\": 36006, \r\n          \"data_2011\": 41816, \r\n          \"data_2012\": 53911, \r\n          \"data_2013\": 84832, \r\n          \"data_2014\": 156457, \r\n          \"data_2015\": 211807, \r\n          \"data_2016\": 267479, \r\n          \"data_2017\": 340354, \r\n          \"state_name\": \"California\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 30758, \r\n          \"data_1994\": 34942, \r\n          \"data_1995\": 31831, \r\n          \"data_1996\": 31836, \r\n          \"data_1997\": 32037, \r\n          \"data_1998\": 28122, \r\n          \"data_1999\": 33029, \r\n          \"data_2000\": 35887, \r\n          \"data_2001\": 36163, \r\n          \"data_2002\": 38684, \r\n          \"data_2003\": 39441, \r\n          \"data_2004\": 43128, \r\n          \"data_2005\": 42618, \r\n          \"data_2006\": 48433, \r\n          \"data_2007\": 55201, \r\n          \"data_2008\": 53063, \r\n          \"data_2009\": 56997, \r\n          \"data_2010\": 59303, \r\n          \"data_2011\": 75317, \r\n          \"data_2012\": 92821, \r\n          \"data_2013\": 122335, \r\n          \"data_2014\": 123559, \r\n          \"data_2015\": 113967, \r\n          \"data_2016\": 124715, \r\n          \"data_2017\": 118137, \r\n          \"state_name\": \"California\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 191699, \r\n          \"data_1994\": 192715, \r\n          \"data_1995\": 172906, \r\n          \"data_1996\": 167589, \r\n          \"data_1997\": 151226, \r\n          \"data_1998\": 141059, \r\n          \"data_1999\": 150581, \r\n          \"data_2000\": 158300, \r\n          \"data_2001\": 156150, \r\n          \"data_2002\": 162059, \r\n          \"data_2003\": 155300, \r\n          \"data_2004\": 155751, \r\n          \"data_2005\": 145608, \r\n          \"data_2006\": 138797, \r\n          \"data_2007\": 137807, \r\n          \"data_2008\": 140810, \r\n          \"data_2009\": 152041, \r\n          \"data_2010\": 159402, \r\n          \"data_2011\": 157792, \r\n          \"data_2012\": 156083, \r\n          \"data_2013\": 165621, \r\n          \"data_2014\": 166794, \r\n          \"data_2015\": 139561, \r\n          \"data_2016\": 129715, \r\n          \"data_2017\": 128082, \r\n          \"state_name\": \"California\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 13325, \r\n          \"data_1994\": 12746, \r\n          \"data_1995\": 13929, \r\n          \"data_1996\": 16342, \r\n          \"data_1997\": 17123, \r\n          \"data_1998\": 15850, \r\n          \"data_1999\": 15625, \r\n          \"data_2000\": 16364, \r\n          \"data_2001\": 13731, \r\n          \"data_2002\": 12540, \r\n          \"data_2003\": 13784, \r\n          \"data_2004\": 14166, \r\n          \"data_2005\": 12798, \r\n          \"data_2006\": 14952, \r\n          \"data_2007\": 19708, \r\n          \"data_2008\": 23926, \r\n          \"data_2009\": 27115, \r\n          \"data_2010\": 30171, \r\n          \"data_2011\": 32398, \r\n          \"data_2012\": 31158, \r\n          \"data_2013\": 35418, \r\n          \"data_2014\": 36371, \r\n          \"data_2015\": 40552, \r\n          \"data_2016\": 42278, \r\n          \"data_2017\": 42203, \r\n          \"state_name\": \"Colorado\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 347233, \r\n          \"data_1994\": 359375, \r\n          \"data_1995\": 344201, \r\n          \"data_1996\": 350712, \r\n          \"data_1997\": 362423, \r\n          \"data_1998\": 364889, \r\n          \"data_1999\": 364236, \r\n          \"data_2000\": 387879, \r\n          \"data_2001\": 400028, \r\n          \"data_2002\": 390480, \r\n          \"data_2003\": 394163, \r\n          \"data_2004\": 390186, \r\n          \"data_2005\": 386670, \r\n          \"data_2006\": 394348, \r\n          \"data_2007\": 388586, \r\n          \"data_2008\": 385416, \r\n          \"data_2009\": 350224, \r\n          \"data_2010\": 382623, \r\n          \"data_2011\": 368871, \r\n          \"data_2012\": 370085, \r\n          \"data_2013\": 363532, \r\n          \"data_2014\": 350526, \r\n          \"data_2015\": 340107, \r\n          \"data_2016\": 321476, \r\n          \"data_2017\": 315835, \r\n          \"state_name\": \"Colorado\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1943-12-02\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Wayne\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/A000109.jpg\", \r\n          \"last_name\": \"Allard\", \r\n          \"member_id\": \"A000109\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.19\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1940-02-12\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Hank\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Brown\", \r\n          \"member_id\": \"B000919\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"84.96\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-09-22\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bob\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Beauprez\", \r\n          \"member_id\": \"B001240\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"96.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031622\", \r\n          \"date_of_birth\": \"1964-11-28\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"senbennetco\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001267.jpg\", \r\n          \"last_name\": \"Bennet\", \r\n          \"member_id\": \"B001267\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenBennetCo\", \r\n          \"url\": \"https://www.bennet.senate.gov/public\", \r\n          \"votes_with_party_pct\": \"91.2\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"78285\", \r\n          \"date_of_birth\": \"1959-02-16\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"repkenbuck\", \r\n          \"first_name\": \"Ken\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001297.jpg\", \r\n          \"last_name\": \"Buck\", \r\n          \"member_id\": \"B001297\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepKenBuck\", \r\n          \"url\": \"https://buck.house.gov\", \r\n          \"votes_with_party_pct\": \"91.04\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1933-04-13\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ben\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Campbell\", \r\n          \"member_id\": \"C000077\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"84.56\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031340\", \r\n          \"date_of_birth\": \"1955-03-19\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"repmikecoffman\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001077.jpg\", \r\n          \"last_name\": \"Coffman\", \r\n          \"member_id\": \"C001077\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMikeCoffman\", \r\n          \"url\": \"https://coffman.house.gov\", \r\n          \"votes_with_party_pct\": \"95.13\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1979-03-15\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jason\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001121.jpg\", \r\n          \"last_name\": \"Crow\", \r\n          \"member_id\": \"C001121\", \r\n          \"office\": \"1229 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-7882\", \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJasonCrow\", \r\n          \"url\": \"https://crow.house.gov/\", \r\n          \"votes_with_party_pct\": \"96.02\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"90293\", \r\n          \"date_of_birth\": \"1957-07-29\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"DianaDeGette\", \r\n          \"first_name\": \"Diana\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000197.jpg\", \r\n          \"last_name\": \"DeGette\", \r\n          \"member_id\": \"D000197\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDianaDeGette\", \r\n          \"url\": \"https://degette.house.gov\", \r\n          \"votes_with_party_pct\": \"93.5\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623308\", \r\n          \"date_of_birth\": \"1974-08-22\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"SenCoryGardner\", \r\n          \"first_name\": \"Cory\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000562.jpg\", \r\n          \"last_name\": \"Gardner\", \r\n          \"member_id\": \"G000562\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SenCoryGardner\", \r\n          \"url\": \"https://www.gardner.senate.gov\", \r\n          \"votes_with_party_pct\": \"93.32\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1935-04-18\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Joel\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hefley\", \r\n          \"member_id\": \"H000444\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.68\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1022846\", \r\n          \"date_of_birth\": \"1954-05-24\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"CongressmanDougLamborn\", \r\n          \"first_name\": \"Doug\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000564.jpg\", \r\n          \"last_name\": \"Lamborn\", \r\n          \"member_id\": \"L000564\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDLamborn\", \r\n          \"url\": \"https://lamborn.house.gov\", \r\n          \"votes_with_party_pct\": \"91.96\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26492\", \r\n          \"date_of_birth\": \"1953-05-09\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Scott\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"McInnis\", \r\n          \"member_id\": \"M000477\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"86.69\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1949-01-27\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Marilyn\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001152.jpg\", \r\n          \"last_name\": \"Musgrave\", \r\n          \"member_id\": \"M001152\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.76\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1030430\", \r\n          \"date_of_birth\": \"1956-04-27\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Betsy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001172.jpg\", \r\n          \"last_name\": \"Markey\", \r\n          \"member_id\": \"M001172\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.25\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1984-05-13\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Joe\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/N000191.jpg\", \r\n          \"last_name\": \"Neguse\", \r\n          \"member_id\": \"N000191\", \r\n          \"office\": \"1419 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-2161\", \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJoeNeguse\", \r\n          \"url\": \"https://neguse.house.gov/\", \r\n          \"votes_with_party_pct\": \"98.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1021382\", \r\n          \"date_of_birth\": \"1953-05-01\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"RepPerlmutter\", \r\n          \"first_name\": \"Ed\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000593.jpg\", \r\n          \"last_name\": \"Perlmutter\", \r\n          \"member_id\": \"P000593\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepPerlmutter\", \r\n          \"url\": \"https://perlmutter.house.gov\", \r\n          \"votes_with_party_pct\": \"97.44\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031300\", \r\n          \"date_of_birth\": \"1975-05-12\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"jaredpolis\", \r\n          \"first_name\": \"Jared\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000598.jpg\", \r\n          \"last_name\": \"Polis\", \r\n          \"member_id\": \"P000598\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJaredPolis\", \r\n          \"url\": \"https://polis.house.gov\", \r\n          \"votes_with_party_pct\": \"97.04\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1936-01-25\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Dan\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Schaefer\", \r\n          \"member_id\": \"S000109\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.59\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1962-07-24\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bob\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Schaffer\", \r\n          \"member_id\": \"S000112\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.2\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1940-07-30\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Patricia\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Schroeder\", \r\n          \"member_id\": \"S000142\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"81.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1943-02-22\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Skaggs\", \r\n          \"member_id\": \"S000462\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.16\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1013039\", \r\n          \"date_of_birth\": \"1953-07-21\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001158.jpg\", \r\n          \"last_name\": \"Salazar\", \r\n          \"member_id\": \"S001158\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.6\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1955-03-02\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ken\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001163.jpg\", \r\n          \"last_name\": \"Salazar\", \r\n          \"member_id\": \"S001163\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.01\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1945-12-20\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Thomas\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/T000458.jpg\", \r\n          \"last_name\": \"Tancredo\", \r\n          \"member_id\": \"T000458\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"86.41\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"60384\", \r\n          \"date_of_birth\": \"1956-11-09\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"CongressmanScottTipton\", \r\n          \"first_name\": \"Scott\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/T000470.jpg\", \r\n          \"last_name\": \"Tipton\", \r\n          \"member_id\": \"T000470\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepTipton\", \r\n          \"url\": \"https://tipton.house.gov\", \r\n          \"votes_with_party_pct\": \"91.76\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"7634\", \r\n          \"date_of_birth\": \"1950-07-18\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"markudall\", \r\n          \"first_name\": \"Mark\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/U000038.jpg\", \r\n          \"last_name\": \"Udall\", \r\n          \"member_id\": \"U000038\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Colorado\", \r\n          \"state_abr\": \"CO\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"MarkUdall\", \r\n          \"url\": \"http://www.markudall.senate.gov\", \r\n          \"votes_with_party_pct\": \"91.7\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Democratic\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 414, \r\n          \"data_1994\": 406, \r\n          \"data_1995\": 407, \r\n          \"data_1996\": 409, \r\n          \"data_1997\": 411, \r\n          \"data_1998\": 412, \r\n          \"data_1999\": 562, \r\n          \"data_2000\": 578, \r\n          \"data_2001\": 579, \r\n          \"data_2002\": 582, \r\n          \"data_2003\": 538, \r\n          \"data_2004\": 562, \r\n          \"data_2005\": 605, \r\n          \"data_2006\": 603, \r\n          \"data_2007\": 621, \r\n          \"data_2008\": 702, \r\n          \"data_2009\": 697, \r\n          \"data_2010\": 721, \r\n          \"data_2011\": 741, \r\n          \"data_2012\": 759, \r\n          \"data_2013\": 759, \r\n          \"data_2014\": 759, \r\n          \"data_2015\": 759, \r\n          \"data_2016\": 759, \r\n          \"data_2017\": 759, \r\n          \"state_name\": \"Colorado\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 19709, \r\n          \"data_1994\": 15928, \r\n          \"data_1995\": 21977, \r\n          \"data_1996\": 18823, \r\n          \"data_1997\": 20751, \r\n          \"data_1998\": 14908, \r\n          \"data_1999\": 15978, \r\n          \"data_2000\": 14836, \r\n          \"data_2001\": 15445, \r\n          \"data_2002\": 12299, \r\n          \"data_2003\": 12780, \r\n          \"data_2004\": 11966, \r\n          \"data_2005\": 14152, \r\n          \"data_2006\": 17767, \r\n          \"data_2007\": 17095, \r\n          \"data_2008\": 20096, \r\n          \"data_2009\": 18405, \r\n          \"data_2010\": 15398, \r\n          \"data_2011\": 20235, \r\n          \"data_2012\": 14247, \r\n          \"data_2013\": 11572, \r\n          \"data_2014\": 16831, \r\n          \"data_2015\": 15098, \r\n          \"data_2016\": 17565, \r\n          \"data_2017\": 17479, \r\n          \"state_name\": \"Colorado\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 69117, \r\n      \"name\": \"Colorado\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 286366, \r\n          \"data_1994\": 272152, \r\n          \"data_1995\": 288383, \r\n          \"data_1996\": 315855, \r\n          \"data_1997\": 311900, \r\n          \"data_1998\": 328897, \r\n          \"data_1999\": 330896, \r\n          \"data_2000\": 366094, \r\n          \"data_2001\": 464062, \r\n          \"data_2002\": 457708, \r\n          \"data_2003\": 436873, \r\n          \"data_2004\": 440720, \r\n          \"data_2005\": 478520, \r\n          \"data_2006\": 458911, \r\n          \"data_2007\": 512841, \r\n          \"data_2008\": 508491, \r\n          \"data_2009\": 525999, \r\n          \"data_2010\": 505628, \r\n          \"data_2011\": 477208, \r\n          \"data_2012\": 456471, \r\n          \"data_2013\": 480875, \r\n          \"data_2014\": 497182, \r\n          \"data_2015\": 490642, \r\n          \"data_2016\": 464749, \r\n          \"data_2017\": 461783, \r\n          \"state_name\": \"Colorado\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Colorado\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 366377, \r\n          \"data_1994\": 373887, \r\n          \"data_1995\": 380966, \r\n          \"data_1996\": 396520, \r\n          \"data_1997\": 376793, \r\n          \"data_1998\": 407561, \r\n          \"data_1999\": 417245, \r\n          \"data_2000\": 443604, \r\n          \"data_2001\": 460077, \r\n          \"data_2002\": 440577, \r\n          \"data_2003\": 464467, \r\n          \"data_2004\": 497726, \r\n          \"data_2005\": 493446, \r\n          \"data_2006\": 510111, \r\n          \"data_2007\": 519229, \r\n          \"data_2008\": 493809, \r\n          \"data_2009\": 474933, \r\n          \"data_2010\": 493214, \r\n          \"data_2011\": 473530, \r\n          \"data_2012\": 471135, \r\n          \"data_2013\": 473509, \r\n          \"data_2014\": 488239, \r\n          \"data_2015\": 492377, \r\n          \"data_2016\": 490570, \r\n          \"data_2017\": 500633, \r\n          \"state_name\": \"Colorado\"\r\n        }\r\n      ], \r\n      \"population\": 5607154, \r\n      \"primary_energy_source_1\": \"Coal\", \r\n      \"primary_energy_source_2\": \"NaturalGas\", \r\n      \"primary_energy_source_3\": \"WindEnergy\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 188, \r\n          \"data_1994\": 208, \r\n          \"data_1995\": 217, \r\n          \"data_1996\": 227, \r\n          \"data_1997\": 230, \r\n          \"data_1998\": 233, \r\n          \"data_1999\": 231, \r\n          \"data_2000\": 221, \r\n          \"data_2001\": 212, \r\n          \"data_2002\": 205, \r\n          \"data_2003\": 199, \r\n          \"data_2004\": 193, \r\n          \"data_2005\": 206, \r\n          \"data_2006\": 232, \r\n          \"data_2007\": 308, \r\n          \"data_2008\": 819, \r\n          \"data_2009\": 1148, \r\n          \"data_2010\": 1808, \r\n          \"data_2011\": 2865, \r\n          \"data_2012\": 3886, \r\n          \"data_2013\": 5186, \r\n          \"data_2014\": 6045, \r\n          \"data_2015\": 6270, \r\n          \"data_2016\": 9508, \r\n          \"data_2017\": 13973, \r\n          \"state_name\": \"Colorado\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 503, \r\n          \"data_2002\": 1414, \r\n          \"data_2003\": 1489, \r\n          \"data_2004\": 2205, \r\n          \"data_2005\": 7762, \r\n          \"data_2006\": 8585, \r\n          \"data_2007\": 12765, \r\n          \"data_2008\": 31738, \r\n          \"data_2009\": 30879, \r\n          \"data_2010\": 33676, \r\n          \"data_2011\": 50526, \r\n          \"data_2012\": 56798, \r\n          \"data_2013\": 68731, \r\n          \"data_2014\": 70076, \r\n          \"data_2015\": 69662, \r\n          \"data_2016\": 86977, \r\n          \"data_2017\": 85816, \r\n          \"state_name\": \"Colorado\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 11118, \r\n          \"data_1994\": 10627, \r\n          \"data_1995\": 10748, \r\n          \"data_1996\": 10947, \r\n          \"data_1997\": 11798, \r\n          \"data_1998\": 10577, \r\n          \"data_1999\": 11148, \r\n          \"data_2000\": 11300, \r\n          \"data_2001\": 6837, \r\n          \"data_2002\": 6380, \r\n          \"data_2003\": 6643, \r\n          \"data_2004\": 7338, \r\n          \"data_2005\": 8725, \r\n          \"data_2006\": 7925, \r\n          \"data_2007\": 8702, \r\n          \"data_2008\": 9702, \r\n          \"data_2009\": 11824, \r\n          \"data_2010\": 12612, \r\n          \"data_2011\": 12226, \r\n          \"data_2012\": 10433, \r\n          \"data_2013\": 13384, \r\n          \"data_2014\": 14228, \r\n          \"data_2015\": 14936, \r\n          \"data_2016\": 15408, \r\n          \"data_2017\": 15484, \r\n          \"state_name\": \"Colorado\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 35325, \r\n          \"data_1994\": 35727, \r\n          \"data_1995\": 42323, \r\n          \"data_1996\": 49675, \r\n          \"data_1997\": 46243, \r\n          \"data_1998\": 44668, \r\n          \"data_1999\": 45009, \r\n          \"data_2000\": 45279, \r\n          \"data_2001\": 26648, \r\n          \"data_2002\": 24827, \r\n          \"data_2003\": 26844, \r\n          \"data_2004\": 37860, \r\n          \"data_2005\": 23791, \r\n          \"data_2006\": 29530, \r\n          \"data_2007\": 31661, \r\n          \"data_2008\": 29922, \r\n          \"data_2009\": 35504, \r\n          \"data_2010\": 38476, \r\n          \"data_2011\": 36315, \r\n          \"data_2012\": 34431, \r\n          \"data_2013\": 36091, \r\n          \"data_2014\": 37886, \r\n          \"data_2015\": 39460, \r\n          \"data_2016\": 39337, \r\n          \"data_2017\": 36917, \r\n          \"state_name\": \"Connecticut\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 37303, \r\n          \"data_1994\": 38584, \r\n          \"data_1995\": 40787, \r\n          \"data_1996\": 41120, \r\n          \"data_1997\": 44982, \r\n          \"data_1998\": 32569, \r\n          \"data_1999\": 15231, \r\n          \"data_2000\": 36246, \r\n          \"data_2001\": 39991, \r\n          \"data_2002\": 34206, \r\n          \"data_2003\": 41864, \r\n          \"data_2004\": 43997, \r\n          \"data_2005\": 42023, \r\n          \"data_2006\": 45722, \r\n          \"data_2007\": 39931, \r\n          \"data_2008\": 45188, \r\n          \"data_2009\": 26265, \r\n          \"data_2010\": 28711, \r\n          \"data_2011\": 6081, \r\n          \"data_2012\": 9290, \r\n          \"data_2013\": 7679, \r\n          \"data_2014\": 9097, \r\n          \"data_2015\": 6536, \r\n          \"data_2016\": 2340, \r\n          \"data_2017\": 2507, \r\n          \"state_name\": \"Connecticut\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"21799\", \r\n          \"date_of_birth\": \"1946-02-13\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"SenBlumenthal\", \r\n          \"first_name\": \"Richard\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001277.jpg\", \r\n          \"last_name\": \"Blumenthal\", \r\n          \"member_id\": \"B001277\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenBlumenthal\", \r\n          \"url\": \"https://www.blumenthal.senate.gov\", \r\n          \"votes_with_party_pct\": \"95.96\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1021284\", \r\n          \"date_of_birth\": \"1953-04-06\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"joecourtney\", \r\n          \"first_name\": \"Joe\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001069.jpg\", \r\n          \"last_name\": \"Courtney\", \r\n          \"member_id\": \"C001069\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJoeCourtney\", \r\n          \"url\": \"https://courtney.house.gov\", \r\n          \"votes_with_party_pct\": \"98.91\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"19040\", \r\n          \"date_of_birth\": \"1943-03-02\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"CongresswomanRosaDeLauro\", \r\n          \"first_name\": \"Rosa\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000216.jpg\", \r\n          \"last_name\": \"DeLauro\", \r\n          \"member_id\": \"D000216\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RosaDeLauro\", \r\n          \"url\": \"https://delauro.house.gov\", \r\n          \"votes_with_party_pct\": \"94.49\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1944-05-27\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Christopher\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000388.jpg\", \r\n          \"last_name\": \"Dodd\", \r\n          \"member_id\": \"D000388\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenChrisDodd\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.27\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1020906\", \r\n          \"date_of_birth\": \"1959-08-25\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"RepEsty\", \r\n          \"first_name\": \"Elizabeth\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/E000293.jpg\", \r\n          \"last_name\": \"Esty\", \r\n          \"member_id\": \"E000293\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepEsty\", \r\n          \"url\": \"https://esty.house.gov\", \r\n          \"votes_with_party_pct\": \"94.21\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1953-02-09\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Gary\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Franks\", \r\n          \"member_id\": \"F000348\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"84.47\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-05-20\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Sam\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Gejdenson\", \r\n          \"member_id\": \"G000120\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.77\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031341\", \r\n          \"date_of_birth\": \"1966-07-05\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"CongressmanJimHimes\", \r\n          \"first_name\": \"Jim\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001047.jpg\", \r\n          \"last_name\": \"Himes\", \r\n          \"member_id\": \"H001047\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"JAHimes\", \r\n          \"url\": \"https://himes.house.gov\", \r\n          \"votes_with_party_pct\": \"94.43\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1973-03-08\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jahana\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hayes\", \r\n          \"member_id\": \"H001081\", \r\n          \"office\": \"1415 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-4476\", \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJahanaHayes\", \r\n          \"url\": \"https://hayes.house.gov/\", \r\n          \"votes_with_party_pct\": \"99.13\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1935-01-05\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Nancy\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Johnson\", \r\n          \"member_id\": \"J000163\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"74.1\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1936-07-10\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Barbara\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Kennelly\", \r\n          \"member_id\": \"K000118\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.04\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"4363\", \r\n          \"date_of_birth\": \"1942-02-24\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Joseph\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000304.jpg\", \r\n          \"last_name\": \"Lieberman\", \r\n          \"member_id\": \"L000304\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Senator, 1st Class\", \r\n          \"twitter_account\": \"JoeLieberman\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"85.37\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"36596\", \r\n          \"date_of_birth\": \"1948-07-22\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"RepJohnLarson\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000557.jpg\", \r\n          \"last_name\": \"Larson\", \r\n          \"member_id\": \"L000557\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJohnLarson\", \r\n          \"url\": \"https://larson.house.gov\", \r\n          \"votes_with_party_pct\": \"94.98\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-09-17\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Maloney\", \r\n          \"member_id\": \"M000090\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.32\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1021270\", \r\n          \"date_of_birth\": \"1973-08-03\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"chrismurphyct\", \r\n          \"first_name\": \"Christopher\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001169.jpg\", \r\n          \"last_name\": \"Murphy\", \r\n          \"member_id\": \"M001169\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"senmurphyoffice\", \r\n          \"url\": \"https://www.murphy.senate.gov\", \r\n          \"votes_with_party_pct\": \"98.24\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1945-10-18\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Christopher\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001144.jpg\", \r\n          \"last_name\": \"Shays\", \r\n          \"member_id\": \"S001144\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"72.18\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1943-02-11\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Robert\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Simmons\", \r\n          \"member_id\": \"S001152\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Connecticut\", \r\n          \"state_abr\": \"CT\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.35\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Democratic\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 5, \r\n          \"data_2000\": 5, \r\n          \"data_2001\": 5, \r\n          \"data_2002\": 5, \r\n          \"data_2003\": 7, \r\n          \"data_2004\": 7, \r\n          \"data_2005\": 8, \r\n          \"data_2006\": 9, \r\n          \"data_2007\": 11, \r\n          \"data_2008\": 14, \r\n          \"data_2009\": 17, \r\n          \"data_2010\": 20, \r\n          \"data_2011\": 19, \r\n          \"data_2012\": 21, \r\n          \"data_2013\": 21, \r\n          \"data_2014\": 21, \r\n          \"data_2015\": 21, \r\n          \"data_2016\": 21, \r\n          \"data_2017\": 21, \r\n          \"state_name\": \"Connecticut\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 4275, \r\n          \"data_1994\": 4964, \r\n          \"data_1995\": 3752, \r\n          \"data_1996\": 6472, \r\n          \"data_1997\": 4562, \r\n          \"data_1998\": 4571, \r\n          \"data_1999\": 4315, \r\n          \"data_2000\": 5369, \r\n          \"data_2001\": 2959, \r\n          \"data_2002\": 3409, \r\n          \"data_2003\": 5715, \r\n          \"data_2004\": 4634, \r\n          \"data_2005\": 4782, \r\n          \"data_2006\": 5395, \r\n          \"data_2007\": 3590, \r\n          \"data_2008\": 5481, \r\n          \"data_2009\": 4973, \r\n          \"data_2010\": 3811, \r\n          \"data_2011\": 5513, \r\n          \"data_2012\": 2970, \r\n          \"data_2013\": 3835, \r\n          \"data_2014\": 4127, \r\n          \"data_2015\": 2819, \r\n          \"data_2016\": 2069, \r\n          \"data_2017\": 3060, \r\n          \"state_name\": \"Connecticut\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 74168, \r\n      \"name\": \"Connecticut\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 125793, \r\n          \"data_1994\": 134374, \r\n          \"data_1995\": 144867, \r\n          \"data_1996\": 139102, \r\n          \"data_1997\": 148585, \r\n          \"data_1998\": 134891, \r\n          \"data_1999\": 155870, \r\n          \"data_2000\": 163696, \r\n          \"data_2001\": 149344, \r\n          \"data_2002\": 181665, \r\n          \"data_2003\": 157252, \r\n          \"data_2004\": 165862, \r\n          \"data_2005\": 171150, \r\n          \"data_2006\": 175870, \r\n          \"data_2007\": 183604, \r\n          \"data_2008\": 169802, \r\n          \"data_2009\": 188570, \r\n          \"data_2010\": 203814, \r\n          \"data_2011\": 236016, \r\n          \"data_2012\": 236260, \r\n          \"data_2013\": 240102, \r\n          \"data_2014\": 242227, \r\n          \"data_2015\": 260925, \r\n          \"data_2016\": 254652, \r\n          \"data_2017\": 246334, \r\n          \"state_name\": \"Connecticut\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 229006, \r\n          \"data_1994\": 210712, \r\n          \"data_1995\": 196995, \r\n          \"data_1996\": 65384, \r\n          \"data_1997\": -1309, \r\n          \"data_1998\": 34022, \r\n          \"data_1999\": 132456, \r\n          \"data_2000\": 170674, \r\n          \"data_2001\": 161112, \r\n          \"data_2002\": 155777, \r\n          \"data_2003\": 167566, \r\n          \"data_2004\": 172470, \r\n          \"data_2005\": 162406, \r\n          \"data_2006\": 173111, \r\n          \"data_2007\": 171874, \r\n          \"data_2008\": 161305, \r\n          \"data_2009\": 174220, \r\n          \"data_2010\": 175074, \r\n          \"data_2011\": 166669, \r\n          \"data_2012\": 178959, \r\n          \"data_2013\": 178465, \r\n          \"data_2014\": 165677, \r\n          \"data_2015\": 182083, \r\n          \"data_2016\": 173363, \r\n          \"data_2017\": 172570, \r\n          \"state_name\": \"Connecticut\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 398595, \r\n          \"data_1994\": 382584, \r\n          \"data_1995\": 363785, \r\n          \"data_1996\": 402681, \r\n          \"data_1997\": 427705, \r\n          \"data_1998\": 417444, \r\n          \"data_1999\": 442685, \r\n          \"data_2000\": 429071, \r\n          \"data_2001\": 418957, \r\n          \"data_2002\": 382574, \r\n          \"data_2003\": 436051, \r\n          \"data_2004\": 464132, \r\n          \"data_2005\": 447357, \r\n          \"data_2006\": 401568, \r\n          \"data_2007\": 389153, \r\n          \"data_2008\": 350012, \r\n          \"data_2009\": 351267, \r\n          \"data_2010\": 342836, \r\n          \"data_2011\": 328033, \r\n          \"data_2012\": 310864, \r\n          \"data_2013\": 323137, \r\n          \"data_2014\": 322403, \r\n          \"data_2015\": 327789, \r\n          \"data_2016\": 310749, \r\n          \"data_2017\": 311185, \r\n          \"state_name\": \"Connecticut\"\r\n        }\r\n      ], \r\n      \"population\": 3588184, \r\n      \"primary_energy_source_1\": \"NuclearPower\", \r\n      \"primary_energy_source_2\": \"NaturalGas\", \r\n      \"primary_energy_source_3\": \"Biomass\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 78, \r\n          \"data_1994\": 134, \r\n          \"data_1995\": 152, \r\n          \"data_1996\": 187, \r\n          \"data_1997\": 199, \r\n          \"data_1998\": 231, \r\n          \"data_1999\": 264, \r\n          \"data_2000\": 260, \r\n          \"data_2001\": 303, \r\n          \"data_2002\": 365, \r\n          \"data_2003\": 403, \r\n          \"data_2004\": 454, \r\n          \"data_2005\": 556, \r\n          \"data_2006\": 654, \r\n          \"data_2007\": 773, \r\n          \"data_2008\": 929, \r\n          \"data_2009\": 1062, \r\n          \"data_2010\": 1137, \r\n          \"data_2011\": 1189, \r\n          \"data_2012\": 1295, \r\n          \"data_2013\": 1601, \r\n          \"data_2014\": 2239, \r\n          \"data_2015\": 2951, \r\n          \"data_2016\": 4125, \r\n          \"data_2017\": 5086, \r\n          \"state_name\": \"Connecticut\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 118, \r\n          \"data_2017\": 117, \r\n          \"state_name\": \"Connecticut\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 34758, \r\n          \"data_1994\": 35346, \r\n          \"data_1995\": 42241, \r\n          \"data_1996\": 49396, \r\n          \"data_1997\": 45948, \r\n          \"data_1998\": 44385, \r\n          \"data_1999\": 44706, \r\n          \"data_2000\": 44944, \r\n          \"data_2001\": 26546, \r\n          \"data_2002\": 24535, \r\n          \"data_2003\": 25105, \r\n          \"data_2004\": 25094, \r\n          \"data_2005\": 20382, \r\n          \"data_2006\": 19571, \r\n          \"data_2007\": 19510, \r\n          \"data_2008\": 19828, \r\n          \"data_2009\": 23378, \r\n          \"data_2010\": 25334, \r\n          \"data_2011\": 23856, \r\n          \"data_2012\": 22455, \r\n          \"data_2013\": 23874, \r\n          \"data_2014\": 25645, \r\n          \"data_2015\": 26728, \r\n          \"data_2016\": 26456, \r\n          \"data_2017\": 24008, \r\n          \"state_name\": \"Connecticut\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 2395, \r\n          \"data_1994\": 2330, \r\n          \"data_1995\": 2381, \r\n          \"data_1996\": 2543, \r\n          \"data_1997\": 2101, \r\n          \"data_1998\": 1833, \r\n          \"data_1999\": 1889, \r\n          \"data_2000\": 2181, \r\n          \"data_2001\": 1207, \r\n          \"data_2002\": 1190, \r\n          \"data_2003\": 1246, \r\n          \"data_2004\": 1270, \r\n          \"data_2005\": 1694, \r\n          \"data_2006\": 3382, \r\n          \"data_2007\": 4666, \r\n          \"data_2008\": 5430, \r\n          \"data_2009\": 6173, \r\n          \"data_2010\": 7180, \r\n          \"data_2011\": 6989, \r\n          \"data_2012\": 6035, \r\n          \"data_2013\": 5976, \r\n          \"data_2014\": 6253, \r\n          \"data_2015\": 5838, \r\n          \"data_2016\": 5657, \r\n          \"data_2017\": 5751, \r\n          \"state_name\": \"Delaware\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 63469, \r\n          \"data_1994\": 57477, \r\n          \"data_1995\": 52448, \r\n          \"data_1996\": 50779, \r\n          \"data_1997\": 48586, \r\n          \"data_1998\": 45817, \r\n          \"data_1999\": 35915, \r\n          \"data_2000\": 50147, \r\n          \"data_2001\": 38335, \r\n          \"data_2002\": 40536, \r\n          \"data_2003\": 46997, \r\n          \"data_2004\": 53599, \r\n          \"data_2005\": 56716, \r\n          \"data_2006\": 56625, \r\n          \"data_2007\": 63839, \r\n          \"data_2008\": 60891, \r\n          \"data_2009\": 33938, \r\n          \"data_2010\": 30253, \r\n          \"data_2011\": 17881, \r\n          \"data_2012\": 17384, \r\n          \"data_2013\": 18254, \r\n          \"data_2014\": 10238, \r\n          \"data_2015\": 7149, \r\n          \"data_2016\": 8199, \r\n          \"data_2017\": 4804, \r\n          \"state_name\": \"Delaware\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"34\", \r\n          \"date_of_birth\": \"1942-11-20\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Joseph\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000444.jpg\", \r\n          \"last_name\": \"Biden\", \r\n          \"member_id\": \"B000444\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Delaware\", \r\n          \"state_abr\": \"DE\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.95\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104772\", \r\n          \"date_of_birth\": \"1962-02-10\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"Rep.BluntRochester\", \r\n          \"first_name\": \"Lisa\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001303.jpg\", \r\n          \"last_name\": \"Blunt Rochester\", \r\n          \"member_id\": \"B001303\", \r\n          \"office\": \"1123 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-4165\", \r\n          \"state\": \"Delaware\", \r\n          \"state_abr\": \"DE\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLBR\", \r\n          \"url\": \"https://bluntrochester.house.gov\", \r\n          \"votes_with_party_pct\": \"97.68\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"663\", \r\n          \"date_of_birth\": \"1947-01-23\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"tomcarper\", \r\n          \"first_name\": \"Thomas\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C000174.jpg\", \r\n          \"last_name\": \"Carper\", \r\n          \"member_id\": \"C000174\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Delaware\", \r\n          \"state_abr\": \"DE\", \r\n          \"title\": \"Senator, 1st Class\", \r\n          \"twitter_account\": \"SenatorCarper\", \r\n          \"url\": \"https://www.carper.senate.gov/public\", \r\n          \"votes_with_party_pct\": \"87.7\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"70\", \r\n          \"date_of_birth\": \"1939-07-02\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C000243.jpg\", \r\n          \"last_name\": \"Castle\", \r\n          \"member_id\": \"C000243\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Delaware\", \r\n          \"state_abr\": \"DE\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"repmikecastle\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"85.87\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"94948\", \r\n          \"date_of_birth\": \"1956-05-20\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"JohnCarneyDE\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001083.jpg\", \r\n          \"last_name\": \"Carney\", \r\n          \"member_id\": \"C001083\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Delaware\", \r\n          \"state_abr\": \"DE\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"JohnCarneyde\", \r\n          \"url\": \"http://johncarney.house.gov\", \r\n          \"votes_with_party_pct\": \"89.73\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"9269028\", \r\n          \"date_of_birth\": \"1963-09-09\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"senatorchriscoons\", \r\n          \"first_name\": \"Christopher\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001088.jpg\", \r\n          \"last_name\": \"Coons\", \r\n          \"member_id\": \"C001088\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Delaware\", \r\n          \"state_abr\": \"DE\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"ChrisCoons\", \r\n          \"url\": \"https://www.coons.senate.gov\", \r\n          \"votes_with_party_pct\": \"100.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1030984\", \r\n          \"date_of_birth\": \"1939-03-15\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Edward\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Kaufman\", \r\n          \"member_id\": \"K000373\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Delaware\", \r\n          \"state_abr\": \"DE\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"97.14\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1921-07-22\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"William\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Roth\", \r\n          \"member_id\": \"R000460\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Delaware\", \r\n          \"state_abr\": \"DE\", \r\n          \"title\": \"Senator, 1st Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"78.77\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Democratic\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 68, \r\n          \"data_1994\": 63, \r\n          \"data_1995\": 67, \r\n          \"data_1996\": 71, \r\n          \"data_1997\": 76, \r\n          \"data_1998\": 79, \r\n          \"data_1999\": 89, \r\n          \"data_2000\": 89, \r\n          \"data_2001\": 100, \r\n          \"data_2002\": 109, \r\n          \"data_2003\": 142, \r\n          \"data_2004\": 154, \r\n          \"data_2005\": 176, \r\n          \"data_2006\": 204, \r\n          \"data_2007\": 247, \r\n          \"data_2008\": 294, \r\n          \"data_2009\": 367, \r\n          \"data_2010\": 414, \r\n          \"data_2011\": 401, \r\n          \"data_2012\": 430, \r\n          \"data_2013\": 430, \r\n          \"data_2014\": 430, \r\n          \"data_2015\": 430, \r\n          \"data_2016\": 430, \r\n          \"data_2017\": 430, \r\n          \"state_name\": \"Delaware\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Delaware\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 62852, \r\n      \"name\": \"Delaware\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 39346, \r\n          \"data_1994\": 47255, \r\n          \"data_1995\": 62738, \r\n          \"data_1996\": 55934, \r\n          \"data_1997\": 48140, \r\n          \"data_1998\": 42322, \r\n          \"data_1999\": 58089, \r\n          \"data_2000\": 50175, \r\n          \"data_2001\": 51817, \r\n          \"data_2002\": 53782, \r\n          \"data_2003\": 47971, \r\n          \"data_2004\": 49722, \r\n          \"data_2005\": 48639, \r\n          \"data_2006\": 44787, \r\n          \"data_2007\": 49932, \r\n          \"data_2008\": 49749, \r\n          \"data_2009\": 51651, \r\n          \"data_2010\": 56086, \r\n          \"data_2011\": 81710, \r\n          \"data_2012\": 104421, \r\n          \"data_2013\": 100682, \r\n          \"data_2014\": 107051, \r\n          \"data_2015\": 107819, \r\n          \"data_2016\": 113552, \r\n          \"data_2017\": 103103, \r\n          \"state_name\": \"Delaware\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Delaware\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 147230, \r\n          \"data_1994\": 141387, \r\n          \"data_1995\": 126245, \r\n          \"data_1996\": 142557, \r\n          \"data_1997\": 131417, \r\n          \"data_1998\": 132144, \r\n          \"data_1999\": 136124, \r\n          \"data_2000\": 130824, \r\n          \"data_2001\": 138478, \r\n          \"data_2002\": 134057, \r\n          \"data_2003\": 136588, \r\n          \"data_2004\": 127465, \r\n          \"data_2005\": 136316, \r\n          \"data_2006\": 125393, \r\n          \"data_2007\": 123237, \r\n          \"data_2008\": 115548, \r\n          \"data_2009\": 89001, \r\n          \"data_2010\": 88820, \r\n          \"data_2011\": 105560, \r\n          \"data_2012\": 102780, \r\n          \"data_2013\": 98692, \r\n          \"data_2014\": 100364, \r\n          \"data_2015\": 106525, \r\n          \"data_2016\": 107186, \r\n          \"data_2017\": 107127, \r\n          \"state_name\": \"Delaware\"\r\n        }\r\n      ], \r\n      \"population\": 961939, \r\n      \"primary_energy_source_1\": \"NaturalGas\", \r\n      \"primary_energy_source_2\": \"Coal\", \r\n      \"primary_energy_source_3\": \"Petroleum\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 29, \r\n          \"data_1994\": 29, \r\n          \"data_1995\": 28, \r\n          \"data_1996\": 27, \r\n          \"data_1997\": 26, \r\n          \"data_1998\": 24, \r\n          \"data_1999\": 23, \r\n          \"data_2000\": 20, \r\n          \"data_2001\": 17, \r\n          \"data_2002\": 16, \r\n          \"data_2003\": 13, \r\n          \"data_2004\": 12, \r\n          \"data_2005\": 11, \r\n          \"data_2006\": 22, \r\n          \"data_2007\": 44, \r\n          \"data_2008\": 50, \r\n          \"data_2009\": 85, \r\n          \"data_2010\": 125, \r\n          \"data_2011\": 383, \r\n          \"data_2012\": 607, \r\n          \"data_2013\": 1001, \r\n          \"data_2014\": 1189, \r\n          \"data_2015\": 1230, \r\n          \"data_2016\": 1133, \r\n          \"data_2017\": 1354, \r\n          \"state_name\": \"Delaware\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 25, \r\n          \"data_2011\": 47, \r\n          \"data_2012\": 35, \r\n          \"data_2013\": 43, \r\n          \"data_2014\": 48, \r\n          \"data_2015\": 48, \r\n          \"data_2016\": 49, \r\n          \"data_2017\": 46, \r\n          \"state_name\": \"Delaware\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 2395, \r\n          \"data_1994\": 2330, \r\n          \"data_1995\": 2381, \r\n          \"data_1996\": 2543, \r\n          \"data_1997\": 2101, \r\n          \"data_1998\": 1833, \r\n          \"data_1999\": 1889, \r\n          \"data_2000\": 2181, \r\n          \"data_2001\": 1207, \r\n          \"data_2002\": 1190, \r\n          \"data_2003\": 1246, \r\n          \"data_2004\": 1270, \r\n          \"data_2005\": 767, \r\n          \"data_2006\": 646, \r\n          \"data_2007\": 1240, \r\n          \"data_2008\": 2607, \r\n          \"data_2009\": 3125, \r\n          \"data_2010\": 3275, \r\n          \"data_2011\": 3340, \r\n          \"data_2012\": 2509, \r\n          \"data_2013\": 2321, \r\n          \"data_2014\": 2558, \r\n          \"data_2015\": 1809, \r\n          \"data_2016\": 1498, \r\n          \"data_2017\": 1449, \r\n          \"state_name\": \"Delaware\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 185167, \r\n          \"data_1994\": 182190, \r\n          \"data_1995\": 186456, \r\n          \"data_1996\": 206119, \r\n          \"data_1997\": 197033, \r\n          \"data_1998\": 171827, \r\n          \"data_1999\": 171638, \r\n          \"data_2000\": 164155, \r\n          \"data_2001\": 127388, \r\n          \"data_2002\": 144171, \r\n          \"data_2003\": 157601, \r\n          \"data_2004\": 149004, \r\n          \"data_2005\": 157566, \r\n          \"data_2006\": 161792, \r\n          \"data_2007\": 168986, \r\n          \"data_2008\": 209752, \r\n          \"data_2009\": 238894, \r\n          \"data_2010\": 253630, \r\n          \"data_2011\": 250407, \r\n          \"data_2012\": 247757, \r\n          \"data_2013\": 257395, \r\n          \"data_2014\": 253298, \r\n          \"data_2015\": 247305, \r\n          \"data_2016\": 240205, \r\n          \"data_2017\": 250735, \r\n          \"state_name\": \"Florida\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 654527, \r\n          \"data_1994\": 663382, \r\n          \"data_1995\": 686924, \r\n          \"data_1996\": 745817, \r\n          \"data_1997\": 751335, \r\n          \"data_1998\": 749474, \r\n          \"data_1999\": 716280, \r\n          \"data_2000\": 760439, \r\n          \"data_2001\": 725890, \r\n          \"data_2002\": 719670, \r\n          \"data_2003\": 723832, \r\n          \"data_2004\": 699055, \r\n          \"data_2005\": 672309, \r\n          \"data_2006\": 696215, \r\n          \"data_2007\": 720824, \r\n          \"data_2008\": 693161, \r\n          \"data_2009\": 581517, \r\n          \"data_2010\": 637416, \r\n          \"data_2011\": 552730, \r\n          \"data_2012\": 482984, \r\n          \"data_2013\": 505155, \r\n          \"data_2014\": 557882, \r\n          \"data_2015\": 466530, \r\n          \"data_2016\": 426188, \r\n          \"data_2017\": 407538, \r\n          \"state_name\": \"Florida\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1962-02-13\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"An\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Acevedo-Vila\", \r\n          \"member_id\": \"A000359\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Resident Commissioner\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"0.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1956-12-14\", \r\n          \"district\": \"24\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Sandra\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/A000366.jpg\", \r\n          \"last_name\": \"Adams\", \r\n          \"member_id\": \"A000366\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepSandyAdams\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.98\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1949-06-21\", \r\n          \"district\": \"15\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jim\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Bacchus\", \r\n          \"member_id\": \"B000008\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.67\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1930-07-16\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Bilirakis\", \r\n          \"member_id\": \"B000463\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.07\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"46164\", \r\n          \"date_of_birth\": \"1945-06-06\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Allen\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000716.jpg\", \r\n          \"last_name\": \"Boyd\", \r\n          \"member_id\": \"B000716\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"82.39\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26192\", \r\n          \"date_of_birth\": \"1946-11-11\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"congresswomanbrown\", \r\n          \"first_name\": \"Corrine\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000911.jpg\", \r\n          \"last_name\": \"Brown\", \r\n          \"member_id\": \"B000911\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepCorrineBrown\", \r\n          \"url\": \"https://corrinebrown.house.gov\", \r\n          \"votes_with_party_pct\": \"91.73\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003557\", \r\n          \"date_of_birth\": \"1943-10-05\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ginny\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001247.jpg\", \r\n          \"last_name\": \"Brown-Waite\", \r\n          \"member_id\": \"B001247\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"95.33\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1022873\", \r\n          \"date_of_birth\": \"1963-02-08\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"GusBilirakis\", \r\n          \"first_name\": \"Gus\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001257.jpg\", \r\n          \"last_name\": \"Bilirakis\", \r\n          \"member_id\": \"B001257\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGusBilirakis\", \r\n          \"url\": \"https://bilirakis.house.gov\", \r\n          \"votes_with_party_pct\": \"94.07\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1021626\", \r\n          \"date_of_birth\": \"1951-05-08\", \r\n          \"district\": \"13\", \r\n          \"facebook_account\": \"CongressmanBuchanan\", \r\n          \"first_name\": \"Vern\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001260.jpg\", \r\n          \"last_name\": \"Buchanan\", \r\n          \"member_id\": \"B001260\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"VernBuchanan\", \r\n          \"url\": \"https://buchanan.house.gov\", \r\n          \"votes_with_party_pct\": \"91.72\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1954-06-22\", \r\n          \"district\": \"12\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Charles\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Canady\", \r\n          \"member_id\": \"C000107\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.59\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1007679\", \r\n          \"date_of_birth\": \"1944-09-01\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"200388204657\", \r\n          \"first_name\": \"Ander\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001045.jpg\", \r\n          \"last_name\": \"Crenshaw\", \r\n          \"member_id\": \"C001045\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"AnderCrenshaw\", \r\n          \"url\": \"https://crenshaw.house.gov\", \r\n          \"votes_with_party_pct\": \"98.88\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1022874\", \r\n          \"date_of_birth\": \"1966-08-20\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"USRepKathyCastor\", \r\n          \"first_name\": \"Kathy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001066.jpg\", \r\n          \"last_name\": \"Castor\", \r\n          \"member_id\": \"C001066\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"USRepKCastor\", \r\n          \"url\": \"https://castor.house.gov\", \r\n          \"votes_with_party_pct\": \"98.59\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"75516\", \r\n          \"date_of_birth\": \"1959-09-28\", \r\n          \"district\": \"19\", \r\n          \"facebook_account\": \"RepCurtClawson\", \r\n          \"first_name\": \"Curt\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001102.jpg\", \r\n          \"last_name\": \"Clawson\", \r\n          \"member_id\": \"C001102\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepCurtClawson\", \r\n          \"url\": \"http://clawson.house.gov\", \r\n          \"votes_with_party_pct\": \"93.24\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"70472\", \r\n          \"date_of_birth\": \"1980-03-01\", \r\n          \"district\": \"26\", \r\n          \"facebook_account\": \"repcurbelo\", \r\n          \"first_name\": \"Carlos\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001107.jpg\", \r\n          \"last_name\": \"Curbelo\", \r\n          \"member_id\": \"C001107\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepCurbelo\", \r\n          \"url\": \"https://curbelo.house.gov\", \r\n          \"votes_with_party_pct\": \"82.15\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"7960\", \r\n          \"date_of_birth\": \"1956-07-24\", \r\n          \"district\": \"13\", \r\n          \"facebook_account\": \"RepCharlieCrist\", \r\n          \"first_name\": \"Charlie\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001111.jpg\", \r\n          \"last_name\": \"Crist\", \r\n          \"member_id\": \"C001111\", \r\n          \"office\": \"427 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-5961\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"repcharliecrist\", \r\n          \"url\": \"https://crist.house.gov\", \r\n          \"votes_with_party_pct\": \"93.17\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1957-10-11\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Davis\", \r\n          \"member_id\": \"D000114\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.23\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1957-04-01\", \r\n          \"district\": \"20\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Peter\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Deutsch\", \r\n          \"member_id\": \"D000275\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.26\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"25887\", \r\n          \"date_of_birth\": \"1954-08-13\", \r\n          \"district\": \"21\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Lincoln\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000299.jpg\", \r\n          \"last_name\": \"Diaz-Balart\", \r\n          \"member_id\": \"D000299\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"78.82\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003562\", \r\n          \"date_of_birth\": \"1961-09-25\", \r\n          \"district\": \"25\", \r\n          \"facebook_account\": \"mdiazbalart\", \r\n          \"first_name\": \"Mario\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000600.jpg\", \r\n          \"last_name\": \"Diaz-Balart\", \r\n          \"member_id\": \"D000600\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"MarioDB\", \r\n          \"url\": \"https://mariodiazbalart.house.gov\", \r\n          \"votes_with_party_pct\": \"95.36\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"9267613\", \r\n          \"date_of_birth\": \"1966-05-07\", \r\n          \"district\": \"19\", \r\n          \"facebook_account\": \"CongressmanTedDeutch\", \r\n          \"first_name\": \"Ted\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000610.jpg\", \r\n          \"last_name\": \"Deutch\", \r\n          \"member_id\": \"D000610\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepTedDeutch\", \r\n          \"url\": \"https://teddeutch.house.gov\", \r\n          \"votes_with_party_pct\": \"99.04\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"79744\", \r\n          \"date_of_birth\": \"1978-09-14\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"RepDeSantis\", \r\n          \"first_name\": \"Ron\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000621.jpg\", \r\n          \"last_name\": \"DeSantis\", \r\n          \"member_id\": \"D000621\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDeSantis\", \r\n          \"url\": \"https://desantis.house.gov\", \r\n          \"votes_with_party_pct\": \"93.31\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623713\", \r\n          \"date_of_birth\": \"1957-03-12\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"RepresentativeValDemings\", \r\n          \"first_name\": \"Val\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000627.jpg\", \r\n          \"last_name\": \"Demings\", \r\n          \"member_id\": \"D000627\", \r\n          \"office\": \"238 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-2176\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepValDemings\", \r\n          \"url\": \"https://demings.house.gov\", \r\n          \"votes_with_party_pct\": \"96.99\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104529\", \r\n          \"date_of_birth\": \"1953-02-16\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"drnealdunnfl2\", \r\n          \"first_name\": \"Neal\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000628.jpg\", \r\n          \"last_name\": \"Dunn\", \r\n          \"member_id\": \"D000628\", \r\n          \"office\": \"423 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-5235\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"drnealdunnfl2\", \r\n          \"url\": \"https://dunn.house.gov\", \r\n          \"votes_with_party_pct\": \"98.47\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"6713\", \r\n          \"date_of_birth\": \"1943-08-15\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"617466718276952\", \r\n          \"first_name\": \"Eni\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000010.jpg\", \r\n          \"last_name\": \"Faleomavaega\", \r\n          \"member_id\": \"F000010\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Delegate\", \r\n          \"twitter_account\": \"EFaleomavaega\", \r\n          \"url\": \"http://faleomavaega.house.gov\", \r\n          \"votes_with_party_pct\": \"93.62\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1954-09-08\", \r\n          \"district\": \"16\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Mark\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Foley\", \r\n          \"member_id\": \"F000238\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.1\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-12-23\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Tillie\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Fowler\", \r\n          \"member_id\": \"F000328\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.4\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1958-05-21\", \r\n          \"district\": \"24\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000447.jpg\", \r\n          \"last_name\": \"Feeney\", \r\n          \"member_id\": \"F000447\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.09\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1960-10-31\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Luis\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000452.jpg\", \r\n          \"last_name\": \"Fortuno\", \r\n          \"member_id\": \"F000452\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Resident Commissioner\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"0.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623714\", \r\n          \"date_of_birth\": \"1948-05-16\", \r\n          \"district\": \"22\", \r\n          \"facebook_account\": \"RepLoisFrankel\", \r\n          \"first_name\": \"Lois\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000462.jpg\", \r\n          \"last_name\": \"Frankel\", \r\n          \"member_id\": \"F000462\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLoisFrankel\", \r\n          \"url\": \"https://frankel.house.gov\", \r\n          \"votes_with_party_pct\": \"96.12\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1920-01-20\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Sam\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Gibbons\", \r\n          \"member_id\": \"G000153\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.67\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1938-11-26\", \r\n          \"district\": \"14\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Porter\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Goss\", \r\n          \"member_id\": \"G000336\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1936-11-09\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bob\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Graham\", \r\n          \"member_id\": \"G000352\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.73\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1013409\", \r\n          \"date_of_birth\": \"1958-03-13\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Alan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000556.jpg\", \r\n          \"last_name\": \"Grayson\", \r\n          \"member_id\": \"G000556\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"http://grayson.house.gov\", \r\n          \"votes_with_party_pct\": \"98.07\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623086\", \r\n          \"date_of_birth\": \"1963-10-12\", \r\n          \"district\": \"26\", \r\n          \"facebook_account\": \"RepJoeGarcia\", \r\n          \"first_name\": \"Joe\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000573.jpg\", \r\n          \"last_name\": \"Garcia\", \r\n          \"member_id\": \"G000573\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJoeGarcia\", \r\n          \"url\": \"http://garcia.house.gov\", \r\n          \"votes_with_party_pct\": \"85.33\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1963-01-31\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"repgwengraham\", \r\n          \"first_name\": \"Gwen\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000575.jpg\", \r\n          \"last_name\": \"Graham\", \r\n          \"member_id\": \"G000575\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGwenGraham\", \r\n          \"url\": \"https://graham.house.gov\", \r\n          \"votes_with_party_pct\": \"87.31\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104528\", \r\n          \"date_of_birth\": \"1982-05-07\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"CongressmanMattGaetz\", \r\n          \"first_name\": \"Matt\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000578.jpg\", \r\n          \"last_name\": \"Gaetz\", \r\n          \"member_id\": \"G000578\", \r\n          \"office\": \"507 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-4136\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMattGaetz\", \r\n          \"url\": \"https://gaetz.house.gov\", \r\n          \"votes_with_party_pct\": \"89.35\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"67353\", \r\n          \"date_of_birth\": \"1976-08-05\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"RepJennifferGonzalezColon\", \r\n          \"first_name\": \"Jenniffer\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000582.jpg\", \r\n          \"last_name\": \"Gonz\\u00e1lez-Col\\u00f3n\", \r\n          \"member_id\": \"G000582\", \r\n          \"office\": \"1529 Longworth House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-2615\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Resident Commissioner\", \r\n          \"twitter_account\": \"repjenniffer\", \r\n          \"url\": \"https://gonzalez-colon.house.gov\", \r\n          \"votes_with_party_pct\": \"nan\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1858\", \r\n          \"date_of_birth\": \"1936-09-05\", \r\n          \"district\": \"23\", \r\n          \"facebook_account\": \"95696782238\", \r\n          \"first_name\": \"Alcee\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H000324.jpg\", \r\n          \"last_name\": \"Hastings\", \r\n          \"member_id\": \"H000324\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepHastingsFL\", \r\n          \"url\": \"https://alceehastings.house.gov\", \r\n          \"votes_with_party_pct\": \"89.74\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1926-05-12\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Earl\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hutto\", \r\n          \"member_id\": \"H001018\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"69.13\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1957-04-05\", \r\n          \"district\": \"13\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Katherine\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Harris\", \r\n          \"member_id\": \"H001035\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"97.63\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1931-12-02\", \r\n          \"district\": \"19\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Harry\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Johnston\", \r\n          \"member_id\": \"J000187\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.54\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"73783\", \r\n          \"date_of_birth\": \"1972-10-31\", \r\n          \"district\": \"13\", \r\n          \"facebook_account\": \"repdavidjolly\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/J000296.jpg\", \r\n          \"last_name\": \"Jolly\", \r\n          \"member_id\": \"J000296\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"USRepDavidJolly\", \r\n          \"url\": \"http://jolly.house.gov\", \r\n          \"votes_with_party_pct\": \"87.61\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1964-09-05\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ric\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000361.jpg\", \r\n          \"last_name\": \"Keller\", \r\n          \"member_id\": \"K000361\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"97.75\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"55563\", \r\n          \"date_of_birth\": \"1957-07-10\", \r\n          \"district\": \"22\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ron\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000366.jpg\", \r\n          \"last_name\": \"Klein\", \r\n          \"member_id\": \"K000366\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"97.73\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1030644\", \r\n          \"date_of_birth\": \"1944-02-25\", \r\n          \"district\": \"24\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Suzanne\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000370.jpg\", \r\n          \"last_name\": \"Kosmas\", \r\n          \"member_id\": \"K000370\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.78\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1924-10-26\", \r\n          \"district\": \"16\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Thomas\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Lewis\", \r\n          \"member_id\": \"L000295\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.49\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1931\", \r\n          \"date_of_birth\": \"1969-05-21\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"George\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"LeMieux\", \r\n          \"member_id\": \"L000572\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"George_LeMieux\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.2\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"90480\", \r\n          \"date_of_birth\": \"1948-09-23\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"RepAlLawsonJr\", \r\n          \"first_name\": \"Al\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000586.jpg\", \r\n          \"last_name\": \"Lawson\", \r\n          \"member_id\": \"L000586\", \r\n          \"office\": \"1337 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-0123\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepAlLawsonJr\", \r\n          \"url\": \"https://lawson.house.gov\", \r\n          \"votes_with_party_pct\": \"94.47\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1940-10-29\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Connie\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Mack\", \r\n          \"member_id\": \"M000019\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Senator, 1st Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.78\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1944-07-12\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bill\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"McCollum\", \r\n          \"member_id\": \"M000350\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.91\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1926-04-29\", \r\n          \"district\": \"17\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Carrie\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Meek\", \r\n          \"member_id\": \"M000628\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.62\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26395\", \r\n          \"date_of_birth\": \"1943-01-27\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"JohnMica\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M000689.jpg\", \r\n          \"last_name\": \"Mica\", \r\n          \"member_id\": \"M000689\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"http://mica.house.gov\", \r\n          \"votes_with_party_pct\": \"89.24\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-05-30\", \r\n          \"district\": \"13\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Dan\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Miller\", \r\n          \"member_id\": \"M000720\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.31\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"91615\", \r\n          \"date_of_birth\": \"1959-06-27\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"RepJeffMiller\", \r\n          \"first_name\": \"Jeff\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001144.jpg\", \r\n          \"last_name\": \"Miller\", \r\n          \"member_id\": \"M001144\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"http://jeffmiller.house.gov\", \r\n          \"votes_with_party_pct\": \"94.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1966-09-06\", \r\n          \"district\": \"17\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Kendrick\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001148.jpg\", \r\n          \"last_name\": \"Meek\", \r\n          \"member_id\": \"M001148\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"kendrickbmeek\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.9\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1013040\", \r\n          \"date_of_birth\": \"1967-08-12\", \r\n          \"district\": \"14\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Connie\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001155.jpg\", \r\n          \"last_name\": \"Mack\", \r\n          \"member_id\": \"M001155\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepConnieMack\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.14\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1946-10-23\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Mel\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001162.jpg\", \r\n          \"last_name\": \"Martinez\", \r\n          \"member_id\": \"M001162\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.76\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1956-08-15\", \r\n          \"district\": \"16\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Tim\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001164.jpg\", \r\n          \"last_name\": \"Mahoney\", \r\n          \"member_id\": \"M001164\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.07\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"95348\", \r\n          \"date_of_birth\": \"1983-03-30\", \r\n          \"district\": \"18\", \r\n          \"facebook_account\": \"CongressmanPatrickMurphy\", \r\n          \"first_name\": \"Patrick\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001191.jpg\", \r\n          \"last_name\": \"Murphy\", \r\n          \"member_id\": \"M001191\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMurphyFL\", \r\n          \"url\": \"http://patrickmurphy.house.gov\", \r\n          \"votes_with_party_pct\": \"83.43\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104540\", \r\n          \"date_of_birth\": \"1980-07-10\", \r\n          \"district\": \"18\", \r\n          \"facebook_account\": \"repbrianmast\", \r\n          \"first_name\": \"Brian\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001199.jpg\", \r\n          \"last_name\": \"Mast\", \r\n          \"member_id\": \"M001199\", \r\n          \"office\": \"2182 Rayburn House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-3026\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"repbrianmast\", \r\n          \"url\": \"https://mast.house.gov\", \r\n          \"votes_with_party_pct\": \"90.79\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"103502\", \r\n          \"date_of_birth\": \"1978-09-16\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"RepStephMurphy\", \r\n          \"first_name\": \"Stephanie\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001202.jpg\", \r\n          \"last_name\": \"Murphy\", \r\n          \"member_id\": \"M001202\", \r\n          \"office\": \"1237 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-4035\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepStephMurphy\", \r\n          \"url\": \"https://stephaniemurphy.house.gov\", \r\n          \"votes_with_party_pct\": \"88.1\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1971-01-18\", \r\n          \"district\": \"26\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Debbie\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Mucarsel-Powell\", \r\n          \"member_id\": \"M001207\", \r\n          \"office\": \"114 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-2778\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDMP\", \r\n          \"url\": \"https://mucarsel-powell.house.gov/\", \r\n          \"votes_with_party_pct\": \"97.69\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1931\", \r\n          \"date_of_birth\": \"1942-09-29\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bill\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/N000032.jpg\", \r\n          \"last_name\": \"Nelson\", \r\n          \"member_id\": \"N000032\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Senator, 1st Class\", \r\n          \"twitter_account\": \"SenBillNelson\", \r\n          \"url\": \"https://www.billnelson.senate.gov\", \r\n          \"votes_with_party_pct\": \"91.11\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1033683\", \r\n          \"date_of_birth\": \"1951-05-26\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"RepRichNugent\", \r\n          \"first_name\": \"Richard\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/N000185.jpg\", \r\n          \"last_name\": \"Nugent\", \r\n          \"member_id\": \"N000185\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRichNugent\", \r\n          \"url\": \"https://nugent.house.gov\", \r\n          \"votes_with_party_pct\": \"94.57\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1935-06-26\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Douglas\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Peterson\", \r\n          \"member_id\": \"P000259\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.24\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"87910\", \r\n          \"date_of_birth\": \"1974-07-31\", \r\n          \"district\": \"12\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Adam\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000586.jpg\", \r\n          \"last_name\": \"Putnam\", \r\n          \"member_id\": \"P000586\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"98.51\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031305\", \r\n          \"date_of_birth\": \"1959-04-26\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"pedropierluisi\", \r\n          \"first_name\": \"Pedro\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000596.jpg\", \r\n          \"last_name\": \"Pierluisi\", \r\n          \"member_id\": \"P000596\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Resident Commissioner\", \r\n          \"twitter_account\": \"PedroPierluisi\", \r\n          \"url\": \"http://pierluisi.house.gov\", \r\n          \"votes_with_party_pct\": \"100.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"88959\", \r\n          \"date_of_birth\": \"1947-12-18\", \r\n          \"district\": \"15\", \r\n          \"facebook_account\": \"bill.posey15\", \r\n          \"first_name\": \"Bill\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000599.jpg\", \r\n          \"last_name\": \"Posey\", \r\n          \"member_id\": \"P000599\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"CongBillPosey\", \r\n          \"url\": \"https://posey.house.gov\", \r\n          \"votes_with_party_pct\": \"94.37\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1932-09-04\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Carlos\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Romero-Barcelo\", \r\n          \"member_id\": \"R000417\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Resident Commissioner\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.89\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"3206\", \r\n          \"date_of_birth\": \"1952-07-15\", \r\n          \"district\": \"18\", \r\n          \"facebook_account\": \"iroslehtinen\", \r\n          \"first_name\": \"Ileana\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000435.jpg\", \r\n          \"last_name\": \"Ros-Lehtinen\", \r\n          \"member_id\": \"R000435\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RosLehtinen\", \r\n          \"url\": \"https://ros-lehtinen.house.gov\", \r\n          \"votes_with_party_pct\": \"80.96\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1030486\", \r\n          \"date_of_birth\": \"1970-11-21\", \r\n          \"district\": \"16\", \r\n          \"facebook_account\": \"reptomrooney\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000583.jpg\", \r\n          \"last_name\": \"Rooney\", \r\n          \"member_id\": \"R000583\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"TomRooney\", \r\n          \"url\": \"https://rooney.house.gov\", \r\n          \"votes_with_party_pct\": \"94.41\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1965-09-16\", \r\n          \"district\": \"25\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000590.jpg\", \r\n          \"last_name\": \"Rivera\", \r\n          \"member_id\": \"R000590\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRivera\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.59\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"62532\", \r\n          \"date_of_birth\": \"1959-10-18\", \r\n          \"district\": \"12\", \r\n          \"facebook_account\": \"dennis.ross.376\", \r\n          \"first_name\": \"Dennis\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000593.jpg\", \r\n          \"last_name\": \"Ross\", \r\n          \"member_id\": \"R000593\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDennisRoss\", \r\n          \"url\": \"https://dennisross.house.gov\", \r\n          \"votes_with_party_pct\": \"94.91\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"87599\", \r\n          \"date_of_birth\": \"1971-05-28\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"SenatorMarcoRubio\", \r\n          \"first_name\": \"Marco\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000595.jpg\", \r\n          \"last_name\": \"Rubio\", \r\n          \"member_id\": \"R000595\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenRubioPress\", \r\n          \"url\": \"https://www.rubio.senate.gov\", \r\n          \"votes_with_party_pct\": \"87.19\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"79974\", \r\n          \"date_of_birth\": \"1976-04-20\", \r\n          \"district\": \"19\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Trey\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Radel\", \r\n          \"member_id\": \"R000596\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"treyradel\", \r\n          \"url\": \"http://radel.house.gov/\", \r\n          \"votes_with_party_pct\": \"88.98\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"5188\", \r\n          \"date_of_birth\": \"1947-12-29\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"aumuaamata\", \r\n          \"first_name\": \"Amata\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000600.jpg\", \r\n          \"last_name\": \"Radewagen\", \r\n          \"member_id\": \"R000600\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Delegate\", \r\n          \"twitter_account\": \"RepAmata\", \r\n          \"url\": \"https://radewagen.house.gov\", \r\n          \"votes_with_party_pct\": \"nan\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"73021\", \r\n          \"date_of_birth\": \"1953-12-04\", \r\n          \"district\": \"19\", \r\n          \"facebook_account\": \"RepRooney\", \r\n          \"first_name\": \"Francis\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000607.jpg\", \r\n          \"last_name\": \"Rooney\", \r\n          \"member_id\": \"R000607\", \r\n          \"office\": \"120 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-2536\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRooney\", \r\n          \"url\": \"https://francisrooney.house.gov\", \r\n          \"votes_with_party_pct\": \"97.14\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104531\", \r\n          \"date_of_birth\": \"1952-09-02\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"RepRutherfordFL\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000609.jpg\", \r\n          \"last_name\": \"Rutherford\", \r\n          \"member_id\": \"R000609\", \r\n          \"office\": \"230 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-2501\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRutherfordFL\", \r\n          \"url\": \"https://rutherford.house.gov\", \r\n          \"votes_with_party_pct\": \"96.57\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1963-04-09\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Joe\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Scarborough\", \r\n          \"member_id\": \"S000106\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.79\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1939-04-19\", \r\n          \"district\": \"22\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"E. Clay\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Shaw\", \r\n          \"member_id\": \"S000303\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.91\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"6095\", \r\n          \"date_of_birth\": \"1941-04-16\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Cliff\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S000822.jpg\", \r\n          \"last_name\": \"Stearns\", \r\n          \"member_id\": \"S000822\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepCliffStearns\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.83\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"61775\", \r\n          \"date_of_birth\": \"1965-10-10\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"RepSteveSoutherland\", \r\n          \"first_name\": \"Steve\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001186.jpg\", \r\n          \"last_name\": \"Southerland\", \r\n          \"member_id\": \"S001186\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"Rep_Southerland\", \r\n          \"url\": \"http://southerland.house.gov\", \r\n          \"votes_with_party_pct\": \"93.27\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104534\", \r\n          \"date_of_birth\": \"1978-02-25\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"CongressmanDarrenSoto\", \r\n          \"first_name\": \"Darren\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001200.jpg\", \r\n          \"last_name\": \"Soto\", \r\n          \"member_id\": \"S001200\", \r\n          \"office\": \"1429 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-9889\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDarrenSoto\", \r\n          \"url\": \"https://soto.house.gov\", \r\n          \"votes_with_party_pct\": \"97.62\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1941-02-14\", \r\n          \"district\": \"27\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Donna\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Shalala\", \r\n          \"member_id\": \"S001206\", \r\n          \"office\": \"1320 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-3931\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepShalala\", \r\n          \"url\": \"https://shalala.house.gov/\", \r\n          \"votes_with_party_pct\": \"99.51\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1966-07-16\", \r\n          \"district\": \"15\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ross\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Spano\", \r\n          \"member_id\": \"S001210\", \r\n          \"office\": \"224 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-1252\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRossSpano\", \r\n          \"url\": \"https://spano.house.gov/\", \r\n          \"votes_with_party_pct\": \"94.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1978-05-19\", \r\n          \"district\": \"17\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Greg\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Steube\", \r\n          \"member_id\": \"S001214\", \r\n          \"office\": \"521 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-5792\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGregSteube\", \r\n          \"url\": \"https://steube.house.gov/\", \r\n          \"votes_with_party_pct\": \"89.42\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1952-12-01\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Rick\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001217.jpg\", \r\n          \"last_name\": \"Scott\", \r\n          \"member_id\": \"S001217\", \r\n          \"office\": \"716 Hart Senate Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-224-5274\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Senator, 1st Class\", \r\n          \"twitter_account\": \"SenRickScott\", \r\n          \"url\": \"https://www.rickscott.senate.gov\", \r\n          \"votes_with_party_pct\": \"98.24\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1951-01-12\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Karen\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Thurman\", \r\n          \"member_id\": \"T000253\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.29\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1953-08-31\", \r\n          \"district\": \"15\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000267.jpg\", \r\n          \"last_name\": \"Weldon\", \r\n          \"member_id\": \"W000267\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"96.65\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1961-01-02\", \r\n          \"district\": \"19\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Robert\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000314.jpg\", \r\n          \"last_name\": \"Wexler\", \r\n          \"member_id\": \"W000314\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.91\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"86882\", \r\n          \"date_of_birth\": \"1966-09-27\", \r\n          \"district\": \"20\", \r\n          \"facebook_account\": \"RepDWS\", \r\n          \"first_name\": \"Debbie\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000797.jpg\", \r\n          \"last_name\": \"Wasserman Schultz\", \r\n          \"member_id\": \"W000797\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDWStweets\", \r\n          \"url\": \"https://wassermanschultz.house.gov\", \r\n          \"votes_with_party_pct\": \"94.79\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"30504\", \r\n          \"date_of_birth\": \"1949-04-27\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"RepWebster\", \r\n          \"first_name\": \"Daniel\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000806.jpg\", \r\n          \"last_name\": \"Webster\", \r\n          \"member_id\": \"W000806\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepWebster\", \r\n          \"url\": \"https://webster.house.gov\", \r\n          \"votes_with_party_pct\": \"94.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1961-02-07\", \r\n          \"district\": \"22\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Allen\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000807.jpg\", \r\n          \"last_name\": \"West\", \r\n          \"member_id\": \"W000807\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"AllenWest\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.96\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"87016\", \r\n          \"date_of_birth\": \"1942-11-05\", \r\n          \"district\": \"17\", \r\n          \"facebook_account\": \"RepWilson\", \r\n          \"first_name\": \"Frederica\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000808.jpg\", \r\n          \"last_name\": \"Wilson\", \r\n          \"member_id\": \"W000808\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepWilson\", \r\n          \"url\": \"https://wilson.house.gov\", \r\n          \"votes_with_party_pct\": \"96.49\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1974-01-31\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Waltz\", \r\n          \"member_id\": \"W000823\", \r\n          \"office\": \"216 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-2706\", \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMichaelWaltz\", \r\n          \"url\": \"https://waltz.house.gov/\", \r\n          \"votes_with_party_pct\": \"90.18\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"5259\", \r\n          \"date_of_birth\": \"1930-12-16\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"C. W. Bill\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/Y000031.jpg\", \r\n          \"last_name\": \"Young\", \r\n          \"member_id\": \"Y000031\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.26\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"63943\", \r\n          \"date_of_birth\": \"1955-04-13\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"CongressmanTedYoho\", \r\n          \"first_name\": \"Ted\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/Y000065.jpg\", \r\n          \"last_name\": \"Yoho\", \r\n          \"member_id\": \"Y000065\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Florida\", \r\n          \"state_abr\": \"FL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepTedYoho\", \r\n          \"url\": \"https://yoho.house.gov\", \r\n          \"votes_with_party_pct\": \"91.68\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 1611, \r\n          \"data_1994\": 1521, \r\n          \"data_1995\": 1648, \r\n          \"data_1996\": 1806, \r\n          \"data_1997\": 1948, \r\n          \"data_1998\": 2130, \r\n          \"data_1999\": 2157, \r\n          \"data_2000\": 2157, \r\n          \"data_2001\": 2444, \r\n          \"data_2002\": 2663, \r\n          \"data_2003\": 3507, \r\n          \"data_2004\": 3849, \r\n          \"data_2005\": 4434, \r\n          \"data_2006\": 5034, \r\n          \"data_2007\": 5908, \r\n          \"data_2008\": 6889, \r\n          \"data_2009\": 8444, \r\n          \"data_2010\": 9516, \r\n          \"data_2011\": 9799, \r\n          \"data_2012\": 10056, \r\n          \"data_2013\": 10056, \r\n          \"data_2014\": 10056, \r\n          \"data_2015\": 10056, \r\n          \"data_2016\": 10056, \r\n          \"data_2017\": 10056, \r\n          \"state_name\": \"Florida\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 2173, \r\n          \"data_1994\": 2831, \r\n          \"data_1995\": 2380, \r\n          \"data_1996\": 2229, \r\n          \"data_1997\": 2464, \r\n          \"data_1998\": 2024, \r\n          \"data_1999\": 1433, \r\n          \"data_2000\": 885, \r\n          \"data_2001\": 1526, \r\n          \"data_2002\": 1873, \r\n          \"data_2003\": 2660, \r\n          \"data_2004\": 2657, \r\n          \"data_2005\": 2661, \r\n          \"data_2006\": 2018, \r\n          \"data_2007\": 1527, \r\n          \"data_2008\": 2031, \r\n          \"data_2009\": 2032, \r\n          \"data_2010\": 1731, \r\n          \"data_2011\": 1769, \r\n          \"data_2012\": 1432, \r\n          \"data_2013\": 2425, \r\n          \"data_2014\": 2010, \r\n          \"data_2015\": 2277, \r\n          \"data_2016\": 1611, \r\n          \"data_2017\": 2011, \r\n          \"state_name\": \"Florida\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 52594, \r\n      \"name\": \"Florida\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 368011, \r\n          \"data_1994\": 417702, \r\n          \"data_1995\": 579310, \r\n          \"data_1996\": 561145, \r\n          \"data_1997\": 547201, \r\n          \"data_1998\": 529565, \r\n          \"data_1999\": 583448, \r\n          \"data_2000\": 574460, \r\n          \"data_2001\": 569757, \r\n          \"data_2002\": 708638, \r\n          \"data_2003\": 714826, \r\n          \"data_2004\": 757672, \r\n          \"data_2005\": 805446, \r\n          \"data_2006\": 917468, \r\n          \"data_2007\": 943845, \r\n          \"data_2008\": 970038, \r\n          \"data_2009\": 1081725, \r\n          \"data_2010\": 1180462, \r\n          \"data_2011\": 1235953, \r\n          \"data_2012\": 1348390, \r\n          \"data_2013\": 1245287, \r\n          \"data_2014\": 1241250, \r\n          \"data_2015\": 1378089, \r\n          \"data_2016\": 1414358, \r\n          \"data_2017\": 1418207, \r\n          \"state_name\": \"Florida\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 271916, \r\n          \"data_1994\": 278881, \r\n          \"data_1995\": 301978, \r\n          \"data_1996\": 267514, \r\n          \"data_1997\": 241023, \r\n          \"data_1998\": 326432, \r\n          \"data_1999\": 329450, \r\n          \"data_2000\": 336766, \r\n          \"data_2001\": 329825, \r\n          \"data_2002\": 351940, \r\n          \"data_2003\": 322868, \r\n          \"data_2004\": 325516, \r\n          \"data_2005\": 300127, \r\n          \"data_2006\": 327934, \r\n          \"data_2007\": 307215, \r\n          \"data_2008\": 335857, \r\n          \"data_2009\": 304544, \r\n          \"data_2010\": 250178, \r\n          \"data_2011\": 230369, \r\n          \"data_2012\": 187259, \r\n          \"data_2013\": 277169, \r\n          \"data_2014\": 291474, \r\n          \"data_2015\": 294099, \r\n          \"data_2016\": 306658, \r\n          \"data_2017\": 304840, \r\n          \"state_name\": \"Florida\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 1616272, \r\n          \"data_1994\": 1668256, \r\n          \"data_1995\": 1597051, \r\n          \"data_1996\": 1605743, \r\n          \"data_1997\": 1654385, \r\n          \"data_1998\": 1837213, \r\n          \"data_1999\": 1837384, \r\n          \"data_2000\": 1907980, \r\n          \"data_2001\": 1941946, \r\n          \"data_2002\": 1892432, \r\n          \"data_2003\": 1931768, \r\n          \"data_2004\": 2095091, \r\n          \"data_2005\": 2135194, \r\n          \"data_2006\": 2025240, \r\n          \"data_2007\": 1947528, \r\n          \"data_2008\": 1764538, \r\n          \"data_2009\": 1637738, \r\n          \"data_2010\": 1734571, \r\n          \"data_2011\": 1632362, \r\n          \"data_2012\": 1562387, \r\n          \"data_2013\": 1591083, \r\n          \"data_2014\": 1609105, \r\n          \"data_2015\": 1691485, \r\n          \"data_2016\": 1689988, \r\n          \"data_2017\": 1706521, \r\n          \"state_name\": \"Florida\"\r\n        }\r\n      ], \r\n      \"population\": 20984400, \r\n      \"primary_energy_source_1\": \"NaturalGas\", \r\n      \"primary_energy_source_2\": \"Coal\", \r\n      \"primary_energy_source_3\": \"Nuclear\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 28530, \r\n          \"data_1994\": 29387, \r\n          \"data_1995\": 29925, \r\n          \"data_1996\": 30259, \r\n          \"data_1997\": 29982, \r\n          \"data_1998\": 29626, \r\n          \"data_1999\": 28969, \r\n          \"data_2000\": 27909, \r\n          \"data_2001\": 26770, \r\n          \"data_2002\": 25656, \r\n          \"data_2003\": 24706, \r\n          \"data_2004\": 23957, \r\n          \"data_2005\": 22915, \r\n          \"data_2006\": 22985, \r\n          \"data_2007\": 23160, \r\n          \"data_2008\": 23615, \r\n          \"data_2009\": 23273, \r\n          \"data_2010\": 24638, \r\n          \"data_2011\": 25868, \r\n          \"data_2012\": 27441, \r\n          \"data_2013\": 28428, \r\n          \"data_2014\": 29750, \r\n          \"data_2015\": 30085, \r\n          \"data_2016\": 30757, \r\n          \"data_2017\": 38185, \r\n          \"state_name\": \"Florida\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Florida\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 184714, \r\n          \"data_1994\": 181822, \r\n          \"data_1995\": 186258, \r\n          \"data_1996\": 206049, \r\n          \"data_1997\": 196914, \r\n          \"data_1998\": 171706, \r\n          \"data_1999\": 171555, \r\n          \"data_2000\": 164002, \r\n          \"data_2001\": 127298, \r\n          \"data_2002\": 144135, \r\n          \"data_2003\": 157601, \r\n          \"data_2004\": 148999, \r\n          \"data_2005\": 153165, \r\n          \"data_2006\": 155527, \r\n          \"data_2007\": 159894, \r\n          \"data_2008\": 162697, \r\n          \"data_2009\": 179897, \r\n          \"data_2010\": 194373, \r\n          \"data_2011\": 190275, \r\n          \"data_2012\": 184106, \r\n          \"data_2013\": 192075, \r\n          \"data_2014\": 188457, \r\n          \"data_2015\": 180650, \r\n          \"data_2016\": 170396, \r\n          \"data_2017\": 177819, \r\n          \"state_name\": \"Florida\"\r\n        }\r\n      ]\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 6\r\n}"},{"id":"a9246824-b249-40c0-9623-fe8d7362ebdf","name":"GET /api/states?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.empoweringknowledge.me/api/states?page=2","protocol":"https","host":["api","empoweringknowledge","me"],"path":["api","states"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 50, \r\n  \"objects\": [\r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 194264, \r\n          \"data_1994\": 196067, \r\n          \"data_1995\": 205644, \r\n          \"data_1996\": 208259, \r\n          \"data_1997\": 218529, \r\n          \"data_1998\": 202938, \r\n          \"data_1999\": 202675, \r\n          \"data_2000\": 196564, \r\n          \"data_2001\": 164904, \r\n          \"data_2002\": 255738, \r\n          \"data_2003\": 179384, \r\n          \"data_2004\": 189388, \r\n          \"data_2005\": 177644, \r\n          \"data_2006\": 184728, \r\n          \"data_2007\": 183031, \r\n          \"data_2008\": 176494, \r\n          \"data_2009\": 187933, \r\n          \"data_2010\": 214413, \r\n          \"data_2011\": 220408, \r\n          \"data_2012\": 215836, \r\n          \"data_2013\": 244334, \r\n          \"data_2014\": 263650, \r\n          \"data_2015\": 267967, \r\n          \"data_2016\": 251567, \r\n          \"data_2017\": 242236, \r\n          \"state_name\": \"Georgia\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 655174, \r\n          \"data_1994\": 685757, \r\n          \"data_1995\": 723817, \r\n          \"data_1996\": 723082, \r\n          \"data_1997\": 767969, \r\n          \"data_1998\": 767394, \r\n          \"data_1999\": 782617, \r\n          \"data_2000\": 819530, \r\n          \"data_2001\": 772021, \r\n          \"data_2002\": 807121, \r\n          \"data_2003\": 819031, \r\n          \"data_2004\": 834991, \r\n          \"data_2005\": 901010, \r\n          \"data_2006\": 892732, \r\n          \"data_2007\": 934773, \r\n          \"data_2008\": 885849, \r\n          \"data_2009\": 723449, \r\n          \"data_2010\": 767906, \r\n          \"data_2011\": 634756, \r\n          \"data_2012\": 435546, \r\n          \"data_2013\": 426184, \r\n          \"data_2014\": 482657, \r\n          \"data_2015\": 394665, \r\n          \"data_2016\": 399279, \r\n          \"data_2017\": 344273, \r\n          \"state_name\": \"Georgia\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"62545\", \r\n          \"date_of_birth\": \"1951-11-07\", \r\n          \"district\": \"12\", \r\n          \"facebook_account\": \"CongressmanRickAllen\", \r\n          \"first_name\": \"Rick\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/A000372.jpg\", \r\n          \"last_name\": \"Allen\", \r\n          \"member_id\": \"A000372\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"reprickallen\", \r\n          \"url\": \"https://allen.house.gov\", \r\n          \"votes_with_party_pct\": \"97.61\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-11-05\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bob\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Barr\", \r\n          \"member_id\": \"B000169\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"96.23\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26194\", \r\n          \"date_of_birth\": \"1947-02-04\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"sanfordbishop\", \r\n          \"first_name\": \"Sanford\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000490.jpg\", \r\n          \"last_name\": \"Bishop\", \r\n          \"member_id\": \"B000490\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SanfordBishop\", \r\n          \"url\": \"https://bishop.house.gov\", \r\n          \"votes_with_party_pct\": \"91.63\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-11-08\", \r\n          \"district\": \"12\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Max\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Burns\", \r\n          \"member_id\": \"B001249\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"97.57\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1012025\", \r\n          \"date_of_birth\": \"1955-10-31\", \r\n          \"district\": \"12\", \r\n          \"facebook_account\": \"CongressmanJohnBarrow\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001252.jpg\", \r\n          \"last_name\": \"Barrow\", \r\n          \"member_id\": \"B001252\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJohnBarrow\", \r\n          \"url\": \"http://barrow.house.gov\", \r\n          \"votes_with_party_pct\": \"82.6\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1025092\", \r\n          \"date_of_birth\": \"1946-12-07\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"RepPaulBroun\", \r\n          \"first_name\": \"Paul\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001262.jpg\", \r\n          \"last_name\": \"Broun\", \r\n          \"member_id\": \"B001262\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepPaulBrounMD\", \r\n          \"url\": \"http://broun.house.gov\", \r\n          \"votes_with_party_pct\": \"89.69\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"36571\", \r\n          \"date_of_birth\": \"1943-11-10\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"SaxbyChambliss\", \r\n          \"first_name\": \"Saxby\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C000286.jpg\", \r\n          \"last_name\": \"Chambliss\", \r\n          \"member_id\": \"C000286\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SaxbyChambliss\", \r\n          \"url\": \"http://www.chambliss.senate.gov\", \r\n          \"votes_with_party_pct\": \"97.83\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"48879\", \r\n          \"date_of_birth\": \"1945-09-19\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"138013351189\", \r\n          \"first_name\": \"Donna\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C000380.jpg\", \r\n          \"last_name\": \"Christensen\", \r\n          \"member_id\": \"C000380\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Delegate\", \r\n          \"twitter_account\": \"DelegateDonna\", \r\n          \"url\": \"http://donnachristensen.house.gov\", \r\n          \"votes_with_party_pct\": \"0.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1944-10-15\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Collins\", \r\n          \"member_id\": \"C000640\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.61\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1939-01-20\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Paul\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Coverdell\", \r\n          \"member_id\": \"C000813\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.69\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-08-24\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Max\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Cleland\", \r\n          \"member_id\": \"C001034\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.02\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"79719\", \r\n          \"date_of_birth\": \"1966-08-16\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"RepresentativeDougCollins\", \r\n          \"first_name\": \"Doug\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001093.jpg\", \r\n          \"last_name\": \"Collins\", \r\n          \"member_id\": \"C001093\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDougCollins\", \r\n          \"url\": \"https://dougcollins.house.gov\", \r\n          \"votes_with_party_pct\": \"93.91\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"76158\", \r\n          \"date_of_birth\": \"1957-09-06\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"congressmanbuddycarter\", \r\n          \"first_name\": \"Buddy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001103.jpg\", \r\n          \"last_name\": \"Carter\", \r\n          \"member_id\": \"C001103\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepBuddyCarter\", \r\n          \"url\": \"https://buddycarter.house.gov\", \r\n          \"votes_with_party_pct\": \"96.13\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1943-11-22\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"George\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Darden\", \r\n          \"member_id\": \"D000051\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.77\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-08-25\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Nathan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000168.jpg\", \r\n          \"last_name\": \"Deal\", \r\n          \"member_id\": \"D000168\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"75.09\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1930-08-02\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ron\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"de Lugo\", \r\n          \"member_id\": \"D000209\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Delegate\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.78\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1943-05-24\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Victor\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Frazer\", \r\n          \"member_id\": \"F000351\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"I\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Delegate\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"0.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104731\", \r\n          \"date_of_birth\": \"1966-11-15\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"RepDrewFerguson\", \r\n          \"first_name\": \"A.\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000465.jpg\", \r\n          \"last_name\": \"Ferguson\", \r\n          \"member_id\": \"F000465\", \r\n          \"office\": \"1032 Longworth House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-5901\", \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDrewFerguson\", \r\n          \"url\": \"https://ferguson.house.gov\", \r\n          \"votes_with_party_pct\": \"98.5\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1943-06-17\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Newt\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Gingrich\", \r\n          \"member_id\": \"G000225\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.77\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003565\", \r\n          \"date_of_birth\": \"1942-07-10\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"RepPhilGingrey\", \r\n          \"first_name\": \"Phil\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000550.jpg\", \r\n          \"last_name\": \"Gingrey\", \r\n          \"member_id\": \"G000550\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepPhilGingrey\", \r\n          \"url\": \"http://gingrey.house.gov\", \r\n          \"votes_with_party_pct\": \"96.82\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"11519\", \r\n          \"date_of_birth\": \"1970-02-03\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"reptomgraves\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000560.jpg\", \r\n          \"last_name\": \"Graves\", \r\n          \"member_id\": \"G000560\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepTomGraves\", \r\n          \"url\": \"https://tomgraves.house.gov\", \r\n          \"votes_with_party_pct\": \"89.74\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"94974\", \r\n          \"date_of_birth\": \"1960-04-22\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"CongressmanJodyHice\", \r\n          \"first_name\": \"Jody\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001071.jpg\", \r\n          \"last_name\": \"Hice\", \r\n          \"member_id\": \"H001071\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"congressmanhice\", \r\n          \"url\": \"https://hice.house.gov\", \r\n          \"votes_with_party_pct\": \"94.06\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1026745\", \r\n          \"date_of_birth\": \"1962-04-18\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Karen\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Handel\", \r\n          \"member_id\": \"H001078\", \r\n          \"office\": \"1211 Longworth House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-4501\", \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepKHandel\", \r\n          \"url\": \"https://handel.house.gov\", \r\n          \"votes_with_party_pct\": \"98.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"59135\", \r\n          \"date_of_birth\": \"1944-12-28\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Johnny\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/I000055.jpg\", \r\n          \"last_name\": \"Isakson\", \r\n          \"member_id\": \"I000055\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SenatorIsakson\", \r\n          \"url\": \"https://www.isakson.senate.gov\", \r\n          \"votes_with_party_pct\": \"94.55\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-01-30\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Don\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Johnson\", \r\n          \"member_id\": \"J000120\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.83\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1020576\", \r\n          \"date_of_birth\": \"1954-10-02\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"115356957005\", \r\n          \"first_name\": \"Hank\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/J000288.jpg\", \r\n          \"last_name\": \"Johnson\", \r\n          \"member_id\": \"J000288\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepHankJohnson\", \r\n          \"url\": \"https://hankjohnson.house.gov\", \r\n          \"votes_with_party_pct\": \"98.76\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26480\", \r\n          \"date_of_birth\": \"1955-04-24\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"JackKingston\", \r\n          \"first_name\": \"Jack\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000220.jpg\", \r\n          \"last_name\": \"Kingston\", \r\n          \"member_id\": \"K000220\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"JackKingston\", \r\n          \"url\": \"http://kingston.house.gov\", \r\n          \"votes_with_party_pct\": \"88.58\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"2528\", \r\n          \"date_of_birth\": \"1940-02-21\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"RepJohnLewis\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000287.jpg\", \r\n          \"last_name\": \"Lewis\", \r\n          \"member_id\": \"L000287\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJohnLewis\", \r\n          \"url\": \"https://johnlewis.house.gov\", \r\n          \"votes_with_party_pct\": \"91.17\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26393\", \r\n          \"date_of_birth\": \"1942-09-09\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000321.jpg\", \r\n          \"last_name\": \"Linder\", \r\n          \"member_id\": \"L000321\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.48\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"76165\", \r\n          \"date_of_birth\": \"1963-12-22\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"reploudermilk\", \r\n          \"first_name\": \"Barry\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000583.jpg\", \r\n          \"last_name\": \"Loudermilk\", \r\n          \"member_id\": \"L000583\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLoudermilk\", \r\n          \"url\": \"https://loudermilk.house.gov\", \r\n          \"votes_with_party_pct\": \"95.47\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1955-03-17\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Cynthia\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"McKinney\", \r\n          \"member_id\": \"M000523\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.1\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1932-02-24\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Zell\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Miller\", \r\n          \"member_id\": \"M001141\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"84.06\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1955-05-18\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Denise\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Majette\", \r\n          \"member_id\": \"M001145\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.86\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003563\", \r\n          \"date_of_birth\": \"1948-03-31\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jim\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001146.jpg\", \r\n          \"last_name\": \"Marshall\", \r\n          \"member_id\": \"M001146\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"84.65\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1960-06-01\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Lucy\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"McBath\", \r\n          \"member_id\": \"M001208\", \r\n          \"office\": \"1513 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-4501\", \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"replucymcbath\", \r\n          \"url\": \"https://mcbath.house.gov/\", \r\n          \"votes_with_party_pct\": \"96.71\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1941-07-27\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Charles\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Norwood\", \r\n          \"member_id\": \"N000159\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"97.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1938-09-08\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Samuel\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Nunn\", \r\n          \"member_id\": \"N000171\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"79.53\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1013044\", \r\n          \"date_of_birth\": \"1954-10-08\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"reptomprice\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000591.jpg\", \r\n          \"last_name\": \"Price\", \r\n          \"member_id\": \"P000591\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepTomPrice\", \r\n          \"url\": \"https://tomprice.house.gov\", \r\n          \"votes_with_party_pct\": \"91.69\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"79090\", \r\n          \"date_of_birth\": \"1966-05-13\", \r\n          \"district\": \"At-Large\", \r\n          \"facebook_account\": \"repstaceyplaskett\", \r\n          \"first_name\": \"Stacey\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000610.jpg\", \r\n          \"last_name\": \"Plaskett\", \r\n          \"member_id\": \"P000610\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Delegate\", \r\n          \"twitter_account\": \"staceyplaskett\", \r\n          \"url\": \"https://plaskett.house.gov\", \r\n          \"votes_with_party_pct\": \"nan\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"75920\", \r\n          \"date_of_birth\": \"1949-12-10\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"SenatorDavidPerdue\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000612.jpg\", \r\n          \"last_name\": \"Perdue\", \r\n          \"member_id\": \"P000612\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"sendavidperdue\", \r\n          \"url\": \"https://www.perdue.senate.gov\", \r\n          \"votes_with_party_pct\": \"90.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1926-02-03\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Rowland\", \r\n          \"member_id\": \"R000481\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"81.42\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003567\", \r\n          \"date_of_birth\": \"1945-06-27\", \r\n          \"district\": \"13\", \r\n          \"facebook_account\": \"113303673339\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001157.jpg\", \r\n          \"last_name\": \"Scott\", \r\n          \"member_id\": \"S001157\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDavidScott\", \r\n          \"url\": \"https://davidscott.house.gov\", \r\n          \"votes_with_party_pct\": \"88.64\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623344\", \r\n          \"date_of_birth\": \"1969-12-10\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"RepAustinScott\", \r\n          \"first_name\": \"Austin\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001189.jpg\", \r\n          \"last_name\": \"Scott\", \r\n          \"member_id\": \"S001189\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"AustinScottGA08\", \r\n          \"url\": \"https://austinscott.house.gov\", \r\n          \"votes_with_party_pct\": \"95.05\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1013045\", \r\n          \"date_of_birth\": \"1950-04-02\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"71389451419\", \r\n          \"first_name\": \"Lynn\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000796.jpg\", \r\n          \"last_name\": \"Westmoreland\", \r\n          \"member_id\": \"W000796\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepWestmoreland\", \r\n          \"url\": \"http://westmoreland.house.gov\", \r\n          \"votes_with_party_pct\": \"90.76\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623342\", \r\n          \"date_of_birth\": \"1970-02-11\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"RepRobWoodall\", \r\n          \"first_name\": \"Rob\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000810.jpg\", \r\n          \"last_name\": \"Woodall\", \r\n          \"member_id\": \"W000810\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Georgia\", \r\n          \"state_abr\": \"GA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRobWoodall\", \r\n          \"url\": \"https://woodall.house.gov\", \r\n          \"votes_with_party_pct\": \"90.51\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 49, \r\n          \"data_1994\": 46, \r\n          \"data_1995\": 48, \r\n          \"data_1996\": 51, \r\n          \"data_1997\": 54, \r\n          \"data_1998\": 56, \r\n          \"data_1999\": 91, \r\n          \"data_2000\": 91, \r\n          \"data_2001\": 101, \r\n          \"data_2002\": 107, \r\n          \"data_2003\": 125, \r\n          \"data_2004\": 135, \r\n          \"data_2005\": 153, \r\n          \"data_2006\": 172, \r\n          \"data_2007\": 203, \r\n          \"data_2008\": 227, \r\n          \"data_2009\": 276, \r\n          \"data_2010\": 300, \r\n          \"data_2011\": 291, \r\n          \"data_2012\": 315, \r\n          \"data_2013\": 315, \r\n          \"data_2014\": 315, \r\n          \"data_2015\": 315, \r\n          \"data_2016\": 315, \r\n          \"data_2017\": 315, \r\n          \"state_name\": \"Georgia\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 45944, \r\n          \"data_1994\": 44683, \r\n          \"data_1995\": 43277, \r\n          \"data_1996\": 48380, \r\n          \"data_1997\": 43708, \r\n          \"data_1998\": 53376, \r\n          \"data_1999\": 28134, \r\n          \"data_2000\": 25307, \r\n          \"data_2001\": 26829, \r\n          \"data_2002\": 27627, \r\n          \"data_2003\": 41920, \r\n          \"data_2004\": 36983, \r\n          \"data_2005\": 40317, \r\n          \"data_2006\": 25480, \r\n          \"data_2007\": 22102, \r\n          \"data_2008\": 21133, \r\n          \"data_2009\": 31815, \r\n          \"data_2010\": 32407, \r\n          \"data_2011\": 26282, \r\n          \"data_2012\": 21281, \r\n          \"data_2013\": 35431, \r\n          \"data_2014\": 29142, \r\n          \"data_2015\": 27804, \r\n          \"data_2016\": 31137, \r\n          \"data_2017\": 22201, \r\n          \"state_name\": \"Georgia\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 56183, \r\n      \"name\": \"Georgia\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 359989, \r\n          \"data_1994\": 351897, \r\n          \"data_1995\": 383385, \r\n          \"data_1996\": 393417, \r\n          \"data_1997\": 381712, \r\n          \"data_1998\": 378549, \r\n          \"data_1999\": 347107, \r\n          \"data_2000\": 421262, \r\n          \"data_2001\": 362643, \r\n          \"data_2002\": 393127, \r\n          \"data_2003\": 390760, \r\n          \"data_2004\": 406436, \r\n          \"data_2005\": 427825, \r\n          \"data_2006\": 433920, \r\n          \"data_2007\": 455220, \r\n          \"data_2008\": 436093, \r\n          \"data_2009\": 475240, \r\n          \"data_2010\": 540943, \r\n          \"data_2011\": 531596, \r\n          \"data_2012\": 624338, \r\n          \"data_2013\": 634635, \r\n          \"data_2014\": 664808, \r\n          \"data_2015\": 712580, \r\n          \"data_2016\": 727336, \r\n          \"data_2017\": 708703, \r\n          \"state_name\": \"Georgia\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 286059, \r\n          \"data_1994\": 302346, \r\n          \"data_1995\": 322151, \r\n          \"data_1996\": 314302, \r\n          \"data_1997\": 319170, \r\n          \"data_1998\": 329212, \r\n          \"data_1999\": 328946, \r\n          \"data_2000\": 338660, \r\n          \"data_2001\": 351739, \r\n          \"data_2002\": 324827, \r\n          \"data_2003\": 346601, \r\n          \"data_2004\": 351921, \r\n          \"data_2005\": 329092, \r\n          \"data_2006\": 333981, \r\n          \"data_2007\": 341364, \r\n          \"data_2008\": 331235, \r\n          \"data_2009\": 331368, \r\n          \"data_2010\": 350268, \r\n          \"data_2011\": 338052, \r\n          \"data_2012\": 355674, \r\n          \"data_2013\": 343801, \r\n          \"data_2014\": 340652, \r\n          \"data_2015\": 353883, \r\n          \"data_2016\": 360633, \r\n          \"data_2017\": 352560, \r\n          \"state_name\": \"Georgia\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 872704, \r\n          \"data_1994\": 880194, \r\n          \"data_1995\": 924620, \r\n          \"data_1996\": 977292, \r\n          \"data_1997\": 938363, \r\n          \"data_1998\": 961594, \r\n          \"data_1999\": 1013518, \r\n          \"data_2000\": 1013420, \r\n          \"data_2001\": 1011020, \r\n          \"data_2002\": 1006589, \r\n          \"data_2003\": 1033435, \r\n          \"data_2004\": 1079645, \r\n          \"data_2005\": 1122720, \r\n          \"data_2006\": 1092445, \r\n          \"data_2007\": 1057622, \r\n          \"data_2008\": 973305, \r\n          \"data_2009\": 1028112, \r\n          \"data_2010\": 1051736, \r\n          \"data_2011\": 1013037, \r\n          \"data_2012\": 924949, \r\n          \"data_2013\": 904507, \r\n          \"data_2014\": 872351, \r\n          \"data_2015\": 918873, \r\n          \"data_2016\": 899159, \r\n          \"data_2017\": 957139, \r\n          \"state_name\": \"Georgia\"\r\n        }\r\n      ], \r\n      \"population\": 10429379, \r\n      \"primary_energy_source_1\": \"NaturalGas\", \r\n      \"primary_energy_source_2\": \"Nuclear\", \r\n      \"primary_energy_source_3\": \"Coal\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 133, \r\n          \"data_1994\": 143, \r\n          \"data_1995\": 159, \r\n          \"data_1996\": 169, \r\n          \"data_1997\": 186, \r\n          \"data_1998\": 202, \r\n          \"data_1999\": 216, \r\n          \"data_2000\": 224, \r\n          \"data_2001\": 226, \r\n          \"data_2002\": 231, \r\n          \"data_2003\": 236, \r\n          \"data_2004\": 234, \r\n          \"data_2005\": 237, \r\n          \"data_2006\": 241, \r\n          \"data_2007\": 245, \r\n          \"data_2008\": 264, \r\n          \"data_2009\": 293, \r\n          \"data_2010\": 388, \r\n          \"data_2011\": 536, \r\n          \"data_2012\": 750, \r\n          \"data_2013\": 1312, \r\n          \"data_2014\": 2396, \r\n          \"data_2015\": 2460, \r\n          \"data_2016\": 10255, \r\n          \"data_2017\": 20716, \r\n          \"state_name\": \"Georgia\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Georgia\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 193872, \r\n          \"data_1994\": 195956, \r\n          \"data_1995\": 205634, \r\n          \"data_1996\": 208259, \r\n          \"data_1997\": 218529, \r\n          \"data_1998\": 202938, \r\n          \"data_1999\": 202675, \r\n          \"data_2000\": 196564, \r\n          \"data_2001\": 164904, \r\n          \"data_2002\": 255738, \r\n          \"data_2003\": 179384, \r\n          \"data_2004\": 189388, \r\n          \"data_2005\": 175267, \r\n          \"data_2006\": 181285, \r\n          \"data_2007\": 177945, \r\n          \"data_2008\": 148022, \r\n          \"data_2009\": 148098, \r\n          \"data_2010\": 173517, \r\n          \"data_2011\": 179886, \r\n          \"data_2012\": 175219, \r\n          \"data_2013\": 202846, \r\n          \"data_2014\": 222000, \r\n          \"data_2015\": 224371, \r\n          \"data_2016\": 207829, \r\n          \"data_2017\": 195748, \r\n          \"state_name\": \"Georgia\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 24388, \r\n          \"data_1994\": 20724, \r\n          \"data_1995\": 19803, \r\n          \"data_1996\": 19066, \r\n          \"data_1997\": 17433, \r\n          \"data_1998\": 16548, \r\n          \"data_1999\": 16981, \r\n          \"data_2000\": 15194, \r\n          \"data_2001\": 7947, \r\n          \"data_2002\": 7480, \r\n          \"data_2003\": 9305, \r\n          \"data_2004\": 9336, \r\n          \"data_2005\": 9574, \r\n          \"data_2006\": 9885, \r\n          \"data_2007\": 9707, \r\n          \"data_2008\": 11834, \r\n          \"data_2009\": 12274, \r\n          \"data_2010\": 10532, \r\n          \"data_2011\": 10614, \r\n          \"data_2012\": 9629, \r\n          \"data_2013\": 11189, \r\n          \"data_2014\": 11017, \r\n          \"data_2015\": 11203, \r\n          \"data_2016\": 12181, \r\n          \"data_2017\": 9411, \r\n          \"state_name\": \"Hawaii\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 15575, \r\n          \"data_1994\": 15740, \r\n          \"data_1995\": 19914, \r\n          \"data_1996\": 20371, \r\n          \"data_1997\": 20513, \r\n          \"data_1998\": 18223, \r\n          \"data_1999\": 17691, \r\n          \"data_2000\": 17653, \r\n          \"data_2001\": 17774, \r\n          \"data_2002\": 16618, \r\n          \"data_2003\": 18044, \r\n          \"data_2004\": 17913, \r\n          \"data_2005\": 16506, \r\n          \"data_2006\": 16102, \r\n          \"data_2007\": 17107, \r\n          \"data_2008\": 18095, \r\n          \"data_2009\": 17083, \r\n          \"data_2010\": 17117, \r\n          \"data_2011\": 16080, \r\n          \"data_2012\": 16572, \r\n          \"data_2013\": 15306, \r\n          \"data_2014\": 17241, \r\n          \"data_2015\": 15632, \r\n          \"data_2016\": 16431, \r\n          \"data_2017\": 14948, \r\n          \"state_name\": \"Hawaii\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"8704\", \r\n          \"date_of_birth\": \"1924-09-11\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Daniel\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n          \"last_name\": \"Akaka\", \r\n          \"member_id\": \"A000069\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Hawaii\", \r\n          \"state_abr\": \"HI\", \r\n          \"title\": \"Senator, 1st Class\", \r\n          \"twitter_account\": \"SenatorAkaka\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.39\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1952-09-27\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ed\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Case\", \r\n          \"member_id\": \"C001055\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Hawaii\", \r\n          \"state_abr\": \"HI\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepEdCase\", \r\n          \"url\": \"https://case.house.gov\", \r\n          \"votes_with_party_pct\": \"90.96\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"9267955\", \r\n          \"date_of_birth\": \"1970-08-09\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Charles\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Djou\", \r\n          \"member_id\": \"D000611\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Hawaii\", \r\n          \"state_abr\": \"HI\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.54\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1025291\", \r\n          \"date_of_birth\": \"1981-04-12\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"RepTulsiGabbard\", \r\n          \"first_name\": \"Tulsi\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000571.jpg\", \r\n          \"last_name\": \"Gabbard\", \r\n          \"member_id\": \"G000571\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Hawaii\", \r\n          \"state_abr\": \"HI\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"TulsiPress\", \r\n          \"url\": \"https://gabbard.house.gov\", \r\n          \"votes_with_party_pct\": \"92.69\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"91216\", \r\n          \"date_of_birth\": \"1947-11-03\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"senatorhirono\", \r\n          \"first_name\": \"Mazie\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001042.jpg\", \r\n          \"last_name\": \"Hirono\", \r\n          \"member_id\": \"H001042\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Hawaii\", \r\n          \"state_abr\": \"HI\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"MazieHirono\", \r\n          \"url\": \"https://www.hirono.senate.gov\", \r\n          \"votes_with_party_pct\": \"98.41\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"61258\", \r\n          \"date_of_birth\": \"1951-05-04\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"169979129710178\", \r\n          \"first_name\": \"Colleen\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001050.jpg\", \r\n          \"last_name\": \"Hanabusa\", \r\n          \"member_id\": \"H001050\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Hawaii\", \r\n          \"state_abr\": \"HI\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepHanabusa\", \r\n          \"url\": \"https://hanabusa.house.gov\", \r\n          \"votes_with_party_pct\": \"95.67\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"2568\", \r\n          \"date_of_birth\": \"1924-09-07\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Daniel\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/I000025.jpg\", \r\n          \"last_name\": \"Inouye\", \r\n          \"member_id\": \"I000025\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Hawaii\", \r\n          \"state_abr\": \"HI\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"daniel_inouye\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.43\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1927-12-06\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Patsy\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Mink\", \r\n          \"member_id\": \"M000797\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Hawaii\", \r\n          \"state_abr\": \"HI\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.63\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"87784\", \r\n          \"date_of_birth\": \"1972-10-20\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"SenBrianSchatz\", \r\n          \"first_name\": \"Brian\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001194.jpg\", \r\n          \"last_name\": \"Schatz\", \r\n          \"member_id\": \"S001194\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Hawaii\", \r\n          \"state_abr\": \"HI\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenBrianSchatz\", \r\n          \"url\": \"https://www.schatz.senate.gov\", \r\n          \"votes_with_party_pct\": \"95.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1967-07-01\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"repmarktakai\", \r\n          \"first_name\": \"Mark\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/T000473.jpg\", \r\n          \"last_name\": \"Takai\", \r\n          \"member_id\": \"T000473\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Hawaii\", \r\n          \"state_abr\": \"HI\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMarkTakai\", \r\n          \"url\": \"https://takai.house.gov\", \r\n          \"votes_with_party_pct\": \"97.07\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Democratic\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 1570, \r\n          \"data_1994\": 1912, \r\n          \"data_1995\": 2419, \r\n          \"data_1996\": 2502, \r\n          \"data_1997\": 2506, \r\n          \"data_1998\": 2418, \r\n          \"data_1999\": 2162, \r\n          \"data_2000\": 2681, \r\n          \"data_2001\": 2143, \r\n          \"data_2002\": 748, \r\n          \"data_2003\": 1813, \r\n          \"data_2004\": 2144, \r\n          \"data_2005\": 2224, \r\n          \"data_2006\": 2114, \r\n          \"data_2007\": 2280, \r\n          \"data_2008\": 2316, \r\n          \"data_2009\": 1643, \r\n          \"data_2010\": 1964, \r\n          \"data_2011\": 2183, \r\n          \"data_2012\": 2491, \r\n          \"data_2013\": 2630, \r\n          \"data_2014\": 2422, \r\n          \"data_2015\": 2154, \r\n          \"data_2016\": 2409, \r\n          \"data_2017\": 2980, \r\n          \"state_name\": \"Hawaii\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 580, \r\n          \"data_1994\": 1438, \r\n          \"data_1995\": 1009, \r\n          \"data_1996\": 1076, \r\n          \"data_1997\": 1178, \r\n          \"data_1998\": 1237, \r\n          \"data_1999\": 1175, \r\n          \"data_2000\": 1055, \r\n          \"data_2001\": 1041, \r\n          \"data_2002\": 967, \r\n          \"data_2003\": 916, \r\n          \"data_2004\": 941, \r\n          \"data_2005\": 962, \r\n          \"data_2006\": 1191, \r\n          \"data_2007\": 913, \r\n          \"data_2008\": 831, \r\n          \"data_2009\": 1099, \r\n          \"data_2010\": 687, \r\n          \"data_2011\": 905, \r\n          \"data_2012\": 1090, \r\n          \"data_2013\": 747, \r\n          \"data_2014\": 895, \r\n          \"data_2015\": 1129, \r\n          \"data_2016\": 839, \r\n          \"data_2017\": 609, \r\n          \"state_name\": \"Hawaii\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 77765, \r\n      \"name\": \"Hawaii\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 76, \r\n          \"data_2001\": 134, \r\n          \"data_2002\": 140, \r\n          \"data_2003\": 137, \r\n          \"data_2004\": 155, \r\n          \"data_2005\": 195, \r\n          \"data_2006\": 179, \r\n          \"data_2007\": 173, \r\n          \"data_2008\": 148, \r\n          \"data_2009\": 167, \r\n          \"data_2010\": 161, \r\n          \"data_2011\": 158, \r\n          \"data_2012\": 187, \r\n          \"data_2013\": 197, \r\n          \"data_2014\": 167, \r\n          \"data_2015\": 196, \r\n          \"data_2016\": 162, \r\n          \"data_2017\": 163, \r\n          \"state_name\": \"Hawaii\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Hawaii\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 239247, \r\n          \"data_1994\": 257889, \r\n          \"data_1995\": 252252, \r\n          \"data_1996\": 238601, \r\n          \"data_1997\": 230468, \r\n          \"data_1998\": 233508, \r\n          \"data_1999\": 229893, \r\n          \"data_2000\": 235191, \r\n          \"data_2001\": 239817, \r\n          \"data_2002\": 257441, \r\n          \"data_2003\": 269414, \r\n          \"data_2004\": 282864, \r\n          \"data_2005\": 295039, \r\n          \"data_2006\": 296835, \r\n          \"data_2007\": 305278, \r\n          \"data_2008\": 242279, \r\n          \"data_2009\": 242829, \r\n          \"data_2010\": 244593, \r\n          \"data_2011\": 252695, \r\n          \"data_2012\": 243028, \r\n          \"data_2013\": 240572, \r\n          \"data_2014\": 237826, \r\n          \"data_2015\": 242434, \r\n          \"data_2016\": 238881, \r\n          \"data_2017\": 241871, \r\n          \"state_name\": \"Hawaii\"\r\n        }\r\n      ], \r\n      \"population\": 1427538, \r\n      \"primary_energy_source_1\": \"Petroleum\", \r\n      \"primary_energy_source_2\": \"Coal\", \r\n      \"primary_energy_source_3\": \"SolarEnergy\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 1065, \r\n          \"data_1994\": 1120, \r\n          \"data_1995\": 1168, \r\n          \"data_1996\": 1211, \r\n          \"data_1997\": 1222, \r\n          \"data_1998\": 1257, \r\n          \"data_1999\": 1281, \r\n          \"data_2000\": 1283, \r\n          \"data_2001\": 1237, \r\n          \"data_2002\": 1240, \r\n          \"data_2003\": 1260, \r\n          \"data_2004\": 1273, \r\n          \"data_2005\": 1302, \r\n          \"data_2006\": 1382, \r\n          \"data_2007\": 1520, \r\n          \"data_2008\": 1799, \r\n          \"data_2009\": 2033, \r\n          \"data_2010\": 2311, \r\n          \"data_2011\": 2870, \r\n          \"data_2012\": 4333, \r\n          \"data_2013\": 6056, \r\n          \"data_2014\": 7553, \r\n          \"data_2015\": 8356, \r\n          \"data_2016\": 9807, \r\n          \"data_2017\": 12570, \r\n          \"state_name\": \"Hawaii\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 226, \r\n          \"data_1994\": 210, \r\n          \"data_1995\": 210, \r\n          \"data_1996\": 233, \r\n          \"data_1997\": 164, \r\n          \"data_1998\": 197, \r\n          \"data_1999\": 169, \r\n          \"data_2000\": 173, \r\n          \"data_2001\": 22, \r\n          \"data_2002\": 16, \r\n          \"data_2003\": 16, \r\n          \"data_2004\": 75, \r\n          \"data_2005\": 66, \r\n          \"data_2006\": 790, \r\n          \"data_2007\": 2354, \r\n          \"data_2008\": 2365, \r\n          \"data_2009\": 2454, \r\n          \"data_2010\": 2547, \r\n          \"data_2011\": 3311, \r\n          \"data_2012\": 3599, \r\n          \"data_2013\": 4802, \r\n          \"data_2014\": 5503, \r\n          \"data_2015\": 5710, \r\n          \"data_2016\": 5900, \r\n          \"data_2017\": 4902, \r\n          \"state_name\": \"Hawaii\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 24388, \r\n          \"data_1994\": 20724, \r\n          \"data_1995\": 19803, \r\n          \"data_1996\": 19066, \r\n          \"data_1997\": 17433, \r\n          \"data_1998\": 16548, \r\n          \"data_1999\": 16981, \r\n          \"data_2000\": 15194, \r\n          \"data_2001\": 7947, \r\n          \"data_2002\": 7480, \r\n          \"data_2003\": 9305, \r\n          \"data_2004\": 9336, \r\n          \"data_2005\": 8382, \r\n          \"data_2006\": 8524, \r\n          \"data_2007\": 7969, \r\n          \"data_2008\": 8609, \r\n          \"data_2009\": 8586, \r\n          \"data_2010\": 7744, \r\n          \"data_2011\": 7378, \r\n          \"data_2012\": 6691, \r\n          \"data_2013\": 8156, \r\n          \"data_2014\": 7708, \r\n          \"data_2015\": 7220, \r\n          \"data_2016\": 8181, \r\n          \"data_2017\": 5372, \r\n          \"state_name\": \"Hawaii\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 25189, \r\n          \"data_1994\": 24060, \r\n          \"data_1995\": 25630, \r\n          \"data_1996\": 26166, \r\n          \"data_1997\": 28607, \r\n          \"data_1998\": 27359, \r\n          \"data_1999\": 28093, \r\n          \"data_2000\": 27857, \r\n          \"data_2001\": 28445, \r\n          \"data_2002\": 22444, \r\n          \"data_2003\": 22967, \r\n          \"data_2004\": 25924, \r\n          \"data_2005\": 35308, \r\n          \"data_2006\": 32916, \r\n          \"data_2007\": 34932, \r\n          \"data_2008\": 36166, \r\n          \"data_2009\": 29184, \r\n          \"data_2010\": 36212, \r\n          \"data_2011\": 32142, \r\n          \"data_2012\": 31543, \r\n          \"data_2013\": 33744, \r\n          \"data_2014\": 40626, \r\n          \"data_2015\": 48822, \r\n          \"data_2016\": 42542, \r\n          \"data_2017\": 44659, \r\n          \"state_name\": \"Idaho\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 9782, \r\n          \"data_1994\": 9663, \r\n          \"data_1995\": 8946, \r\n          \"data_1996\": 7311, \r\n          \"data_1997\": 6410, \r\n          \"data_1998\": 8783, \r\n          \"data_1999\": 7976, \r\n          \"data_2000\": 13732, \r\n          \"data_2001\": 11395, \r\n          \"data_2002\": 10194, \r\n          \"data_2003\": 10219, \r\n          \"data_2004\": 12336, \r\n          \"data_2005\": 11286, \r\n          \"data_2006\": 8212, \r\n          \"data_2007\": 10261, \r\n          \"data_2008\": 8604, \r\n          \"data_2009\": 8443, \r\n          \"data_2010\": 8527, \r\n          \"data_2011\": 7846, \r\n          \"data_2012\": 5186, \r\n          \"data_2013\": 7965, \r\n          \"data_2014\": 7472, \r\n          \"data_2015\": 4249, \r\n          \"data_2016\": 2432, \r\n          \"data_2017\": 2615, \r\n          \"state_name\": \"Idaho\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1938-01-27\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Helen\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Chenoweth-Hage\", \r\n          \"member_id\": \"C000345\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.35\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1945-07-20\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Larry\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C000858.jpg\", \r\n          \"last_name\": \"Craig\", \r\n          \"member_id\": \"C000858\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.01\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26440\", \r\n          \"date_of_birth\": \"1951-05-20\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"mikecrapo\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C000880.jpg\", \r\n          \"last_name\": \"Crapo\", \r\n          \"member_id\": \"C000880\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"MikeCrapo\", \r\n          \"url\": \"https://www.crapo.senate.gov\", \r\n          \"votes_with_party_pct\": \"90.85\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1973-07-19\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Russ\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Fulcher\", \r\n          \"member_id\": \"F000469\", \r\n          \"office\": \"1520 Longworth House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-6611\", \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRussFulcher\", \r\n          \"url\": \"https://fulcher.house.gov/\", \r\n          \"votes_with_party_pct\": \"93.3\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1951-10-29\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Dirk\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Kempthorne\", \r\n          \"member_id\": \"K000088\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.62\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1946-08-25\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Larry\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"LaRocco\", \r\n          \"member_id\": \"L000098\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.54\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"94987\", \r\n          \"date_of_birth\": \"1967-12-08\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"raul.r.labrador\", \r\n          \"first_name\": \"Ra\\u00fal\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000573.jpg\", \r\n          \"last_name\": \"Labrador\", \r\n          \"member_id\": \"L000573\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"Raul_Labrador\", \r\n          \"url\": \"https://labrador.house.gov\", \r\n          \"votes_with_party_pct\": \"89.62\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"45757\", \r\n          \"date_of_birth\": \"1942-09-20\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Walt\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001175.jpg\", \r\n          \"last_name\": \"Minnick\", \r\n          \"member_id\": \"M001175\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"WaltMinnick\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"71.3\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-05-03\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"C.L.\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Otter\", \r\n          \"member_id\": \"O000166\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.31\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1020034\", \r\n          \"date_of_birth\": \"1943-05-03\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"senatorjimrisch\", \r\n          \"first_name\": \"Jim\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000584.jpg\", \r\n          \"last_name\": \"Risch\", \r\n          \"member_id\": \"R000584\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"SenatorRisch\", \r\n          \"url\": \"https://www.risch.senate.gov\", \r\n          \"votes_with_party_pct\": \"94.72\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"57889\", \r\n          \"date_of_birth\": \"1950-09-08\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"96007744606\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001148.jpg\", \r\n          \"last_name\": \"Simpson\", \r\n          \"member_id\": \"S001148\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"CongMikeSimpson\", \r\n          \"url\": \"https://simpson.house.gov\", \r\n          \"votes_with_party_pct\": \"95.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1954-02-17\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bill\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001167.jpg\", \r\n          \"last_name\": \"Sali\", \r\n          \"member_id\": \"S001167\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Idaho\", \r\n          \"state_abr\": \"ID\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.72\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 535, \r\n          \"data_1994\": 535, \r\n          \"data_1995\": 521, \r\n          \"data_1996\": 529, \r\n          \"data_1997\": 522, \r\n          \"data_1998\": 555, \r\n          \"data_1999\": 1262, \r\n          \"data_2000\": 1307, \r\n          \"data_2001\": 1520, \r\n          \"data_2002\": 1530, \r\n          \"data_2003\": 1312, \r\n          \"data_2004\": 1397, \r\n          \"data_2005\": 1525, \r\n          \"data_2006\": 1510, \r\n          \"data_2007\": 1537, \r\n          \"data_2008\": 2325, \r\n          \"data_2009\": 2122, \r\n          \"data_2010\": 2120, \r\n          \"data_2011\": 2164, \r\n          \"data_2012\": 2213, \r\n          \"data_2013\": 1881, \r\n          \"data_2014\": 2252, \r\n          \"data_2015\": 2207, \r\n          \"data_2016\": 2167, \r\n          \"data_2017\": 2280, \r\n          \"state_name\": \"Idaho\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 100157, \r\n          \"data_1994\": 81663, \r\n          \"data_1995\": 113322, \r\n          \"data_1996\": 137349, \r\n          \"data_1997\": 149882, \r\n          \"data_1998\": 131904, \r\n          \"data_1999\": 138042, \r\n          \"data_2000\": 111871, \r\n          \"data_2001\": 74637, \r\n          \"data_2002\": 89210, \r\n          \"data_2003\": 84585, \r\n          \"data_2004\": 84752, \r\n          \"data_2005\": 85413, \r\n          \"data_2006\": 111513, \r\n          \"data_2007\": 89170, \r\n          \"data_2008\": 92258, \r\n          \"data_2009\": 101838, \r\n          \"data_2010\": 89309, \r\n          \"data_2011\": 130241, \r\n          \"data_2012\": 104109, \r\n          \"data_2013\": 80845, \r\n          \"data_2014\": 85611, \r\n          \"data_2015\": 81603, \r\n          \"data_2016\": 83395, \r\n          \"data_2017\": 98306, \r\n          \"state_name\": \"Idaho\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 52225, \r\n      \"name\": \"Idaho\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 58294, \r\n          \"data_1994\": 59069, \r\n          \"data_1995\": 65687, \r\n          \"data_1996\": 69191, \r\n          \"data_1997\": 70801, \r\n          \"data_1998\": 71912, \r\n          \"data_1999\": 73361, \r\n          \"data_2000\": 74518, \r\n          \"data_2001\": 81804, \r\n          \"data_2002\": 73482, \r\n          \"data_2003\": 71754, \r\n          \"data_2004\": 78273, \r\n          \"data_2005\": 78118, \r\n          \"data_2006\": 79041, \r\n          \"data_2007\": 83904, \r\n          \"data_2008\": 90550, \r\n          \"data_2009\": 87072, \r\n          \"data_2010\": 85075, \r\n          \"data_2011\": 83947, \r\n          \"data_2012\": 90339, \r\n          \"data_2013\": 107089, \r\n          \"data_2014\": 93610, \r\n          \"data_2015\": 107871, \r\n          \"data_2016\": 110344, \r\n          \"data_2017\": 116017, \r\n          \"state_name\": \"Idaho\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Idaho\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 128512, \r\n          \"data_1994\": 132125, \r\n          \"data_1995\": 140776, \r\n          \"data_1996\": 149928, \r\n          \"data_1997\": 146540, \r\n          \"data_1998\": 152565, \r\n          \"data_1999\": 165044, \r\n          \"data_2000\": 167339, \r\n          \"data_2001\": 155395, \r\n          \"data_2002\": 160021, \r\n          \"data_2003\": 140328, \r\n          \"data_2004\": 156496, \r\n          \"data_2005\": 160896, \r\n          \"data_2006\": 166481, \r\n          \"data_2007\": 164344, \r\n          \"data_2008\": 154804, \r\n          \"data_2009\": 147644, \r\n          \"data_2010\": 160966, \r\n          \"data_2011\": 160568, \r\n          \"data_2012\": 157480, \r\n          \"data_2013\": 161778, \r\n          \"data_2014\": 165449, \r\n          \"data_2015\": 180723, \r\n          \"data_2016\": 184256, \r\n          \"data_2017\": 183766, \r\n          \"state_name\": \"Idaho\"\r\n        }\r\n      ], \r\n      \"population\": 1716943, \r\n      \"primary_energy_source_1\": \"Hydroelectricity\", \r\n      \"primary_energy_source_2\": \"NaturalGas\", \r\n      \"primary_energy_source_3\": \"WindEnergy\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 2, \r\n          \"data_1994\": 2, \r\n          \"data_1995\": 2, \r\n          \"data_1996\": 2, \r\n          \"data_1997\": 2, \r\n          \"data_1998\": 2, \r\n          \"data_1999\": 2, \r\n          \"data_2000\": 1, \r\n          \"data_2001\": 2, \r\n          \"data_2002\": 3, \r\n          \"data_2003\": 3, \r\n          \"data_2004\": 3, \r\n          \"data_2005\": 8, \r\n          \"data_2006\": 14, \r\n          \"data_2007\": 17, \r\n          \"data_2008\": 20, \r\n          \"data_2009\": 23, \r\n          \"data_2010\": 29, \r\n          \"data_2011\": 29, \r\n          \"data_2012\": 47, \r\n          \"data_2013\": 62, \r\n          \"data_2014\": 64, \r\n          \"data_2015\": 81, \r\n          \"data_2016\": 390, \r\n          \"data_2017\": 4405, \r\n          \"state_name\": \"Idaho\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 1682, \r\n          \"data_2007\": 1703, \r\n          \"data_2008\": 2044, \r\n          \"data_2009\": 3059, \r\n          \"data_2010\": 4300, \r\n          \"data_2011\": 12696, \r\n          \"data_2012\": 17991, \r\n          \"data_2013\": 23472, \r\n          \"data_2014\": 26683, \r\n          \"data_2015\": 21156, \r\n          \"data_2016\": 23804, \r\n          \"data_2017\": 23444, \r\n          \"state_name\": \"Idaho\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 24811, \r\n          \"data_1994\": 23622, \r\n          \"data_1995\": 25235, \r\n          \"data_1996\": 26022, \r\n          \"data_1997\": 28360, \r\n          \"data_1998\": 27075, \r\n          \"data_1999\": 27835, \r\n          \"data_2000\": 27553, \r\n          \"data_2001\": 28118, \r\n          \"data_2002\": 22008, \r\n          \"data_2003\": 22469, \r\n          \"data_2004\": 25708, \r\n          \"data_2005\": 34138, \r\n          \"data_2006\": 31787, \r\n          \"data_2007\": 32961, \r\n          \"data_2008\": 31812, \r\n          \"data_2009\": 25767, \r\n          \"data_2010\": 29766, \r\n          \"data_2011\": 24930, \r\n          \"data_2012\": 24201, \r\n          \"data_2013\": 26040, \r\n          \"data_2014\": 32343, \r\n          \"data_2015\": 39585, \r\n          \"data_2016\": 32627, \r\n          \"data_2017\": 34615, \r\n          \"state_name\": \"Idaho\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 96425, \r\n          \"data_1994\": 99239, \r\n          \"data_1995\": 96147, \r\n          \"data_1996\": 81943, \r\n          \"data_1997\": 89677, \r\n          \"data_1998\": 89509, \r\n          \"data_1999\": 91739, \r\n          \"data_2000\": 95574, \r\n          \"data_2001\": 98429, \r\n          \"data_2002\": 109057, \r\n          \"data_2003\": 124112, \r\n          \"data_2004\": 122403, \r\n          \"data_2005\": 103506, \r\n          \"data_2006\": 97507, \r\n          \"data_2007\": 112657, \r\n          \"data_2008\": 126903, \r\n          \"data_2009\": 147147, \r\n          \"data_2010\": 151867, \r\n          \"data_2011\": 136437, \r\n          \"data_2012\": 133280, \r\n          \"data_2013\": 136125, \r\n          \"data_2014\": 139110, \r\n          \"data_2015\": 136859, \r\n          \"data_2016\": 142893, \r\n          \"data_2017\": 147487, \r\n          \"state_name\": \"Illinois\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 812832, \r\n          \"data_1994\": 825387, \r\n          \"data_1995\": 826679, \r\n          \"data_1996\": 919858, \r\n          \"data_1997\": 974920, \r\n          \"data_1998\": 949046, \r\n          \"data_1999\": 958832, \r\n          \"data_2000\": 1016555, \r\n          \"data_2001\": 983729, \r\n          \"data_2002\": 986832, \r\n          \"data_2003\": 1010087, \r\n          \"data_2004\": 1069538, \r\n          \"data_2005\": 1047532, \r\n          \"data_2006\": 1045398, \r\n          \"data_2007\": 1091382, \r\n          \"data_2008\": 1103163, \r\n          \"data_2009\": 1014972, \r\n          \"data_2010\": 1069037, \r\n          \"data_2011\": 1052224, \r\n          \"data_2012\": 969294, \r\n          \"data_2013\": 1026925, \r\n          \"data_2014\": 1017855, \r\n          \"data_2015\": 850430, \r\n          \"data_2016\": 702467, \r\n          \"data_2017\": 685000, \r\n          \"state_name\": \"Illinois\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1956-12-10\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Rod\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Blagojevich\", \r\n          \"member_id\": \"B000518\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.64\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"57890\", \r\n          \"date_of_birth\": \"1937-08-15\", \r\n          \"district\": \"13\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Judy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001232.jpg\", \r\n          \"last_name\": \"Biggert\", \r\n          \"member_id\": \"B001232\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"JudyBiggert\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.96\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1962-01-22\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Melissa\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001253.jpg\", \r\n          \"last_name\": \"Bean\", \r\n          \"member_id\": \"B001253\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"85.41\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"2462\", \r\n          \"date_of_birth\": \"1937-08-03\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Roland\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001266.jpg\", \r\n          \"last_name\": \"Burris\", \r\n          \"member_id\": \"B001266\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"98.43\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"63949\", \r\n          \"date_of_birth\": \"1961-10-17\", \r\n          \"district\": \"17\", \r\n          \"facebook_account\": \"RepCheri\", \r\n          \"first_name\": \"Cheri\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001286.jpg\", \r\n          \"last_name\": \"Bustos\", \r\n          \"member_id\": \"B001286\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepCheri\", \r\n          \"url\": \"https://bustos.house.gov\", \r\n          \"votes_with_party_pct\": \"88.08\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"76176\", \r\n          \"date_of_birth\": \"1960-12-30\", \r\n          \"district\": \"12\", \r\n          \"facebook_account\": \"RepBost\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001295.jpg\", \r\n          \"last_name\": \"Bost\", \r\n          \"member_id\": \"B001295\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepBost\", \r\n          \"url\": \"https://bost.house.gov\", \r\n          \"votes_with_party_pct\": \"92.59\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1965\", \r\n          \"date_of_birth\": \"1931-09-24\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Cardiss\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Collins\", \r\n          \"member_id\": \"C000634\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.93\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"6352\", \r\n          \"date_of_birth\": \"1949-09-25\", \r\n          \"district\": \"12\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jerry\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C000794.jpg\", \r\n          \"last_name\": \"Costello\", \r\n          \"member_id\": \"C000794\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"jerrycostello\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"81.25\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1930-11-03\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Philip\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Crane\", \r\n          \"member_id\": \"C000873\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.37\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1971-11-23\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"RepSeanCasten\", \r\n          \"first_name\": \"Sean\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Casten\", \r\n          \"member_id\": \"C001117\", \r\n          \"office\": \"429 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-4561\", \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepCasten\", \r\n          \"url\": \"https://casten.house.gov/\", \r\n          \"votes_with_party_pct\": \"98.51\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"44325\", \r\n          \"date_of_birth\": \"1941-09-06\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"CongressmanDKDavis\", \r\n          \"first_name\": \"Danny\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000096.jpg\", \r\n          \"last_name\": \"Davis\", \r\n          \"member_id\": \"D000096\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDannyDavis\", \r\n          \"url\": \"https://davis.house.gov\", \r\n          \"votes_with_party_pct\": \"89.73\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"6741\", \r\n          \"date_of_birth\": \"1944-11-21\", \r\n          \"district\": \"20\", \r\n          \"facebook_account\": \"SenatorDurbin\", \r\n          \"first_name\": \"Richard\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000563.jpg\", \r\n          \"last_name\": \"Durbin\", \r\n          \"member_id\": \"D000563\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SenatorDurbin\", \r\n          \"url\": \"https://www.durbin.senate.gov\", \r\n          \"votes_with_party_pct\": \"92.86\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1971-06-19\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"RepDold\", \r\n          \"first_name\": \"Robert\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000613.jpg\", \r\n          \"last_name\": \"Dold\", \r\n          \"member_id\": \"D000613\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDold\", \r\n          \"url\": \"https://dold.house.gov\", \r\n          \"votes_with_party_pct\": \"82.07\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"68337\", \r\n          \"date_of_birth\": \"1970-01-05\", \r\n          \"district\": \"13\", \r\n          \"facebook_account\": \"RepRodneyDavis\", \r\n          \"first_name\": \"Rodney\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000619.jpg\", \r\n          \"last_name\": \"Davis\", \r\n          \"member_id\": \"D000619\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RodneyDavis\", \r\n          \"url\": \"https://rodneydavis.house.gov\", \r\n          \"votes_with_party_pct\": \"90.17\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"94484\", \r\n          \"date_of_birth\": \"1968-03-12\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"SenDuckworth\", \r\n          \"first_name\": \"Tammy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000622.jpg\", \r\n          \"last_name\": \"Duckworth\", \r\n          \"member_id\": \"D000622\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SenDuckworth\", \r\n          \"url\": \"https://www.duckworth.senate.gov\", \r\n          \"votes_with_party_pct\": \"90.23\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1951-08-04\", \r\n          \"district\": \"17\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Lane\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Evans\", \r\n          \"member_id\": \"E000250\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.55\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1935-09-19\", \r\n          \"district\": \"15\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Thomas\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Ewing\", \r\n          \"member_id\": \"E000282\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.79\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26079\", \r\n          \"date_of_birth\": \"1959-11-29\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Rahm\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/E000287.jpg\", \r\n          \"last_name\": \"Emanuel\", \r\n          \"member_id\": \"E000287\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"96.56\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"79286\", \r\n          \"date_of_birth\": \"1949-09-22\", \r\n          \"district\": \"12\", \r\n          \"facebook_account\": \"527281100637880\", \r\n          \"first_name\": \"Bill\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/E000292.jpg\", \r\n          \"last_name\": \"Enyart\", \r\n          \"member_id\": \"E000292\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepBillEnyart\", \r\n          \"url\": \"http://enyart.house.gov\", \r\n          \"votes_with_party_pct\": \"89.16\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1929-03-25\", \r\n          \"district\": \"13\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Harris\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Fawell\", \r\n          \"member_id\": \"F000049\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"84.85\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1962-11-09\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Flanagan\", \r\n          \"member_id\": \"F000187\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.27\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1960-10-20\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Peter\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Fitzgerald\", \r\n          \"member_id\": \"F000442\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"83.83\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1027346\", \r\n          \"date_of_birth\": \"1955-10-07\", \r\n          \"district\": \"14\", \r\n          \"facebook_account\": \"CongressmanBillFoster\", \r\n          \"first_name\": \"Bill\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000454.jpg\", \r\n          \"last_name\": \"Foster\", \r\n          \"member_id\": \"F000454\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepBillFoster\", \r\n          \"url\": \"https://foster.house.gov\", \r\n          \"votes_with_party_pct\": \"95.37\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"23476\", \r\n          \"date_of_birth\": \"1953-12-10\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"RepGutierrez\", \r\n          \"first_name\": \"Luis\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000535.jpg\", \r\n          \"last_name\": \"Guti\\u00e9rrez\", \r\n          \"member_id\": \"G000535\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGutierrez\", \r\n          \"url\": \"https://gutierrez.house.gov\", \r\n          \"votes_with_party_pct\": \"91.33\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1956-04-12\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jes\\u00fas\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Garc\\u00eda\", \r\n          \"member_id\": \"G000586\", \r\n          \"office\": \"530 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-8203\", \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepChuyGarcia\", \r\n          \"url\": \"https://chuygarcia.house.gov/\", \r\n          \"votes_with_party_pct\": \"98.51\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-01-02\", \r\n          \"district\": \"14\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"J. Dennis\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hastert\", \r\n          \"member_id\": \"H000323\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.11\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1924-04-18\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Henry\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hyde\", \r\n          \"member_id\": \"H001022\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"86.41\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1021566\", \r\n          \"date_of_birth\": \"1949-02-21\", \r\n          \"district\": \"17\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Phil\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001040.jpg\", \r\n          \"last_name\": \"Hare\", \r\n          \"member_id\": \"H001040\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"98.68\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031342\", \r\n          \"date_of_birth\": \"1958-03-01\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Debbie\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001044.jpg\", \r\n          \"last_name\": \"Halvorson\", \r\n          \"member_id\": \"H001044\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.33\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"62575\", \r\n          \"date_of_birth\": \"1966-03-01\", \r\n          \"district\": \"14\", \r\n          \"facebook_account\": \"RepHultgren\", \r\n          \"first_name\": \"Randy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001059.jpg\", \r\n          \"last_name\": \"Hultgren\", \r\n          \"member_id\": \"H001059\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepHultgren\", \r\n          \"url\": \"https://hultgren.house.gov\", \r\n          \"votes_with_party_pct\": \"93.71\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"39073\", \r\n          \"date_of_birth\": \"1965-03-11\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jesse\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/J000283.jpg\", \r\n          \"last_name\": \"Jackson\", \r\n          \"member_id\": \"J000283\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJJJr\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.25\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1020365\", \r\n          \"date_of_birth\": \"1946-07-23\", \r\n          \"district\": \"15\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Timothy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/J000285.jpg\", \r\n          \"last_name\": \"Johnson\", \r\n          \"member_id\": \"J000285\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepTimJohnson\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.72\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"85221\", \r\n          \"date_of_birth\": \"1959-09-15\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"SenatorKirk\", \r\n          \"first_name\": \"Mark\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000360.jpg\", \r\n          \"last_name\": \"Kirk\", \r\n          \"member_id\": \"K000360\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SenatorKirk\", \r\n          \"url\": \"https://www.kirk.senate.gov\", \r\n          \"votes_with_party_pct\": \"93.56\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"62573\", \r\n          \"date_of_birth\": \"1978-02-27\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"RepKinzinger\", \r\n          \"first_name\": \"Adam\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000378.jpg\", \r\n          \"last_name\": \"Kinzinger\", \r\n          \"member_id\": \"K000378\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepKinzinger\", \r\n          \"url\": \"https://kinzinger.house.gov\", \r\n          \"votes_with_party_pct\": \"91.54\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"70399\", \r\n          \"date_of_birth\": \"1956-04-30\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"reprobinkelly\", \r\n          \"first_name\": \"Robin\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000385.jpg\", \r\n          \"last_name\": \"Kelly\", \r\n          \"member_id\": \"K000385\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRobinKelly\", \r\n          \"url\": \"https://robinkelly.house.gov\", \r\n          \"votes_with_party_pct\": \"96.85\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"103408\", \r\n          \"date_of_birth\": \"1973-07-19\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"congressmanraja\", \r\n          \"first_name\": \"Raja\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000391.jpg\", \r\n          \"last_name\": \"Krishnamoorthi\", \r\n          \"member_id\": \"K000391\", \r\n          \"office\": \"515 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-3711\", \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"congressmanraja\", \r\n          \"url\": \"https://krishnamoorthi.house.gov\", \r\n          \"votes_with_party_pct\": \"97.28\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1937-12-22\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"William\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Lipinski\", \r\n          \"member_id\": \"L000342\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"82.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26394\", \r\n          \"date_of_birth\": \"1945-12-06\", \r\n          \"district\": \"18\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ray\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000552.jpg\", \r\n          \"last_name\": \"LaHood\", \r\n          \"member_id\": \"L000552\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.64\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1013046\", \r\n          \"date_of_birth\": \"1966-07-15\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"repdanlipinski\", \r\n          \"first_name\": \"Daniel\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000563.jpg\", \r\n          \"last_name\": \"Lipinski\", \r\n          \"member_id\": \"L000563\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLipinski\", \r\n          \"url\": \"https://lipinski.house.gov\", \r\n          \"votes_with_party_pct\": \"91.81\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"70020\", \r\n          \"date_of_birth\": \"1968-07-05\", \r\n          \"district\": \"18\", \r\n          \"facebook_account\": \"replahood\", \r\n          \"first_name\": \"Darin\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000585.jpg\", \r\n          \"last_name\": \"LaHood\", \r\n          \"member_id\": \"L000585\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLaHood\", \r\n          \"url\": \"https://lahood.house.gov\", \r\n          \"votes_with_party_pct\": \"96.71\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1923-03-02\", \r\n          \"district\": \"18\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Robert\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Michel\", \r\n          \"member_id\": \"M000692\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.05\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1947-08-16\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Carol\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Moseley-Braun\", \r\n          \"member_id\": \"M001025\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.65\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26482\", \r\n          \"date_of_birth\": \"1944-03-24\", \r\n          \"district\": \"16\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Donald\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001138.jpg\", \r\n          \"last_name\": \"Manzullo\", \r\n          \"member_id\": \"M001138\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"donmanzullo\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.36\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1961-08-04\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Barack\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/O000167.jpg\", \r\n          \"last_name\": \"Obama\", \r\n          \"member_id\": \"O000167\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"95.51\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1935-06-01\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Porter\", \r\n          \"member_id\": \"P000444\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"78.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1945-10-30\", \r\n          \"district\": \"19\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Glenn\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Poshard\", \r\n          \"member_id\": \"P000452\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"76.68\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1947-10-26\", \r\n          \"district\": \"19\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Phelps\", \r\n          \"member_id\": \"P000584\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"82.84\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"9263344\", \r\n          \"date_of_birth\": \"1958-10-17\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"repmikequigley\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/Q000023.jpg\", \r\n          \"last_name\": \"Quigley\", \r\n          \"member_id\": \"Q000023\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMikeQuigley\", \r\n          \"url\": \"https://quigley.house.gov\", \r\n          \"votes_with_party_pct\": \"97.02\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1952-01-08\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Mel\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Reynolds\", \r\n          \"member_id\": \"R000178\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1928-01-02\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Daniel\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Rostenkowski\", \r\n          \"member_id\": \"R000458\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.05\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26127\", \r\n          \"date_of_birth\": \"1946-11-23\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"congressmanbobbyrush\", \r\n          \"first_name\": \"Bobby\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000515.jpg\", \r\n          \"last_name\": \"Rush\", \r\n          \"member_id\": \"R000515\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepBobbyRush\", \r\n          \"url\": \"https://rush.house.gov\", \r\n          \"votes_with_party_pct\": \"91.57\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1021912\", \r\n          \"date_of_birth\": \"1961-09-13\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"PeterRoskam\", \r\n          \"first_name\": \"Peter\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000580.jpg\", \r\n          \"last_name\": \"Roskam\", \r\n          \"member_id\": \"R000580\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"PeterRoskam\", \r\n          \"url\": \"https://roskam.house.gov\", \r\n          \"votes_with_party_pct\": \"94.85\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1931-02-16\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"George\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Sangmeister\", \r\n          \"member_id\": \"S000056\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.86\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"30623\", \r\n          \"date_of_birth\": \"1958-02-21\", \r\n          \"district\": \"20\", \r\n          \"facebook_account\": \"repshimkus\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S000364.jpg\", \r\n          \"last_name\": \"Shimkus\", \r\n          \"member_id\": \"S000364\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepShimkus\", \r\n          \"url\": \"https://shimkus.house.gov\", \r\n          \"votes_with_party_pct\": \"95.18\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1928-11-29\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Paul\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Simon\", \r\n          \"member_id\": \"S000423\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.2\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"57874\", \r\n          \"date_of_birth\": \"1944-05-26\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"janschakowsky\", \r\n          \"first_name\": \"Jan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001145.jpg\", \r\n          \"last_name\": \"Schakowsky\", \r\n          \"member_id\": \"S001145\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"JanSchakowsky\", \r\n          \"url\": \"https://schakowsky.house.gov\", \r\n          \"votes_with_party_pct\": \"90.96\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1030003\", \r\n          \"date_of_birth\": \"1981-05-28\", \r\n          \"district\": \"18\", \r\n          \"facebook_account\": \"RepAaronSchock\", \r\n          \"first_name\": \"Aaron\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001179.jpg\", \r\n          \"last_name\": \"Schock\", \r\n          \"member_id\": \"S001179\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"AaronSchock\", \r\n          \"url\": \"http://schock.house.gov\", \r\n          \"votes_with_party_pct\": \"93.5\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1964-01-23\", \r\n          \"district\": \"17\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bobby\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001182.jpg\", \r\n          \"last_name\": \"Schilling\", \r\n          \"member_id\": \"S001182\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepSchilling\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.42\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"63948\", \r\n          \"date_of_birth\": \"1961-08-20\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"CongressmanBradSchneider\", \r\n          \"first_name\": \"Brad\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001190.jpg\", \r\n          \"last_name\": \"Schneider\", \r\n          \"member_id\": \"S001190\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"repschneider\", \r\n          \"url\": \"https://schneider.house.gov\", \r\n          \"votes_with_party_pct\": \"90.18\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1986-10-04\", \r\n          \"district\": \"14\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Lauren\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Underwood\", \r\n          \"member_id\": \"U000040\", \r\n          \"office\": \"1118 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-2976\", \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepUnderwood\", \r\n          \"url\": \"https://underwood.house.gov/\", \r\n          \"votes_with_party_pct\": \"98.17\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1957-07-07\", \r\n          \"district\": \"11\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Gerald\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000273.jpg\", \r\n          \"last_name\": \"Weller\", \r\n          \"member_id\": \"W000273\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.78\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1961-12-27\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Joe\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000811.jpg\", \r\n          \"last_name\": \"Walsh\", \r\n          \"member_id\": \"W000811\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJoeWalsh\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.51\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1909-08-27\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Sidney\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Yates\", \r\n          \"member_id\": \"Y000013\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Illinois\", \r\n          \"state_abr\": \"IL\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.85\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Democratic\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 336, \r\n          \"data_1994\": 310, \r\n          \"data_1995\": 331, \r\n          \"data_1996\": 350, \r\n          \"data_1997\": 374, \r\n          \"data_1998\": 388, \r\n          \"data_1999\": 439, \r\n          \"data_2000\": 439, \r\n          \"data_2001\": 474, \r\n          \"data_2002\": 517, \r\n          \"data_2003\": 672, \r\n          \"data_2004\": 730, \r\n          \"data_2005\": 836, \r\n          \"data_2006\": 969, \r\n          \"data_2007\": 1173, \r\n          \"data_2008\": 1399, \r\n          \"data_2009\": 1744, \r\n          \"data_2010\": 1965, \r\n          \"data_2011\": 1905, \r\n          \"data_2012\": 2042, \r\n          \"data_2013\": 2042, \r\n          \"data_2014\": 2042, \r\n          \"data_2015\": 2042, \r\n          \"data_2016\": 2042, \r\n          \"data_2017\": 2042, \r\n          \"state_name\": \"Illinois\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 1342, \r\n          \"data_1994\": 1244, \r\n          \"data_1995\": 1278, \r\n          \"data_1996\": 1092, \r\n          \"data_1997\": 992, \r\n          \"data_1998\": 1404, \r\n          \"data_1999\": 1453, \r\n          \"data_2000\": 1467, \r\n          \"data_2001\": 1488, \r\n          \"data_2002\": 1311, \r\n          \"data_2003\": 1402, \r\n          \"data_2004\": 1538, \r\n          \"data_2005\": 1290, \r\n          \"data_2006\": 1719, \r\n          \"data_2007\": 1519, \r\n          \"data_2008\": 1365, \r\n          \"data_2009\": 1331, \r\n          \"data_2010\": 1157, \r\n          \"data_2011\": 1365, \r\n          \"data_2012\": 1058, \r\n          \"data_2013\": 1148, \r\n          \"data_2014\": 1258, \r\n          \"data_2015\": 1160, \r\n          \"data_2016\": 1226, \r\n          \"data_2017\": 1153, \r\n          \"state_name\": \"Illinois\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 62992, \r\n      \"name\": \"Illinois\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 1043124, \r\n          \"data_1994\": 1038608, \r\n          \"data_1995\": 1093289, \r\n          \"data_1996\": 1136534, \r\n          \"data_1997\": 1095556, \r\n          \"data_1998\": 975542, \r\n          \"data_1999\": 1011875, \r\n          \"data_2000\": 1040261, \r\n          \"data_2001\": 958425, \r\n          \"data_2002\": 1051213, \r\n          \"data_2003\": 1001534, \r\n          \"data_2004\": 955972, \r\n          \"data_2005\": 972710, \r\n          \"data_2006\": 896138, \r\n          \"data_2007\": 968652, \r\n          \"data_2008\": 1003219, \r\n          \"data_2009\": 956553, \r\n          \"data_2010\": 962240, \r\n          \"data_2011\": 986310, \r\n          \"data_2012\": 939024, \r\n          \"data_2013\": 1063511, \r\n          \"data_2014\": 1108134, \r\n          \"data_2015\": 1011357, \r\n          \"data_2016\": 1045034, \r\n          \"data_2017\": 1034951, \r\n          \"state_name\": \"Illinois\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 823235, \r\n          \"data_1994\": 759385, \r\n          \"data_1995\": 824598, \r\n          \"data_1996\": 732840, \r\n          \"data_1997\": 535916, \r\n          \"data_1998\": 583254, \r\n          \"data_1999\": 854224, \r\n          \"data_2000\": 932749, \r\n          \"data_2001\": 964500, \r\n          \"data_2002\": 948761, \r\n          \"data_2003\": 987308, \r\n          \"data_2004\": 959869, \r\n          \"data_2005\": 973293, \r\n          \"data_2006\": 982498, \r\n          \"data_2007\": 1004100, \r\n          \"data_2008\": 994526, \r\n          \"data_2009\": 998562, \r\n          \"data_2010\": 1005374, \r\n          \"data_2011\": 1002694, \r\n          \"data_2012\": 1010189, \r\n          \"data_2013\": 1014926, \r\n          \"data_2014\": 1023496, \r\n          \"data_2015\": 1017377, \r\n          \"data_2016\": 1031331, \r\n          \"data_2017\": 1016522, \r\n          \"state_name\": \"Illinois\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 1117131, \r\n          \"data_1994\": 1126510, \r\n          \"data_1995\": 1136236, \r\n          \"data_1996\": 1180786, \r\n          \"data_1997\": 1185557, \r\n          \"data_1998\": 1183216, \r\n          \"data_1999\": 1292916, \r\n          \"data_2000\": 1283572, \r\n          \"data_2001\": 1257667, \r\n          \"data_2002\": 1221298, \r\n          \"data_2003\": 1270981, \r\n          \"data_2004\": 1318952, \r\n          \"data_2005\": 1433725, \r\n          \"data_2006\": 1370435, \r\n          \"data_2007\": 1358099, \r\n          \"data_2008\": 1315921, \r\n          \"data_2009\": 1237743, \r\n          \"data_2010\": 1232271, \r\n          \"data_2011\": 1211366, \r\n          \"data_2012\": 1172154, \r\n          \"data_2013\": 1199674, \r\n          \"data_2014\": 1221645, \r\n          \"data_2015\": 1271927, \r\n          \"data_2016\": 1280404, \r\n          \"data_2017\": 1282303, \r\n          \"state_name\": \"Illinois\"\r\n        }\r\n      ], \r\n      \"population\": 12802023, \r\n      \"primary_energy_source_1\": \"NuclearPower\", \r\n      \"primary_energy_source_2\": \"Coal\", \r\n      \"primary_energy_source_3\": \"NaturalGas\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 70, \r\n          \"data_1994\": 86, \r\n          \"data_1995\": 105, \r\n          \"data_1996\": 113, \r\n          \"data_1997\": 137, \r\n          \"data_1998\": 180, \r\n          \"data_1999\": 209, \r\n          \"data_2000\": 208, \r\n          \"data_2001\": 248, \r\n          \"data_2002\": 326, \r\n          \"data_2003\": 393, \r\n          \"data_2004\": 520, \r\n          \"data_2005\": 670, \r\n          \"data_2006\": 826, \r\n          \"data_2007\": 956, \r\n          \"data_2008\": 1054, \r\n          \"data_2009\": 1105, \r\n          \"data_2010\": 1286, \r\n          \"data_2011\": 1322, \r\n          \"data_2012\": 1565, \r\n          \"data_2013\": 1797, \r\n          \"data_2014\": 1892, \r\n          \"data_2015\": 1936, \r\n          \"data_2016\": 2029, \r\n          \"data_2017\": 2284, \r\n          \"state_name\": \"Illinois\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 182, \r\n          \"data_2004\": 782, \r\n          \"data_2005\": 1411, \r\n          \"data_2006\": 2525, \r\n          \"data_2007\": 6567, \r\n          \"data_2008\": 23029, \r\n          \"data_2009\": 27519, \r\n          \"data_2010\": 43450, \r\n          \"data_2011\": 60367, \r\n          \"data_2012\": 73528, \r\n          \"data_2013\": 91834, \r\n          \"data_2014\": 95888, \r\n          \"data_2015\": 100154, \r\n          \"data_2016\": 98445, \r\n          \"data_2017\": 113023, \r\n          \"state_name\": \"Illinois\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 53276, \r\n          \"data_1994\": 51009, \r\n          \"data_1995\": 52191, \r\n          \"data_1996\": 59268, \r\n          \"data_1997\": 53157, \r\n          \"data_1998\": 46561, \r\n          \"data_1999\": 49492, \r\n          \"data_2000\": 44917, \r\n          \"data_2001\": 41960, \r\n          \"data_2002\": 44134, \r\n          \"data_2003\": 44389, \r\n          \"data_2004\": 44709, \r\n          \"data_2005\": 31519, \r\n          \"data_2006\": 25253, \r\n          \"data_2007\": 27489, \r\n          \"data_2008\": 29224, \r\n          \"data_2009\": 37841, \r\n          \"data_2010\": 40507, \r\n          \"data_2011\": 29450, \r\n          \"data_2012\": 26509, \r\n          \"data_2013\": 30591, \r\n          \"data_2014\": 31273, \r\n          \"data_2015\": 19411, \r\n          \"data_2016\": 18629, \r\n          \"data_2017\": 17241, \r\n          \"state_name\": \"Illinois\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 48311, \r\n          \"data_1994\": 46872, \r\n          \"data_1995\": 49123, \r\n          \"data_1996\": 44255, \r\n          \"data_1997\": 40412, \r\n          \"data_1998\": 38669, \r\n          \"data_1999\": 42374, \r\n          \"data_2000\": 41611, \r\n          \"data_2001\": 46061, \r\n          \"data_2002\": 49816, \r\n          \"data_2003\": 51496, \r\n          \"data_2004\": 51699, \r\n          \"data_2005\": 56936, \r\n          \"data_2006\": 47177, \r\n          \"data_2007\": 58748, \r\n          \"data_2008\": 87913, \r\n          \"data_2009\": 94504, \r\n          \"data_2010\": 102130, \r\n          \"data_2011\": 108555, \r\n          \"data_2012\": 105085, \r\n          \"data_2013\": 109610, \r\n          \"data_2014\": 114594, \r\n          \"data_2015\": 119075, \r\n          \"data_2016\": 121212, \r\n          \"data_2017\": 119034, \r\n          \"state_name\": \"Indiana\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 1319875, \r\n          \"data_1994\": 1297228, \r\n          \"data_1995\": 1344410, \r\n          \"data_1996\": 1374505, \r\n          \"data_1997\": 1423469, \r\n          \"data_1998\": 1447976, \r\n          \"data_1999\": 1477167, \r\n          \"data_2000\": 1595037, \r\n          \"data_2001\": 1569235, \r\n          \"data_2002\": 1547530, \r\n          \"data_2003\": 1570700, \r\n          \"data_2004\": 1614210, \r\n          \"data_2005\": 1594399, \r\n          \"data_2006\": 1587100, \r\n          \"data_2007\": 1572084, \r\n          \"data_2008\": 1558078, \r\n          \"data_2009\": 1365413, \r\n          \"data_2010\": 1449371, \r\n          \"data_2011\": 1333442, \r\n          \"data_2012\": 1193465, \r\n          \"data_2013\": 1198611, \r\n          \"data_2014\": 1221492, \r\n          \"data_2015\": 1007472, \r\n          \"data_2016\": 948386, \r\n          \"data_2017\": 929271, \r\n          \"state_name\": \"Indiana\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1938-06-21\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Dan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001149.jpg\", \r\n          \"last_name\": \"Burton\", \r\n          \"member_id\": \"B001149\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDanBurton\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.74\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"26475\", \r\n          \"date_of_birth\": \"1958-11-26\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Steve\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001203.jpg\", \r\n          \"last_name\": \"Buyer\", \r\n          \"member_id\": \"B001203\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.94\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1955-12-26\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Evan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001233.jpg\", \r\n          \"last_name\": \"Bayh\", \r\n          \"member_id\": \"B001233\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.63\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"61837\", \r\n          \"date_of_birth\": \"1962-05-31\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"RepLarryBucshon\", \r\n          \"first_name\": \"Larry\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001275.jpg\", \r\n          \"last_name\": \"Bucshon\", \r\n          \"member_id\": \"B001275\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLarryBucshon\", \r\n          \"url\": \"https://bucshon.house.gov\", \r\n          \"votes_with_party_pct\": \"96.2\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623720\", \r\n          \"date_of_birth\": \"1960-08-25\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"congresswomansusanwbrooks\", \r\n          \"first_name\": \"Susan\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001284.jpg\", \r\n          \"last_name\": \"Brooks\", \r\n          \"member_id\": \"B001284\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SusanWBrooks\", \r\n          \"url\": \"https://susanwbrooks.house.gov\", \r\n          \"votes_with_party_pct\": \"95.98\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"89806\", \r\n          \"date_of_birth\": \"1979-07-16\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"RepJimBanks\", \r\n          \"first_name\": \"Jim\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001299.jpg\", \r\n          \"last_name\": \"Banks\", \r\n          \"member_id\": \"B001299\", \r\n          \"office\": \"509 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-4436\", \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJimBanks\", \r\n          \"url\": \"https://banks.house.gov\", \r\n          \"votes_with_party_pct\": \"97.42\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1945-06-04\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001307.jpg\", \r\n          \"last_name\": \"Baird\", \r\n          \"member_id\": \"B001307\", \r\n          \"office\": \"532 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-5037\", \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJimBaird\", \r\n          \"url\": \"https://baird.house.gov/\", \r\n          \"votes_with_party_pct\": \"95.34\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1954-03-24\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001310.jpg\", \r\n          \"last_name\": \"Braun\", \r\n          \"member_id\": \"B001310\", \r\n          \"office\": \"374 Russell Senate Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-224-4814\", \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Senator, 1st Class\", \r\n          \"twitter_account\": \"SenatorBraun\", \r\n          \"url\": \"https://www.braun.senate.gov\", \r\n          \"votes_with_party_pct\": \"94.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1938-07-08\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Julia\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Carson\", \r\n          \"member_id\": \"C000191\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.18\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"6080\", \r\n          \"date_of_birth\": \"1943-05-16\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"180671148633644\", \r\n          \"first_name\": \"Daniel\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C000542.jpg\", \r\n          \"last_name\": \"Coats\", \r\n          \"member_id\": \"C000542\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenDanCoats\", \r\n          \"url\": \"http://www.coats.senate.gov\", \r\n          \"votes_with_party_pct\": \"89.41\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1962-02-24\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Chris\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Chocola\", \r\n          \"member_id\": \"C001052\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"96.41\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1027364\", \r\n          \"date_of_birth\": \"1974-10-16\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"CongressmanAndreCarson\", \r\n          \"first_name\": \"Andr\\u00e9\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001072.jpg\", \r\n          \"last_name\": \"Carson\", \r\n          \"member_id\": \"C001072\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepAndreCarson\", \r\n          \"url\": \"https://carson.house.gov\", \r\n          \"votes_with_party_pct\": \"99.42\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1012000\", \r\n          \"date_of_birth\": \"1955-09-28\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"senatordonnelly\", \r\n          \"first_name\": \"Joe\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000607.jpg\", \r\n          \"last_name\": \"Donnelly\", \r\n          \"member_id\": \"D000607\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SenDonnelly\", \r\n          \"url\": \"https://www.donnelly.senate.gov\", \r\n          \"votes_with_party_pct\": \"87.15\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1021550\", \r\n          \"date_of_birth\": \"1958-09-11\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Brad\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/E000289.jpg\", \r\n          \"last_name\": \"Ellsworth\", \r\n          \"member_id\": \"E000289\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.51\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1931-04-20\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Lee\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hamilton\", \r\n          \"member_id\": \"H000114\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"85.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1961-06-19\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hostettler\", \r\n          \"member_id\": \"H000807\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.68\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"12259\", \r\n          \"date_of_birth\": \"1953-06-23\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Baron\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001030.jpg\", \r\n          \"last_name\": \"Hill\", \r\n          \"member_id\": \"H001030\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.35\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"104247\", \r\n          \"date_of_birth\": \"1983-09-12\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"reptrey\", \r\n          \"first_name\": \"Trey\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001074.jpg\", \r\n          \"last_name\": \"Hollingsworth\", \r\n          \"member_id\": \"H001074\", \r\n          \"office\": \"1641 Longworth House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-5315\", \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"reptrey\", \r\n          \"url\": \"https://hollingsworth.house.gov\", \r\n          \"votes_with_party_pct\": \"96.42\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1932-02-24\", \r\n          \"district\": \"10\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Andrew\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Jacobs\", \r\n          \"member_id\": \"J000033\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"65.98\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1957-05-22\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Brian\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Kerns\", \r\n          \"member_id\": \"K000359\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.84\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1952-07-15\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jill\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Long Thompson\", \r\n          \"member_id\": \"L000420\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.73\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"255\", \r\n          \"date_of_birth\": \"1932-04-04\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Richard\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000504.jpg\", \r\n          \"last_name\": \"Lugar\", \r\n          \"member_id\": \"L000504\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Senator, 1st Class\", \r\n          \"twitter_account\": \"senatorlugar\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.36\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1939-06-12\", \r\n          \"district\": \"8\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Frank\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"McCloskey\", \r\n          \"member_id\": \"M000342\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.14\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1958-06-08\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"McIntosh\", \r\n          \"member_id\": \"M000481\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"95.19\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1927-02-08\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Myers\", \r\n          \"member_id\": \"M001130\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"77.9\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"11245\", \r\n          \"date_of_birth\": \"1969-02-27\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"RepLukeMesser\", \r\n          \"first_name\": \"Luke\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001189.jpg\", \r\n          \"last_name\": \"Messer\", \r\n          \"member_id\": \"M001189\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLukeMesser\", \r\n          \"url\": \"https://messer.house.gov\", \r\n          \"votes_with_party_pct\": \"96.27\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1951-05-22\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Edward\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Pease\", \r\n          \"member_id\": \"P000171\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1959-06-07\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000587.jpg\", \r\n          \"last_name\": \"Pence\", \r\n          \"member_id\": \"P000587\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMikePence\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"95.32\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1956-11-14\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Greg\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000615.jpg\", \r\n          \"last_name\": \"Pence\", \r\n          \"member_id\": \"P000615\", \r\n          \"office\": \"222 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-3021\", \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGregPence\", \r\n          \"url\": \"https://pence.house.gov/\", \r\n          \"votes_with_party_pct\": \"94.49\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1956-10-30\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Tim\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Roemer\", \r\n          \"member_id\": \"R000385\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"85.67\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"61832\", \r\n          \"date_of_birth\": \"1970-02-09\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"RepToddRokita\", \r\n          \"first_name\": \"Todd\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000592.jpg\", \r\n          \"last_name\": \"Rokita\", \r\n          \"member_id\": \"R000592\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"ToddRokita\", \r\n          \"url\": \"http://rokita.house.gov\", \r\n          \"votes_with_party_pct\": \"94.58\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-07-15\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Philip\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Sharp\", \r\n          \"member_id\": \"S000294\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.45\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1950-07-18\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Mark\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001143.jpg\", \r\n          \"last_name\": \"Souder\", \r\n          \"member_id\": \"S001143\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.27\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1945-12-17\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Sodrel\", \r\n          \"member_id\": \"S001160\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"96.21\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"9267685\", \r\n          \"date_of_birth\": \"1976-08-31\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"CongressmanMarlinStutzman\", \r\n          \"first_name\": \"Marlin\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001188.jpg\", \r\n          \"last_name\": \"Stutzman\", \r\n          \"member_id\": \"S001188\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepStutzman\", \r\n          \"url\": \"http://stutzman.house.gov\", \r\n          \"votes_with_party_pct\": \"94.32\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"6785\", \r\n          \"date_of_birth\": \"1949-08-13\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"repvisclosky\", \r\n          \"first_name\": \"Peter\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/V000108.jpg\", \r\n          \"last_name\": \"Visclosky\", \r\n          \"member_id\": \"V000108\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepVisclosky\", \r\n          \"url\": \"https://visclosky.house.gov\", \r\n          \"votes_with_party_pct\": \"89.72\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"95005\", \r\n          \"date_of_birth\": \"1963-08-17\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"RepJackieWalorski\", \r\n          \"first_name\": \"Jackie\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000813.jpg\", \r\n          \"last_name\": \"Walorski\", \r\n          \"member_id\": \"W000813\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepWalorski\", \r\n          \"url\": \"https://walorski.house.gov\", \r\n          \"votes_with_party_pct\": \"95.71\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1033743\", \r\n          \"date_of_birth\": \"1972-08-24\", \r\n          \"district\": \"9\", \r\n          \"facebook_account\": \"SenatorToddYoung\", \r\n          \"first_name\": \"Todd\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/Y000064.jpg\", \r\n          \"last_name\": \"Young\", \r\n          \"member_id\": \"Y000064\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Indiana\", \r\n          \"state_abr\": \"IN\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SenToddYoung\", \r\n          \"url\": \"https://www.young.senate.gov\", \r\n          \"votes_with_party_pct\": \"95.08\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 624, \r\n          \"data_1994\": 670, \r\n          \"data_1995\": 726, \r\n          \"data_1996\": 794, \r\n          \"data_1997\": 856, \r\n          \"data_1998\": 934, \r\n          \"data_1999\": 1029, \r\n          \"data_2000\": 1029, \r\n          \"data_2001\": 1120, \r\n          \"data_2002\": 1221, \r\n          \"data_2003\": 1605, \r\n          \"data_2004\": 1759, \r\n          \"data_2005\": 2024, \r\n          \"data_2006\": 2306, \r\n          \"data_2007\": 2718, \r\n          \"data_2008\": 3180, \r\n          \"data_2009\": 3912, \r\n          \"data_2010\": 4408, \r\n          \"data_2011\": 4499, \r\n          \"data_2012\": 4647, \r\n          \"data_2013\": 4647, \r\n          \"data_2014\": 4647, \r\n          \"data_2015\": 4647, \r\n          \"data_2016\": 4647, \r\n          \"data_2017\": 4647, \r\n          \"state_name\": \"Indiana\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 4623, \r\n          \"data_1994\": 4197, \r\n          \"data_1995\": 4818, \r\n          \"data_1996\": 4636, \r\n          \"data_1997\": 5736, \r\n          \"data_1998\": 4881, \r\n          \"data_1999\": 4162, \r\n          \"data_2000\": 6001, \r\n          \"data_2001\": 5897, \r\n          \"data_2002\": 4184, \r\n          \"data_2003\": 4293, \r\n          \"data_2004\": 4444, \r\n          \"data_2005\": 4382, \r\n          \"data_2006\": 4855, \r\n          \"data_2007\": 4447, \r\n          \"data_2008\": 4304, \r\n          \"data_2009\": 4914, \r\n          \"data_2010\": 4426, \r\n          \"data_2011\": 3972, \r\n          \"data_2012\": 4125, \r\n          \"data_2013\": 3692, \r\n          \"data_2014\": 3530, \r\n          \"data_2015\": 3553, \r\n          \"data_2016\": 3935, \r\n          \"data_2017\": 2820, \r\n          \"state_name\": \"Indiana\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 54181, \r\n      \"name\": \"Indiana\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 521235, \r\n          \"data_1994\": 523523, \r\n          \"data_1995\": 538395, \r\n          \"data_1996\": 576285, \r\n          \"data_1997\": 559146, \r\n          \"data_1998\": 527435, \r\n          \"data_1999\": 558192, \r\n          \"data_2000\": 576102, \r\n          \"data_2001\": 505274, \r\n          \"data_2002\": 538368, \r\n          \"data_2003\": 566838, \r\n          \"data_2004\": 526391, \r\n          \"data_2005\": 535512, \r\n          \"data_2006\": 499753, \r\n          \"data_2007\": 543800, \r\n          \"data_2008\": 555489, \r\n          \"data_2009\": 511289, \r\n          \"data_2010\": 577423, \r\n          \"data_2011\": 635117, \r\n          \"data_2012\": 654528, \r\n          \"data_2013\": 680051, \r\n          \"data_2014\": 723942, \r\n          \"data_2015\": 735055, \r\n          \"data_2016\": 779945, \r\n          \"data_2017\": 747968, \r\n          \"state_name\": \"Indiana\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Indiana\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 807375, \r\n          \"data_1994\": 835799, \r\n          \"data_1995\": 816576, \r\n          \"data_1996\": 818961, \r\n          \"data_1997\": 824414, \r\n          \"data_1998\": 821313, \r\n          \"data_1999\": 853506, \r\n          \"data_2000\": 859872, \r\n          \"data_2001\": 811041, \r\n          \"data_2002\": 862954, \r\n          \"data_2003\": 897035, \r\n          \"data_2004\": 876281, \r\n          \"data_2005\": 872420, \r\n          \"data_2006\": 873873, \r\n          \"data_2007\": 851065, \r\n          \"data_2008\": 800628, \r\n          \"data_2009\": 773888, \r\n          \"data_2010\": 766809, \r\n          \"data_2011\": 767513, \r\n          \"data_2012\": 738543, \r\n          \"data_2013\": 779532, \r\n          \"data_2014\": 790267, \r\n          \"data_2015\": 803530, \r\n          \"data_2016\": 782395, \r\n          \"data_2017\": 761078, \r\n          \"state_name\": \"Indiana\"\r\n        }\r\n      ], \r\n      \"population\": 6666818, \r\n      \"primary_energy_source_1\": \"Coal\", \r\n      \"primary_energy_source_2\": \"NaturalGas\", \r\n      \"primary_energy_source_3\": \"WindEnergy\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 20, \r\n          \"data_1994\": 24, \r\n          \"data_1995\": 25, \r\n          \"data_1996\": 32, \r\n          \"data_1997\": 32, \r\n          \"data_1998\": 33, \r\n          \"data_1999\": 34, \r\n          \"data_2000\": 33, \r\n          \"data_2001\": 35, \r\n          \"data_2002\": 38, \r\n          \"data_2003\": 37, \r\n          \"data_2004\": 63, \r\n          \"data_2005\": 78, \r\n          \"data_2006\": 91, \r\n          \"data_2007\": 100, \r\n          \"data_2008\": 102, \r\n          \"data_2009\": 128, \r\n          \"data_2010\": 134, \r\n          \"data_2011\": 168, \r\n          \"data_2012\": 185, \r\n          \"data_2013\": 488, \r\n          \"data_2014\": 1205, \r\n          \"data_2015\": 1713, \r\n          \"data_2016\": 2391, \r\n          \"data_2017\": 3032, \r\n          \"state_name\": \"Indiana\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 2349, \r\n          \"data_2009\": 13695, \r\n          \"data_2010\": 28625, \r\n          \"data_2011\": 31921, \r\n          \"data_2012\": 30547, \r\n          \"data_2013\": 33213, \r\n          \"data_2014\": 33247, \r\n          \"data_2015\": 42077, \r\n          \"data_2016\": 45232, \r\n          \"data_2017\": 46889, \r\n          \"state_name\": \"Indiana\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 38098, \r\n          \"data_1994\": 36335, \r\n          \"data_1995\": 37204, \r\n          \"data_1996\": 38619, \r\n          \"data_1997\": 32152, \r\n          \"data_1998\": 30163, \r\n          \"data_1999\": 30363, \r\n          \"data_2000\": 27960, \r\n          \"data_2001\": 32747, \r\n          \"data_2002\": 33785, \r\n          \"data_2003\": 33839, \r\n          \"data_2004\": 34600, \r\n          \"data_2005\": 38712, \r\n          \"data_2006\": 28252, \r\n          \"data_2007\": 27300, \r\n          \"data_2008\": 33469, \r\n          \"data_2009\": 31509, \r\n          \"data_2010\": 33942, \r\n          \"data_2011\": 33461, \r\n          \"data_2012\": 30441, \r\n          \"data_2013\": 34377, \r\n          \"data_2014\": 34805, \r\n          \"data_2015\": 34599, \r\n          \"data_2016\": 34415, \r\n          \"data_2017\": 32369, \r\n          \"state_name\": \"Indiana\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 73113, \r\n          \"data_1994\": 74190, \r\n          \"data_1995\": 73847, \r\n          \"data_1996\": 78822, \r\n          \"data_1997\": 71580, \r\n          \"data_1998\": 69391, \r\n          \"data_1999\": 71068, \r\n          \"data_2000\": 66147, \r\n          \"data_2001\": 62556, \r\n          \"data_2002\": 65814, \r\n          \"data_2003\": 75183, \r\n          \"data_2004\": 90645, \r\n          \"data_2005\": 97929, \r\n          \"data_2006\": 109477, \r\n          \"data_2007\": 138446, \r\n          \"data_2008\": 163166, \r\n          \"data_2009\": 205639, \r\n          \"data_2010\": 240746, \r\n          \"data_2011\": 232414, \r\n          \"data_2012\": 217099, \r\n          \"data_2013\": 227661, \r\n          \"data_2014\": 241192, \r\n          \"data_2015\": 237644, \r\n          \"data_2016\": 244483, \r\n          \"data_2017\": 246343, \r\n          \"state_name\": \"Iowa\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 344102, \r\n          \"data_1994\": 348935, \r\n          \"data_1995\": 372311, \r\n          \"data_1996\": 383702, \r\n          \"data_1997\": 391698, \r\n          \"data_1998\": 424859, \r\n          \"data_1999\": 432009, \r\n          \"data_2000\": 445888, \r\n          \"data_2001\": 443921, \r\n          \"data_2002\": 441534, \r\n          \"data_2003\": 444587, \r\n          \"data_2004\": 443221, \r\n          \"data_2005\": 429777, \r\n          \"data_2006\": 435187, \r\n          \"data_2007\": 465167, \r\n          \"data_2008\": 485218, \r\n          \"data_2009\": 444574, \r\n          \"data_2010\": 493794, \r\n          \"data_2011\": 463138, \r\n          \"data_2012\": 422595, \r\n          \"data_2013\": 402402, \r\n          \"data_2014\": 401151, \r\n          \"data_2015\": 348293, \r\n          \"data_2016\": 298006, \r\n          \"data_2017\": 300287, \r\n          \"state_name\": \"Iowa\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1965-04-20\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Cynthia\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Axne\", \r\n          \"member_id\": \"A000378\", \r\n          \"office\": \"330 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-5476\", \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepCindyAxne\", \r\n          \"url\": \"https://axne.house.gov/\", \r\n          \"votes_with_party_pct\": \"92.89\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"45520\", \r\n          \"date_of_birth\": \"1934-01-10\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Leonard\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000652.jpg\", \r\n          \"last_name\": \"Boswell\", \r\n          \"member_id\": \"B000652\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"LeonardBoswell\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"82.23\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1020421\", \r\n          \"date_of_birth\": \"1957-10-30\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"repbrucebraley\", \r\n          \"first_name\": \"Bruce\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001259.jpg\", \r\n          \"last_name\": \"Braley\", \r\n          \"member_id\": \"B001259\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"BruceBraley\", \r\n          \"url\": \"http://braley.house.gov\", \r\n          \"votes_with_party_pct\": \"97.89\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623771\", \r\n          \"date_of_birth\": \"1955-04-26\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"congressmanrodblum\", \r\n          \"first_name\": \"Rod\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001294.jpg\", \r\n          \"last_name\": \"Blum\", \r\n          \"member_id\": \"B001294\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRodBlum\", \r\n          \"url\": \"https://blum.house.gov\", \r\n          \"votes_with_party_pct\": \"92.68\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"75342\", \r\n          \"date_of_birth\": \"1970-07-01\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"senjoniernst\", \r\n          \"first_name\": \"Joni\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/E000295.jpg\", \r\n          \"last_name\": \"Ernst\", \r\n          \"member_id\": \"E000295\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"SenJoniErnst\", \r\n          \"url\": \"https://www.ernst.senate.gov/public\", \r\n          \"votes_with_party_pct\": \"95.13\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1988-12-27\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Abby\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Finkenauer\", \r\n          \"member_id\": \"F000467\", \r\n          \"office\": \"124 Cannon House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-2911\", \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepFinkenauer\", \r\n          \"url\": \"https://finkenauer.house.gov/\", \r\n          \"votes_with_party_pct\": \"95.88\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1949-03-31\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Greg\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Ganske\", \r\n          \"member_id\": \"G000041\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.47\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-06-29\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Fred\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Grandy\", \r\n          \"member_id\": \"G000371\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"83.82\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1167\", \r\n          \"date_of_birth\": \"1933-09-17\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"grassley\", \r\n          \"first_name\": \"Charles\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000386.jpg\", \r\n          \"last_name\": \"Grassley\", \r\n          \"member_id\": \"G000386\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"ChuckGrassley\", \r\n          \"url\": \"https://www.grassley.senate.gov\", \r\n          \"votes_with_party_pct\": \"89.2\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"2005\", \r\n          \"date_of_birth\": \"1939-11-19\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"tomharkin\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H000206.jpg\", \r\n          \"last_name\": \"Harkin\", \r\n          \"member_id\": \"H000206\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"SenatorHarkin\", \r\n          \"url\": \"http://www.harkin.senate.gov\", \r\n          \"votes_with_party_pct\": \"91.46\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1003590\", \r\n          \"date_of_birth\": \"1949-05-28\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"stevekingia\", \r\n          \"first_name\": \"Steve\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000362.jpg\", \r\n          \"last_name\": \"King\", \r\n          \"member_id\": \"K000362\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SteveKingIA\", \r\n          \"url\": \"https://steveking.house.gov\", \r\n          \"votes_with_party_pct\": \"94.59\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"36609\", \r\n          \"date_of_birth\": \"1948-07-14\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"tom.latham.733\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000111.jpg\", \r\n          \"last_name\": \"Latham\", \r\n          \"member_id\": \"L000111\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"TomLatham\", \r\n          \"url\": \"http://latham.house.gov\", \r\n          \"votes_with_party_pct\": \"95.48\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1942-10-15\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Leach\", \r\n          \"member_id\": \"L000169\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"76.94\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1938-09-27\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Lightfoot\", \r\n          \"member_id\": \"L000305\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.65\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1022883\", \r\n          \"date_of_birth\": \"1952-12-23\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"DaveLoebsack\", \r\n          \"first_name\": \"Dave\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000565.jpg\", \r\n          \"last_name\": \"Loebsack\", \r\n          \"member_id\": \"L000565\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"DaveLoebsack\", \r\n          \"url\": \"https://loebsack.house.gov\", \r\n          \"votes_with_party_pct\": \"98.27\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1960-06-27\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Nussle\", \r\n          \"member_id\": \"N000172\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.48\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1920-03-23\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Neal\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Smith\", \r\n          \"member_id\": \"S000596\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"86.78\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"76211\", \r\n          \"date_of_birth\": \"1968-05-11\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"RepDavidYoung\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/Y000066.jpg\", \r\n          \"last_name\": \"Young\", \r\n          \"member_id\": \"Y000066\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Iowa\", \r\n          \"state_abr\": \"IA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDavidYoung\", \r\n          \"url\": \"https://davidyoung.house.gov\", \r\n          \"votes_with_party_pct\": \"95.06\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 78, \r\n          \"data_1994\": 167, \r\n          \"data_1995\": 187, \r\n          \"data_1996\": 224, \r\n          \"data_1997\": 247, \r\n          \"data_1998\": 303, \r\n          \"data_1999\": 315, \r\n          \"data_2000\": 315, \r\n          \"data_2001\": 338, \r\n          \"data_2002\": 369, \r\n          \"data_2003\": 497, \r\n          \"data_2004\": 555, \r\n          \"data_2005\": 647, \r\n          \"data_2006\": 708, \r\n          \"data_2007\": 785, \r\n          \"data_2008\": 874, \r\n          \"data_2009\": 1037, \r\n          \"data_2010\": 1170, \r\n          \"data_2011\": 1359, \r\n          \"data_2012\": 1281, \r\n          \"data_2013\": 1281, \r\n          \"data_2014\": 1281, \r\n          \"data_2015\": 1281, \r\n          \"data_2016\": 1281, \r\n          \"data_2017\": 1281, \r\n          \"state_name\": \"Iowa\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 7703, \r\n          \"data_1994\": 11049, \r\n          \"data_1995\": 10343, \r\n          \"data_1996\": 9671, \r\n          \"data_1997\": 8221, \r\n          \"data_1998\": 9309, \r\n          \"data_1999\": 9670, \r\n          \"data_2000\": 9222, \r\n          \"data_2001\": 8733, \r\n          \"data_2002\": 9628, \r\n          \"data_2003\": 7985, \r\n          \"data_2004\": 9475, \r\n          \"data_2005\": 9594, \r\n          \"data_2006\": 9020, \r\n          \"data_2007\": 9512, \r\n          \"data_2008\": 8071, \r\n          \"data_2009\": 9479, \r\n          \"data_2010\": 9250, \r\n          \"data_2011\": 8991, \r\n          \"data_2012\": 7291, \r\n          \"data_2013\": 7147, \r\n          \"data_2014\": 8356, \r\n          \"data_2015\": 8948, \r\n          \"data_2016\": 8464, \r\n          \"data_2017\": 9526, \r\n          \"state_name\": \"Iowa\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 58570, \r\n      \"name\": \"Iowa\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 196652, \r\n          \"data_1994\": 198503, \r\n          \"data_1995\": 210496, \r\n          \"data_1996\": 223127, \r\n          \"data_1997\": 208360, \r\n          \"data_1998\": 184856, \r\n          \"data_1999\": 201472, \r\n          \"data_2000\": 203042, \r\n          \"data_2001\": 193445, \r\n          \"data_2002\": 194041, \r\n          \"data_2003\": 197629, \r\n          \"data_2004\": 198017, \r\n          \"data_2005\": 210742, \r\n          \"data_2006\": 207162, \r\n          \"data_2007\": 264166, \r\n          \"data_2008\": 297357, \r\n          \"data_2009\": 283990, \r\n          \"data_2010\": 278751, \r\n          \"data_2011\": 277576, \r\n          \"data_2012\": 266283, \r\n          \"data_2013\": 306419, \r\n          \"data_2014\": 311352, \r\n          \"data_2015\": 302936, \r\n          \"data_2016\": 317115, \r\n          \"data_2017\": 376293, \r\n          \"state_name\": \"Iowa\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 33981, \r\n          \"data_1994\": 42930, \r\n          \"data_1995\": 39191, \r\n          \"data_1996\": 41210, \r\n          \"data_1997\": 43541, \r\n          \"data_1998\": 39525, \r\n          \"data_1999\": 38041, \r\n          \"data_2000\": 46439, \r\n          \"data_2001\": 40234, \r\n          \"data_2002\": 47761, \r\n          \"data_2003\": 41559, \r\n          \"data_2004\": 51399, \r\n          \"data_2005\": 47362, \r\n          \"data_2006\": 53171, \r\n          \"data_2007\": 47398, \r\n          \"data_2008\": 55210, \r\n          \"data_2009\": 48937, \r\n          \"data_2010\": 46518, \r\n          \"data_2011\": 54572, \r\n          \"data_2012\": 45552, \r\n          \"data_2013\": 55597, \r\n          \"data_2014\": 43431, \r\n          \"data_2015\": 54836, \r\n          \"data_2016\": 49185, \r\n          \"data_2017\": 54528, \r\n          \"state_name\": \"Iowa\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 345062, \r\n          \"data_1994\": 360029, \r\n          \"data_1995\": 367416, \r\n          \"data_1996\": 370010, \r\n          \"data_1997\": 367312, \r\n          \"data_1998\": 392394, \r\n          \"data_1999\": 407712, \r\n          \"data_2000\": 402950, \r\n          \"data_2001\": 389307, \r\n          \"data_2002\": 404884, \r\n          \"data_2003\": 384074, \r\n          \"data_2004\": 424155, \r\n          \"data_2005\": 431385, \r\n          \"data_2006\": 438355, \r\n          \"data_2007\": 425501, \r\n          \"data_2008\": 431999, \r\n          \"data_2009\": 425359, \r\n          \"data_2010\": 428601, \r\n          \"data_2011\": 429495, \r\n          \"data_2012\": 407213, \r\n          \"data_2013\": 432061, \r\n          \"data_2014\": 442127, \r\n          \"data_2015\": 434020, \r\n          \"data_2016\": 445530, \r\n          \"data_2017\": 426336, \r\n          \"state_name\": \"Iowa\"\r\n        }\r\n      ], \r\n      \"population\": 3145711, \r\n      \"primary_energy_source_1\": \"Coal\", \r\n      \"primary_energy_source_2\": \"WindEnergy\", \r\n      \"primary_energy_source_3\": \"NuclearPower\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 9, \r\n          \"data_1994\": 9, \r\n          \"data_1995\": 9, \r\n          \"data_1996\": 9, \r\n          \"data_1997\": 9, \r\n          \"data_1998\": 9, \r\n          \"data_1999\": 9, \r\n          \"data_2000\": 8, \r\n          \"data_2001\": 7, \r\n          \"data_2002\": 6, \r\n          \"data_2003\": 5, \r\n          \"data_2004\": 4, \r\n          \"data_2005\": 8, \r\n          \"data_2006\": 14, \r\n          \"data_2007\": 17, \r\n          \"data_2008\": 19, \r\n          \"data_2009\": 32, \r\n          \"data_2010\": 33, \r\n          \"data_2011\": 34, \r\n          \"data_2012\": 48, \r\n          \"data_2013\": 87, \r\n          \"data_2014\": 268, \r\n          \"data_2015\": 419, \r\n          \"data_2016\": 587, \r\n          \"data_2017\": 905, \r\n          \"state_name\": \"Iowa\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 1, \r\n          \"data_1995\": 1, \r\n          \"data_1996\": 1, \r\n          \"data_1997\": 1, \r\n          \"data_1998\": 1, \r\n          \"data_1999\": 3337, \r\n          \"data_2000\": 5037, \r\n          \"data_2001\": 5041, \r\n          \"data_2002\": 9347, \r\n          \"data_2003\": 9942, \r\n          \"data_2004\": 10516, \r\n          \"data_2005\": 16470, \r\n          \"data_2006\": 22990, \r\n          \"data_2007\": 27247, \r\n          \"data_2008\": 40242, \r\n          \"data_2009\": 72424, \r\n          \"data_2010\": 89466, \r\n          \"data_2011\": 104050, \r\n          \"data_2012\": 133533, \r\n          \"data_2013\": 148538, \r\n          \"data_2014\": 155077, \r\n          \"data_2015\": 166555, \r\n          \"data_2016\": 185305, \r\n          \"data_2017\": 196907, \r\n          \"state_name\": \"Iowa\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 43480, \r\n          \"data_1994\": 40818, \r\n          \"data_1995\": 40825, \r\n          \"data_1996\": 48281, \r\n          \"data_1997\": 40383, \r\n          \"data_1998\": 37255, \r\n          \"data_1999\": 37539, \r\n          \"data_2000\": 31558, \r\n          \"data_2001\": 27660, \r\n          \"data_2002\": 30789, \r\n          \"data_2003\": 30503, \r\n          \"data_2004\": 30567, \r\n          \"data_2005\": 31021, \r\n          \"data_2006\": 20863, \r\n          \"data_2007\": 23476, \r\n          \"data_2008\": 23929, \r\n          \"data_2009\": 26721, \r\n          \"data_2010\": 28307, \r\n          \"data_2011\": 19783, \r\n          \"data_2012\": 17619, \r\n          \"data_2013\": 19625, \r\n          \"data_2014\": 22978, \r\n          \"data_2015\": 21425, \r\n          \"data_2016\": 20556, \r\n          \"data_2017\": 19948, \r\n          \"state_name\": \"Iowa\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 13322, \r\n          \"data_1994\": 12823, \r\n          \"data_1995\": 12656, \r\n          \"data_1996\": 11467, \r\n          \"data_1997\": 9977, \r\n          \"data_1998\": 9495, \r\n          \"data_1999\": 9731, \r\n          \"data_2000\": 9482, \r\n          \"data_2001\": 9929, \r\n          \"data_2002\": 14324, \r\n          \"data_2003\": 17628, \r\n          \"data_2004\": 15318, \r\n          \"data_2005\": 17863, \r\n          \"data_2006\": 17327, \r\n          \"data_2007\": 23274, \r\n          \"data_2008\": 39419, \r\n          \"data_2009\": 37082, \r\n          \"data_2010\": 40486, \r\n          \"data_2011\": 41842, \r\n          \"data_2012\": 38714, \r\n          \"data_2013\": 40836, \r\n          \"data_2014\": 45882, \r\n          \"data_2015\": 44183, \r\n          \"data_2016\": 43583, \r\n          \"data_2017\": 42817, \r\n          \"state_name\": \"Kansas\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 302570, \r\n          \"data_1994\": 300955, \r\n          \"data_1995\": 289709, \r\n          \"data_1996\": 338314, \r\n          \"data_1997\": 310907, \r\n          \"data_1998\": 309382, \r\n          \"data_1999\": 329308, \r\n          \"data_2000\": 362797, \r\n          \"data_2001\": 354647, \r\n          \"data_2002\": 391664, \r\n          \"data_2003\": 389464, \r\n          \"data_2004\": 385498, \r\n          \"data_2005\": 379823, \r\n          \"data_2006\": 364212, \r\n          \"data_2007\": 396333, \r\n          \"data_2008\": 371804, \r\n          \"data_2009\": 356079, \r\n          \"data_2010\": 359908, \r\n          \"data_2011\": 346521, \r\n          \"data_2012\": 307585, \r\n          \"data_2013\": 326817, \r\n          \"data_2014\": 316572, \r\n          \"data_2015\": 273416, \r\n          \"data_2016\": 253121, \r\n          \"data_2017\": 216747, \r\n          \"state_name\": \"Kansas\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1956-09-12\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Sam\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B000953.jpg\", \r\n          \"last_name\": \"Brownback\", \r\n          \"member_id\": \"B000953\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenSamBrownback\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"0.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1955-08-02\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Nancy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001258.jpg\", \r\n          \"last_name\": \"Boyda\", \r\n          \"member_id\": \"B001258\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"93.65\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1923-07-22\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Robert\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Dole\", \r\n          \"member_id\": \"D000401\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.7\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1980-05-22\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Sharice\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000629.jpg\", \r\n          \"last_name\": \"Davids\", \r\n          \"member_id\": \"D000629\", \r\n          \"office\": \"1541 Longworth House Office Building\", \r\n          \"party\": \"D\", \r\n          \"phone\": \"202-225-2865\", \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepDavids\", \r\n          \"url\": \"https://davids.house.gov/\", \r\n          \"votes_with_party_pct\": \"96.53\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"107963\", \r\n          \"date_of_birth\": \"1956-07-19\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"RepRonEstes\", \r\n          \"first_name\": \"Ron\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/E000298.jpg\", \r\n          \"last_name\": \"Estes\", \r\n          \"member_id\": \"E000298\", \r\n          \"office\": \"2452 Rayburn House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-6216\", \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRonEstes\", \r\n          \"url\": \"https://estes.house.gov\", \r\n          \"votes_with_party_pct\": \"98.46\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1945-03-22\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Sheila\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Frahm\", \r\n          \"member_id\": \"F000438\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.75\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1944-11-24\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Dan\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Glickman\", \r\n          \"member_id\": \"G000240\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.88\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"86444\", \r\n          \"date_of_birth\": \"1968-11-11\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"congressmanhuelskamp\", \r\n          \"first_name\": \"Tim\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001057.jpg\", \r\n          \"last_name\": \"Huelskamp\", \r\n          \"member_id\": \"H001057\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"CongHuelskamp\", \r\n          \"url\": \"http://huelskamp.house.gov\", \r\n          \"votes_with_party_pct\": \"90.32\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1030550\", \r\n          \"date_of_birth\": \"1963-06-10\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"replynnjenkins\", \r\n          \"first_name\": \"Lynn\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/J000290.jpg\", \r\n          \"last_name\": \"Jenkins\", \r\n          \"member_id\": \"J000290\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepLynnJenkins\", \r\n          \"url\": \"https://lynnjenkins.house.gov\", \r\n          \"votes_with_party_pct\": \"95.65\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1932-07-29\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Nancy\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Kassebaum\", \r\n          \"member_id\": \"K000017\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"80.09\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1928-07-20\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jan\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Meyers\", \r\n          \"member_id\": \"M000684\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"82.5\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"45469\", \r\n          \"date_of_birth\": \"1954-05-29\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"jerrymoran\", \r\n          \"first_name\": \"Jerry\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M000934.jpg\", \r\n          \"last_name\": \"Moran\", \r\n          \"member_id\": \"M000934\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"JerryMoran\", \r\n          \"url\": \"https://www.moran.senate.gov\", \r\n          \"votes_with_party_pct\": \"91.23\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"57965\", \r\n          \"date_of_birth\": \"1945-11-08\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Dennis\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001140.jpg\", \r\n          \"last_name\": \"Moore\", \r\n          \"member_id\": \"M001140\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.71\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"103425\", \r\n          \"date_of_birth\": \"1960-08-09\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"rogermarshallmd\", \r\n          \"first_name\": \"Roger\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001198.jpg\", \r\n          \"last_name\": \"Marshall\", \r\n          \"member_id\": \"M001198\", \r\n          \"office\": \"312 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-2715\", \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMarshall\", \r\n          \"url\": \"https://marshall.house.gov\", \r\n          \"votes_with_party_pct\": \"96.92\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"623387\", \r\n          \"date_of_birth\": \"1963-12-30\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"CongressmanPompeo\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000602.jpg\", \r\n          \"last_name\": \"Pompeo\", \r\n          \"member_id\": \"P000602\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMikePompeo\", \r\n          \"url\": \"http://pompeo.house.gov\", \r\n          \"votes_with_party_pct\": \"94.84\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"16354\", \r\n          \"date_of_birth\": \"1936-04-20\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"SenPatRoberts\", \r\n          \"first_name\": \"Pat\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000307.jpg\", \r\n          \"last_name\": \"Roberts\", \r\n          \"member_id\": \"R000307\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SenPatRoberts\", \r\n          \"url\": \"https://www.roberts.senate.gov\", \r\n          \"votes_with_party_pct\": \"90.36\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1947-04-29\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jim\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Ryun\", \r\n          \"member_id\": \"R000566\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"0.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-08-04\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Slattery\", \r\n          \"member_id\": \"S000477\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"83.91\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1949-09-16\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Vince\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Snowbarger\", \r\n          \"member_id\": \"S000662\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"95.86\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1951-06-15\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Todd\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/T000260.jpg\", \r\n          \"last_name\": \"Tiahrt\", \r\n          \"member_id\": \"T000260\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepToddTiahrt\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.44\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1976-09-18\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Steven\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Watkins\", \r\n          \"member_id\": \"W000824\", \r\n          \"office\": \"1205 Longworth House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-6601\", \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"Rep_Watkins\", \r\n          \"url\": \"https://watkins.house.gov/\", \r\n          \"votes_with_party_pct\": \"93.52\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"61843\", \r\n          \"date_of_birth\": \"1976-01-08\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"CongressmanKevinYoder\", \r\n          \"first_name\": \"Kevin\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/Y000063.jpg\", \r\n          \"last_name\": \"Yoder\", \r\n          \"member_id\": \"Y000063\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kansas\", \r\n          \"state_abr\": \"KS\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepKevinYoder\", \r\n          \"url\": \"https://yoder.house.gov\", \r\n          \"votes_with_party_pct\": \"93.52\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 102, \r\n          \"data_1994\": 121, \r\n          \"data_1995\": 139, \r\n          \"data_1996\": 174, \r\n          \"data_1997\": 194, \r\n          \"data_1998\": 249, \r\n          \"data_1999\": 253, \r\n          \"data_2000\": 253, \r\n          \"data_2001\": 277, \r\n          \"data_2002\": 302, \r\n          \"data_2003\": 411, \r\n          \"data_2004\": 462, \r\n          \"data_2005\": 541, \r\n          \"data_2006\": 583, \r\n          \"data_2007\": 630, \r\n          \"data_2008\": 689, \r\n          \"data_2009\": 803, \r\n          \"data_2010\": 906, \r\n          \"data_2011\": 1005, \r\n          \"data_2012\": 974, \r\n          \"data_2013\": 974, \r\n          \"data_2014\": 974, \r\n          \"data_2015\": 974, \r\n          \"data_2016\": 974, \r\n          \"data_2017\": 974, \r\n          \"state_name\": \"Kansas\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 51, \r\n          \"data_1994\": 102, \r\n          \"data_1995\": 116, \r\n          \"data_1996\": 113, \r\n          \"data_1997\": 142, \r\n          \"data_1998\": 117, \r\n          \"data_1999\": 126, \r\n          \"data_2000\": 156, \r\n          \"data_2001\": 264, \r\n          \"data_2002\": 130, \r\n          \"data_2003\": 126, \r\n          \"data_2004\": 126, \r\n          \"data_2005\": 113, \r\n          \"data_2006\": 96, \r\n          \"data_2007\": 104, \r\n          \"data_2008\": 104, \r\n          \"data_2009\": 125, \r\n          \"data_2010\": 129, \r\n          \"data_2011\": 143, \r\n          \"data_2012\": 99, \r\n          \"data_2013\": 139, \r\n          \"data_2014\": 154, \r\n          \"data_2015\": 177, \r\n          \"data_2016\": 282, \r\n          \"data_2017\": 269, \r\n          \"state_name\": \"Kansas\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 56422, \r\n      \"name\": \"Kansas\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 386513, \r\n          \"data_1994\": 415552, \r\n          \"data_1995\": 367750, \r\n          \"data_1996\": 360921, \r\n          \"data_1997\": 338569, \r\n          \"data_1998\": 325041, \r\n          \"data_1999\": 302023, \r\n          \"data_2000\": 314868, \r\n          \"data_2001\": 273862, \r\n          \"data_2002\": 307432, \r\n          \"data_2003\": 284722, \r\n          \"data_2004\": 260117, \r\n          \"data_2005\": 258695, \r\n          \"data_2006\": 269274, \r\n          \"data_2007\": 291695, \r\n          \"data_2008\": 292523, \r\n          \"data_2009\": 292425, \r\n          \"data_2010\": 280413, \r\n          \"data_2011\": 285318, \r\n          \"data_2012\": 268086, \r\n          \"data_2013\": 288274, \r\n          \"data_2014\": 291483, \r\n          \"data_2015\": 280421, \r\n          \"data_2016\": 276404, \r\n          \"data_2017\": 278639, \r\n          \"state_name\": \"Kansas\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 82977, \r\n          \"data_1994\": 89145, \r\n          \"data_1995\": 105723, \r\n          \"data_1996\": 86176, \r\n          \"data_1997\": 88469, \r\n          \"data_1998\": 109219, \r\n          \"data_1999\": 95687, \r\n          \"data_2000\": 94495, \r\n          \"data_2001\": 108050, \r\n          \"data_2002\": 94413, \r\n          \"data_2003\": 92648, \r\n          \"data_2004\": 105664, \r\n          \"data_2005\": 92055, \r\n          \"data_2006\": 97570, \r\n          \"data_2007\": 108762, \r\n          \"data_2008\": 88812, \r\n          \"data_2009\": 91710, \r\n          \"data_2010\": 99876, \r\n          \"data_2011\": 76585, \r\n          \"data_2012\": 86818, \r\n          \"data_2013\": 74902, \r\n          \"data_2014\": 89512, \r\n          \"data_2015\": 90254, \r\n          \"data_2016\": 86245, \r\n          \"data_2017\": 111367, \r\n          \"state_name\": \"Kansas\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 353100, \r\n          \"data_1994\": 347195, \r\n          \"data_1995\": 354212, \r\n          \"data_1996\": 371651, \r\n          \"data_1997\": 374880, \r\n          \"data_1998\": 377401, \r\n          \"data_1999\": 420973, \r\n          \"data_2000\": 389577, \r\n          \"data_2001\": 377447, \r\n          \"data_2002\": 364353, \r\n          \"data_2003\": 422629, \r\n          \"data_2004\": 412468, \r\n          \"data_2005\": 344498, \r\n          \"data_2006\": 354283, \r\n          \"data_2007\": 407303, \r\n          \"data_2008\": 358832, \r\n          \"data_2009\": 356192, \r\n          \"data_2010\": 363769, \r\n          \"data_2011\": 345714, \r\n          \"data_2012\": 344039, \r\n          \"data_2013\": 354445, \r\n          \"data_2014\": 368986, \r\n          \"data_2015\": 356757, \r\n          \"data_2016\": 356034, \r\n          \"data_2017\": 348532, \r\n          \"state_name\": \"Kansas\"\r\n        }\r\n      ], \r\n      \"population\": 2913123, \r\n      \"primary_energy_source_1\": \"Coal\", \r\n      \"primary_energy_source_2\": \"WindEnergy\", \r\n      \"primary_energy_source_3\": \"NuclearPower\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 37, \r\n          \"data_1994\": 37, \r\n          \"data_1995\": 37, \r\n          \"data_1996\": 37, \r\n          \"data_1997\": 36, \r\n          \"data_1998\": 34, \r\n          \"data_1999\": 32, \r\n          \"data_2000\": 29, \r\n          \"data_2001\": 25, \r\n          \"data_2002\": 22, \r\n          \"data_2003\": 18, \r\n          \"data_2004\": 15, \r\n          \"data_2005\": 17, \r\n          \"data_2006\": 21, \r\n          \"data_2007\": 24, \r\n          \"data_2008\": 23, \r\n          \"data_2009\": 24, \r\n          \"data_2010\": 28, \r\n          \"data_2011\": 29, \r\n          \"data_2012\": 39, \r\n          \"data_2013\": 54, \r\n          \"data_2014\": 56, \r\n          \"data_2015\": 87, \r\n          \"data_2016\": 125, \r\n          \"data_2017\": 231, \r\n          \"state_name\": \"Kansas\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 1, \r\n          \"data_1994\": 1, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 412, \r\n          \"data_2002\": 4748, \r\n          \"data_2003\": 3705, \r\n          \"data_2004\": 3592, \r\n          \"data_2005\": 4258, \r\n          \"data_2006\": 9839, \r\n          \"data_2007\": 11392, \r\n          \"data_2008\": 17337, \r\n          \"data_2009\": 27945, \r\n          \"data_2010\": 33220, \r\n          \"data_2011\": 36143, \r\n          \"data_2012\": 49439, \r\n          \"data_2013\": 90002, \r\n          \"data_2014\": 103135, \r\n          \"data_2015\": 102495, \r\n          \"data_2016\": 130272, \r\n          \"data_2017\": 171344, \r\n          \"state_name\": \"Kansas\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 10903, \r\n          \"data_1994\": 10291, \r\n          \"data_1995\": 10347, \r\n          \"data_1996\": 10459, \r\n          \"data_1997\": 8411, \r\n          \"data_1998\": 7674, \r\n          \"data_1999\": 7856, \r\n          \"data_2000\": 7634, \r\n          \"data_2001\": 7971, \r\n          \"data_2002\": 8118, \r\n          \"data_2003\": 8305, \r\n          \"data_2004\": 8411, \r\n          \"data_2005\": 7593, \r\n          \"data_2006\": 4692, \r\n          \"data_2007\": 5136, \r\n          \"data_2008\": 5614, \r\n          \"data_2009\": 5721, \r\n          \"data_2010\": 6884, \r\n          \"data_2011\": 8769, \r\n          \"data_2012\": 7575, \r\n          \"data_2013\": 8500, \r\n          \"data_2014\": 8477, \r\n          \"data_2015\": 7158, \r\n          \"data_2016\": 6415, \r\n          \"data_2017\": 6251, \r\n          \"state_name\": \"Kansas\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 17276, \r\n          \"data_1994\": 15791, \r\n          \"data_1995\": 15948, \r\n          \"data_1996\": 18997, \r\n          \"data_1997\": 13508, \r\n          \"data_1998\": 11476, \r\n          \"data_1999\": 11764, \r\n          \"data_2000\": 11972, \r\n          \"data_2001\": 12987, \r\n          \"data_2002\": 23337, \r\n          \"data_2003\": 29511, \r\n          \"data_2004\": 32124, \r\n          \"data_2005\": 43509, \r\n          \"data_2006\": 41976, \r\n          \"data_2007\": 46400, \r\n          \"data_2008\": 49552, \r\n          \"data_2009\": 49148, \r\n          \"data_2010\": 55937, \r\n          \"data_2011\": 55935, \r\n          \"data_2012\": 52528, \r\n          \"data_2013\": 58219, \r\n          \"data_2014\": 60287, \r\n          \"data_2015\": 51701, \r\n          \"data_2016\": 51856, \r\n          \"data_2017\": 52594, \r\n          \"state_name\": \"Kentucky\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 921147, \r\n          \"data_1994\": 896399, \r\n          \"data_1995\": 929379, \r\n          \"data_1996\": 952091, \r\n          \"data_1997\": 977760, \r\n          \"data_1998\": 958990, \r\n          \"data_1999\": 987592, \r\n          \"data_2000\": 997621, \r\n          \"data_2001\": 1013055, \r\n          \"data_2002\": 950941, \r\n          \"data_2003\": 943652, \r\n          \"data_2004\": 961759, \r\n          \"data_2005\": 986263, \r\n          \"data_2006\": 1023263, \r\n          \"data_2007\": 1020709, \r\n          \"data_2008\": 1024816, \r\n          \"data_2009\": 937106, \r\n          \"data_2010\": 1009823, \r\n          \"data_2011\": 1010623, \r\n          \"data_2012\": 909705, \r\n          \"data_2013\": 914774, \r\n          \"data_2014\": 913452, \r\n          \"data_2015\": 796484, \r\n          \"data_2016\": 736584, \r\n          \"data_2017\": 639356, \r\n          \"state_name\": \"Kentucky\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1941-07-09\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Scotty\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Baesler\", \r\n          \"member_id\": \"B000028\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.72\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1940-08-07\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Tom\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Barlow\", \r\n          \"member_id\": \"B000151\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"90.39\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1457\", \r\n          \"date_of_birth\": \"1931-10-23\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jim\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001066.jpg\", \r\n          \"last_name\": \"Bunning\", \r\n          \"member_id\": \"B001066\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.17\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"61848\", \r\n          \"date_of_birth\": \"1973-07-24\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"RepAndyBarr\", \r\n          \"first_name\": \"Andy\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001282.jpg\", \r\n          \"last_name\": \"Barr\", \r\n          \"member_id\": \"B001282\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepAndyBarr\", \r\n          \"url\": \"https://barr.house.gov\", \r\n          \"votes_with_party_pct\": \"95.31\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1007734\", \r\n          \"date_of_birth\": \"1959-09-12\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ben\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001058.jpg\", \r\n          \"last_name\": \"Chandler\", \r\n          \"member_id\": \"C001058\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.55\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"76619\", \r\n          \"date_of_birth\": \"1972-08-19\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"congressmancomer\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001108.jpg\", \r\n          \"last_name\": \"Comer\", \r\n          \"member_id\": \"C001108\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"https://comer.house.gov\", \r\n          \"votes_with_party_pct\": \"97.87\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1011405\", \r\n          \"date_of_birth\": \"1958-10-26\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Geoff\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/D000603.jpg\", \r\n          \"last_name\": \"Davis\", \r\n          \"member_id\": \"D000603\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGeoffDavis\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.22\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1924-09-08\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Wendell\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Ford\", \r\n          \"member_id\": \"F000268\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"88.89\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1952-11-12\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ernest\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Fletcher\", \r\n          \"member_id\": \"F000441\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"95.97\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031343\", \r\n          \"date_of_birth\": \"1964-02-18\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"CongressmanGuthrie\", \r\n          \"first_name\": \"Brett\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000558.jpg\", \r\n          \"last_name\": \"Guthrie\", \r\n          \"member_id\": \"G000558\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGuthrie\", \r\n          \"url\": \"https://guthrie.house.gov\", \r\n          \"votes_with_party_pct\": \"94.88\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1946-09-14\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Ron\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000293.jpg\", \r\n          \"last_name\": \"Lewis\", \r\n          \"member_id\": \"L000293\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.33\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1933-08-22\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Kenneth\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Lucas\", \r\n          \"member_id\": \"L000558\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"76.24\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1932-11-02\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Romano\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Mazzoli\", \r\n          \"member_id\": \"M000291\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"87.67\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"2351\", \r\n          \"date_of_birth\": \"1942-02-20\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"mitchmcconnell\", \r\n          \"first_name\": \"Mitch\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M000355.jpg\", \r\n          \"last_name\": \"McConnell\", \r\n          \"member_id\": \"M000355\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"McConnellPress\", \r\n          \"url\": \"https://www.mcconnell.senate.gov\", \r\n          \"votes_with_party_pct\": \"92.67\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"79951\", \r\n          \"date_of_birth\": \"1971-01-13\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"RepThomasMassie\", \r\n          \"first_name\": \"Thomas\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001184.jpg\", \r\n          \"last_name\": \"Massie\", \r\n          \"member_id\": \"M001184\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepThomasMassie\", \r\n          \"url\": \"https://massie.house.gov\", \r\n          \"votes_with_party_pct\": \"70.91\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1909-09-11\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"William\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Natcher\", \r\n          \"member_id\": \"N000009\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.59\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-01-22\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Anne\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Northup\", \r\n          \"member_id\": \"N000143\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"95.09\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"9265241\", \r\n          \"date_of_birth\": \"1963-01-07\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"SenatorRandPaul\", \r\n          \"first_name\": \"Rand\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/P000603.jpg\", \r\n          \"last_name\": \"Paul\", \r\n          \"member_id\": \"P000603\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"RandPaul\", \r\n          \"url\": \"https://www.paul.senate.gov\", \r\n          \"votes_with_party_pct\": \"74.34\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"6739\", \r\n          \"date_of_birth\": \"1937-12-31\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"CongressmanHalRogers\", \r\n          \"first_name\": \"Harold\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000395.jpg\", \r\n          \"last_name\": \"Rogers\", \r\n          \"member_id\": \"R000395\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepHalRogers\", \r\n          \"url\": \"https://halrogers.house.gov\", \r\n          \"votes_with_party_pct\": \"84.87\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1951-01-07\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Michael\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Ward\", \r\n          \"member_id\": \"W000139\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.66\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"36978\", \r\n          \"date_of_birth\": \"1943-05-25\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"RepEdWhitfield\", \r\n          \"first_name\": \"Edward\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/W000413.jpg\", \r\n          \"last_name\": \"Whitfield\", \r\n          \"member_id\": \"W000413\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepEdWhitfield\", \r\n          \"url\": \"http://whitfield.house.gov\", \r\n          \"votes_with_party_pct\": \"92.54\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1021662\", \r\n          \"date_of_birth\": \"1947-11-04\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"214258646163\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/Y000062.jpg\", \r\n          \"last_name\": \"Yarmuth\", \r\n          \"member_id\": \"Y000062\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Kentucky\", \r\n          \"state_abr\": \"KY\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepJohnYarmuth\", \r\n          \"url\": \"https://yarmuth.house.gov\", \r\n          \"votes_with_party_pct\": \"98.34\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 294, \r\n          \"data_1994\": 366, \r\n          \"data_1995\": 400, \r\n          \"data_1996\": 450, \r\n          \"data_1997\": 488, \r\n          \"data_1998\": 552, \r\n          \"data_1999\": 597, \r\n          \"data_2000\": 597, \r\n          \"data_2001\": 672, \r\n          \"data_2002\": 733, \r\n          \"data_2003\": 971, \r\n          \"data_2004\": 1071, \r\n          \"data_2005\": 1238, \r\n          \"data_2006\": 1391, \r\n          \"data_2007\": 1608, \r\n          \"data_2008\": 1855, \r\n          \"data_2009\": 2258, \r\n          \"data_2010\": 2544, \r\n          \"data_2011\": 2700, \r\n          \"data_2012\": 2712, \r\n          \"data_2013\": 2712, \r\n          \"data_2014\": 2712, \r\n          \"data_2015\": 2712, \r\n          \"data_2016\": 2712, \r\n          \"data_2017\": 2712, \r\n          \"state_name\": \"Kentucky\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 32526, \r\n          \"data_1994\": 41404, \r\n          \"data_1995\": 35303, \r\n          \"data_1996\": 36159, \r\n          \"data_1997\": 34522, \r\n          \"data_1998\": 31774, \r\n          \"data_1999\": 26144, \r\n          \"data_2000\": 23713, \r\n          \"data_2001\": 39839, \r\n          \"data_2002\": 40944, \r\n          \"data_2003\": 39974, \r\n          \"data_2004\": 37863, \r\n          \"data_2005\": 29609, \r\n          \"data_2006\": 25707, \r\n          \"data_2007\": 16492, \r\n          \"data_2008\": 18895, \r\n          \"data_2009\": 32380, \r\n          \"data_2010\": 25173, \r\n          \"data_2011\": 28850, \r\n          \"data_2012\": 22475, \r\n          \"data_2013\": 31249, \r\n          \"data_2014\": 29895, \r\n          \"data_2015\": 31717, \r\n          \"data_2016\": 32108, \r\n          \"data_2017\": 41514, \r\n          \"state_name\": \"Kentucky\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 48375, \r\n      \"name\": \"Kentucky\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 213053, \r\n          \"data_1994\": 221269, \r\n          \"data_1995\": 245572, \r\n          \"data_1996\": 248009, \r\n          \"data_1997\": 239307, \r\n          \"data_1998\": 212107, \r\n          \"data_1999\": 225390, \r\n          \"data_2000\": 234171, \r\n          \"data_2001\": 216705, \r\n          \"data_2002\": 236124, \r\n          \"data_2003\": 231384, \r\n          \"data_2004\": 233361, \r\n          \"data_2005\": 240853, \r\n          \"data_2006\": 217166, \r\n          \"data_2007\": 235876, \r\n          \"data_2008\": 233165, \r\n          \"data_2009\": 214261, \r\n          \"data_2010\": 239057, \r\n          \"data_2011\": 229048, \r\n          \"data_2012\": 232701, \r\n          \"data_2013\": 235703, \r\n          \"data_2014\": 262278, \r\n          \"data_2015\": 276867, \r\n          \"data_2016\": 279935, \r\n          \"data_2017\": 296911, \r\n          \"state_name\": \"Kentucky\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Kentucky\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 528731, \r\n          \"data_1994\": 529072, \r\n          \"data_1995\": 541300, \r\n          \"data_1996\": 527718, \r\n          \"data_1997\": 564067, \r\n          \"data_1998\": 580533, \r\n          \"data_1999\": 607084, \r\n          \"data_2000\": 594775, \r\n          \"data_2001\": 628298, \r\n          \"data_2002\": 685344, \r\n          \"data_2003\": 649350, \r\n          \"data_2004\": 708251, \r\n          \"data_2005\": 707177, \r\n          \"data_2006\": 709312, \r\n          \"data_2007\": 702007, \r\n          \"data_2008\": 660997, \r\n          \"data_2009\": 658303, \r\n          \"data_2010\": 652014, \r\n          \"data_2011\": 635136, \r\n          \"data_2012\": 619286, \r\n          \"data_2013\": 587208, \r\n          \"data_2014\": 595163, \r\n          \"data_2015\": 610740, \r\n          \"data_2016\": 624878, \r\n          \"data_2017\": 599225, \r\n          \"state_name\": \"Kentucky\"\r\n        }\r\n      ], \r\n      \"population\": 4454189, \r\n      \"primary_energy_source_1\": \"Coal\", \r\n      \"primary_energy_source_2\": \"NaturalGas\", \r\n      \"primary_energy_source_3\": \"Hydroelectricity\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 4, \r\n          \"data_1994\": 4, \r\n          \"data_1995\": 4, \r\n          \"data_1996\": 4, \r\n          \"data_1997\": 4, \r\n          \"data_1998\": 4, \r\n          \"data_1999\": 4, \r\n          \"data_2000\": 4, \r\n          \"data_2001\": 4, \r\n          \"data_2002\": 4, \r\n          \"data_2003\": 4, \r\n          \"data_2004\": 30, \r\n          \"data_2005\": 35, \r\n          \"data_2006\": 39, \r\n          \"data_2007\": 41, \r\n          \"data_2008\": 48, \r\n          \"data_2009\": 60, \r\n          \"data_2010\": 67, \r\n          \"data_2011\": 86, \r\n          \"data_2012\": 93, \r\n          \"data_2013\": 184, \r\n          \"data_2014\": 188, \r\n          \"data_2015\": 198, \r\n          \"data_2016\": 365, \r\n          \"data_2017\": 481, \r\n          \"state_name\": \"Kentucky\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Kentucky\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 15157, \r\n          \"data_1994\": 14897, \r\n          \"data_1995\": 15499, \r\n          \"data_1996\": 18531, \r\n          \"data_1997\": 12955, \r\n          \"data_1998\": 11149, \r\n          \"data_1999\": 11459, \r\n          \"data_2000\": 11738, \r\n          \"data_2001\": 12652, \r\n          \"data_2002\": 21150, \r\n          \"data_2003\": 24631, \r\n          \"data_2004\": 26406, \r\n          \"data_2005\": 32585, \r\n          \"data_2006\": 30401, \r\n          \"data_2007\": 32457, \r\n          \"data_2008\": 32324, \r\n          \"data_2009\": 30355, \r\n          \"data_2010\": 36693, \r\n          \"data_2011\": 36830, \r\n          \"data_2012\": 32935, \r\n          \"data_2013\": 38220, \r\n          \"data_2014\": 40535, \r\n          \"data_2015\": 32445, \r\n          \"data_2016\": 32145, \r\n          \"data_2017\": 32734, \r\n          \"state_name\": \"Kentucky\"\r\n        }\r\n      ]\r\n    }, \r\n    {\r\n      \"biomass_data\": [\r\n        {\r\n          \"data_1993\": 125335, \r\n          \"data_1994\": 137993, \r\n          \"data_1995\": 142091, \r\n          \"data_1996\": 142258, \r\n          \"data_1997\": 138717, \r\n          \"data_1998\": 136243, \r\n          \"data_1999\": 139727, \r\n          \"data_2000\": 136411, \r\n          \"data_2001\": 127962, \r\n          \"data_2002\": 134385, \r\n          \"data_2003\": 142784, \r\n          \"data_2004\": 177812, \r\n          \"data_2005\": 142401, \r\n          \"data_2006\": 141479, \r\n          \"data_2007\": 141127, \r\n          \"data_2008\": 101609, \r\n          \"data_2009\": 104230, \r\n          \"data_2010\": 120761, \r\n          \"data_2011\": 119260, \r\n          \"data_2012\": 118696, \r\n          \"data_2013\": 133160, \r\n          \"data_2014\": 151647, \r\n          \"data_2015\": 139853, \r\n          \"data_2016\": 154343, \r\n          \"data_2017\": 233541, \r\n          \"state_name\": \"Louisiana\"\r\n        }\r\n      ], \r\n      \"coal_data\": [\r\n        {\r\n          \"data_1993\": 223457, \r\n          \"data_1994\": 230869, \r\n          \"data_1995\": 216826, \r\n          \"data_1996\": 205405, \r\n          \"data_1997\": 226065, \r\n          \"data_1998\": 225283, \r\n          \"data_1999\": 227687, \r\n          \"data_2000\": 253263, \r\n          \"data_2001\": 239990, \r\n          \"data_2002\": 232109, \r\n          \"data_2003\": 247978, \r\n          \"data_2004\": 256716, \r\n          \"data_2005\": 253518, \r\n          \"data_2006\": 265214, \r\n          \"data_2007\": 249800, \r\n          \"data_2008\": 262470, \r\n          \"data_2009\": 252519, \r\n          \"data_2010\": 259750, \r\n          \"data_2011\": 269993, \r\n          \"data_2012\": 238811, \r\n          \"data_2013\": 228055, \r\n          \"data_2014\": 209973, \r\n          \"data_2015\": 174221, \r\n          \"data_2016\": 140513, \r\n          \"data_2017\": 142267, \r\n          \"state_name\": \"Louisiana\"\r\n        }\r\n      ], \r\n      \"congress_members\": [\r\n        {\r\n          \"cspan_id\": \"1004256\", \r\n          \"date_of_birth\": \"1946-12-05\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"RepRodneyAlexander\", \r\n          \"first_name\": \"Rodney\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/A000361.jpg\", \r\n          \"last_name\": \"Alexander\", \r\n          \"member_id\": \"A000361\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"USRepAlexander\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"0.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"76236\", \r\n          \"date_of_birth\": \"1954-09-16\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"CongressmanRalphAbraham\", \r\n          \"first_name\": \"Ralph\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/A000374.jpg\", \r\n          \"last_name\": \"Abraham\", \r\n          \"member_id\": \"A000374\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepAbraham\", \r\n          \"url\": \"https://abraham.house.gov\", \r\n          \"votes_with_party_pct\": \"97.26\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1948-05-22\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Richard\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Baker\", \r\n          \"member_id\": \"B000072\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.87\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1944-03-01\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Breaux\", \r\n          \"member_id\": \"B000780\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"85.78\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1013047\", \r\n          \"date_of_birth\": \"1956-02-21\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"RepBoustany\", \r\n          \"first_name\": \"Charles\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/B001255.jpg\", \r\n          \"last_name\": \"Boustany\", \r\n          \"member_id\": \"B001255\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepBoustany\", \r\n          \"url\": \"http://boustany.house.gov\", \r\n          \"votes_with_party_pct\": \"96.49\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1941-08-20\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Cooksey\", \r\n          \"member_id\": \"C000735\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"94.85\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1964-01-17\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Donald\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001073.jpg\", \r\n          \"last_name\": \"Cazayoux\", \r\n          \"member_id\": \"C001073\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"85.82\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1030546\", \r\n          \"date_of_birth\": \"1957-09-28\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bill\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001075.jpg\", \r\n          \"last_name\": \"Cassidy\", \r\n          \"member_id\": \"C001075\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"https://www.cassidy.senate.gov\", \r\n          \"votes_with_party_pct\": \"93.94\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031344\", \r\n          \"date_of_birth\": \"1967-03-13\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Anh\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/C001079.jpg\", \r\n          \"last_name\": \"Cao\", \r\n          \"member_id\": \"C001079\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"AnhJosephCao\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"82.9\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1962-11-22\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Cleo\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Fields\", \r\n          \"member_id\": \"F000110\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.13\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1031345\", \r\n          \"date_of_birth\": \"1951-07-05\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"repjohnfleming\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/F000456.jpg\", \r\n          \"last_name\": \"Fleming\", \r\n          \"member_id\": \"F000456\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepFleming\", \r\n          \"url\": \"http://fleming.house.gov\", \r\n          \"votes_with_party_pct\": \"96.65\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"9274609\", \r\n          \"date_of_birth\": \"1972-01-31\", \r\n          \"district\": \"6\", \r\n          \"facebook_account\": \"CongressmanGarretGraves\", \r\n          \"first_name\": \"Garret\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/G000577.jpg\", \r\n          \"last_name\": \"Graves\", \r\n          \"member_id\": \"G000577\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepGarretGraves\", \r\n          \"url\": \"https://garretgraves.house.gov\", \r\n          \"votes_with_party_pct\": \"95.48\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1946-12-21\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"James\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Hayes\", \r\n          \"member_id\": \"H000390\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"73.0\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"106094\", \r\n          \"date_of_birth\": \"1961-08-24\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"CongressmanClayHiggins\", \r\n          \"first_name\": \"Clay\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/H001077.jpg\", \r\n          \"last_name\": \"Higgins\", \r\n          \"member_id\": \"H001077\", \r\n          \"office\": \"1711 Longworth House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-2031\", \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepClayHiggins\", \r\n          \"url\": \"https://clayhiggins.house.gov\", \r\n          \"votes_with_party_pct\": \"98.54\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1947-03-14\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"William\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/J000070.jpg\", \r\n          \"last_name\": \"Jefferson\", \r\n          \"member_id\": \"J000070\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.83\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1960-01-05\", \r\n          \"district\": \"7\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Christopher\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"John\", \r\n          \"member_id\": \"J000110\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"77.25\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1932-06-10\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Johnston\", \r\n          \"member_id\": \"J000189\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"85.4\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1971-06-10\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bobby\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Jindal\", \r\n          \"member_id\": \"J000287\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"91.95\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"106095\", \r\n          \"date_of_birth\": \"1972-01-30\", \r\n          \"district\": \"4\", \r\n          \"facebook_account\": \"RepMikeJohnson\", \r\n          \"first_name\": \"Mike\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Johnson\", \r\n          \"member_id\": \"J000299\", \r\n          \"office\": \"327 Cannon House Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-225-2777\", \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMikeJohnson\", \r\n          \"url\": \"https://mikejohnson.house.gov\", \r\n          \"votes_with_party_pct\": \"97.46\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1011723\", \r\n          \"date_of_birth\": \"1951-11-21\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"JohnKennedyLouisiana\", \r\n          \"first_name\": \"John\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/K000393.jpg\", \r\n          \"last_name\": \"Kennedy\", \r\n          \"member_id\": \"K000393\", \r\n          \"office\": \"B11 Russell Senate Office Building\", \r\n          \"party\": \"R\", \r\n          \"phone\": \"202-224-4623\", \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Senator, 3rd Class\", \r\n          \"twitter_account\": \"SenJohnKennedy\", \r\n          \"url\": \"https://www.kennedy.senate.gov/public\", \r\n          \"votes_with_party_pct\": \"95.27\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1943-04-30\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Bob\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Livingston\", \r\n          \"member_id\": \"L000371\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"86.8\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"22357\", \r\n          \"date_of_birth\": \"1955-11-23\", \r\n          \"district\": \"0\", \r\n          \"facebook_account\": \"senatormarylandrieu\", \r\n          \"first_name\": \"Mary\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000550.jpg\", \r\n          \"last_name\": \"Landrieu\", \r\n          \"member_id\": \"L000550\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Senator, 2nd Class\", \r\n          \"twitter_account\": \"SenLandrieu\", \r\n          \"url\": \"http://www.landrieu.senate.gov\", \r\n          \"votes_with_party_pct\": \"89.73\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1970-12-23\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jeff\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/L000574.jpg\", \r\n          \"last_name\": \"Landry\", \r\n          \"member_id\": \"L000574\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"repjefflandry\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"92.34\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1949-09-18\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Jim\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M000388.jpg\", \r\n          \"last_name\": \"McCrery\", \r\n          \"member_id\": \"M000388\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"89.24\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1011754\", \r\n          \"date_of_birth\": \"1947-10-03\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Charlie\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001161.jpg\", \r\n          \"last_name\": \"Melancon\", \r\n          \"member_id\": \"M001161\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"81.24\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"73009\", \r\n          \"date_of_birth\": \"1974-01-07\", \r\n          \"district\": \"5\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"Vance\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/M001192.jpg\", \r\n          \"last_name\": \"McAllister\", \r\n          \"member_id\": \"M001192\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepMcAllister\", \r\n          \"url\": \"http://mcallister.house.gov\", \r\n          \"votes_with_party_pct\": \"94.81\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"62391\", \r\n          \"date_of_birth\": \"1973-09-13\", \r\n          \"district\": \"2\", \r\n          \"facebook_account\": \"RepRichmond\", \r\n          \"first_name\": \"Cedric\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/R000588.jpg\", \r\n          \"last_name\": \"Richmond\", \r\n          \"member_id\": \"R000588\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"RepRichmond\", \r\n          \"url\": \"https://richmond.house.gov\", \r\n          \"votes_with_party_pct\": \"92.04\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"1015311\", \r\n          \"date_of_birth\": \"1965-10-06\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"RepSteveScalise\", \r\n          \"first_name\": \"Steve\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/S001176.jpg\", \r\n          \"last_name\": \"Scalise\", \r\n          \"member_id\": \"S001176\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"SteveScalise\", \r\n          \"url\": \"https://scalise.house.gov\", \r\n          \"votes_with_party_pct\": \"96.34\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"Not given\", \r\n          \"date_of_birth\": \"1943-06-14\", \r\n          \"district\": \"3\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"William\", \r\n          \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n          \"last_name\": \"Tauzin\", \r\n          \"member_id\": \"T000058\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"D\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"\", \r\n          \"votes_with_party_pct\": \"66.34\"\r\n        }, \r\n        {\r\n          \"cspan_id\": \"60672\", \r\n          \"date_of_birth\": \"1961-05-03\", \r\n          \"district\": \"1\", \r\n          \"facebook_account\": \"Facebook not given\", \r\n          \"first_name\": \"David\", \r\n          \"image_url\": \"https://theunitedstates.io/images/congress/original/V000127.jpg\", \r\n          \"last_name\": \"Vitter\", \r\n          \"member_id\": \"V000127\", \r\n          \"office\": \"Office not given\", \r\n          \"party\": \"R\", \r\n          \"phone\": null, \r\n          \"state\": \"Louisiana\", \r\n          \"state_abr\": \"LA\", \r\n          \"title\": \"Representative\", \r\n          \"twitter_account\": \"twitter\", \r\n          \"url\": \"https://www.vitter.senate.gov\", \r\n          \"votes_with_party_pct\": \"93.94\"\r\n        }\r\n      ], \r\n      \"dominant_party\": \"Republican\", \r\n      \"geothermal_data\": [\r\n        {\r\n          \"data_1993\": 150, \r\n          \"data_1994\": 233, \r\n          \"data_1995\": 259, \r\n          \"data_1996\": 300, \r\n          \"data_1997\": 328, \r\n          \"data_1998\": 386, \r\n          \"data_1999\": 451, \r\n          \"data_2000\": 451, \r\n          \"data_2001\": 502, \r\n          \"data_2002\": 544, \r\n          \"data_2003\": 700, \r\n          \"data_2004\": 778, \r\n          \"data_2005\": 902, \r\n          \"data_2006\": 996, \r\n          \"data_2007\": 1125, \r\n          \"data_2008\": 1279, \r\n          \"data_2009\": 1520, \r\n          \"data_2010\": 1708, \r\n          \"data_2011\": 1891, \r\n          \"data_2012\": 1842, \r\n          \"data_2013\": 1842, \r\n          \"data_2014\": 1842, \r\n          \"data_2015\": 1842, \r\n          \"data_2016\": 1842, \r\n          \"data_2017\": 1842, \r\n          \"state_name\": \"Louisiana\"\r\n        }\r\n      ], \r\n      \"hydroelectricity_data\": [\r\n        {\r\n          \"data_1993\": 12700, \r\n          \"data_1994\": 10027, \r\n          \"data_1995\": 9819, \r\n          \"data_1996\": 9967, \r\n          \"data_1997\": 10580, \r\n          \"data_1998\": 10838, \r\n          \"data_1999\": 8199, \r\n          \"data_2000\": 5430, \r\n          \"data_2001\": 7566, \r\n          \"data_2002\": 9069, \r\n          \"data_2003\": 9031, \r\n          \"data_2004\": 11006, \r\n          \"data_2005\": 8109, \r\n          \"data_2006\": 7074, \r\n          \"data_2007\": 8171, \r\n          \"data_2008\": 10488, \r\n          \"data_2009\": 12067, \r\n          \"data_2010\": 10817, \r\n          \"data_2011\": 10144, \r\n          \"data_2012\": 6470, \r\n          \"data_2013\": 9966, \r\n          \"data_2014\": 10366, \r\n          \"data_2015\": 9310, \r\n          \"data_2016\": 10183, \r\n          \"data_2017\": 8349, \r\n          \"state_name\": \"Louisiana\"\r\n        }\r\n      ], \r\n      \"median_hh_income\": 46145, \r\n      \"name\": \"Louisiana\", \r\n      \"naturalgas_data\": [\r\n        {\r\n          \"data_1993\": 1637028, \r\n          \"data_1994\": 1649015, \r\n          \"data_1995\": 1737257, \r\n          \"data_1996\": 1687569, \r\n          \"data_1997\": 1857072, \r\n          \"data_1998\": 1679040, \r\n          \"data_1999\": 1558295, \r\n          \"data_2000\": 1625863, \r\n          \"data_2001\": 1347228, \r\n          \"data_2002\": 1475464, \r\n          \"data_2003\": 1353179, \r\n          \"data_2004\": 1393140, \r\n          \"data_2005\": 1367497, \r\n          \"data_2006\": 1346690, \r\n          \"data_2007\": 1430621, \r\n          \"data_2008\": 1369823, \r\n          \"data_2009\": 1315265, \r\n          \"data_2010\": 1482948, \r\n          \"data_2011\": 1535704, \r\n          \"data_2012\": 1585876, \r\n          \"data_2013\": 1504968, \r\n          \"data_2014\": 1547175, \r\n          \"data_2015\": 1594204, \r\n          \"data_2016\": 1718308, \r\n          \"data_2017\": 1717520, \r\n          \"state_name\": \"Louisiana\"\r\n        }\r\n      ], \r\n      \"nuclearpower_data\": [\r\n        {\r\n          \"data_1993\": 151238, \r\n          \"data_1994\": 133562, \r\n          \"data_1995\": 164812, \r\n          \"data_1996\": 165578, \r\n          \"data_1997\": 141785, \r\n          \"data_1998\": 172341, \r\n          \"data_1999\": 137016, \r\n          \"data_2000\": 164734, \r\n          \"data_2001\": 181041, \r\n          \"data_2002\": 180702, \r\n          \"data_2003\": 168069, \r\n          \"data_2004\": 178110, \r\n          \"data_2005\": 163598, \r\n          \"data_2006\": 174634, \r\n          \"data_2007\": 179127, \r\n          \"data_2008\": 160658, \r\n          \"data_2009\": 175524, \r\n          \"data_2010\": 194818, \r\n          \"data_2011\": 173859, \r\n          \"data_2012\": 164092, \r\n          \"data_2013\": 177156, \r\n          \"data_2014\": 181059, \r\n          \"data_2015\": 160015, \r\n          \"data_2016\": 179391, \r\n          \"data_2017\": 161171, \r\n          \"state_name\": \"Louisiana\"\r\n        }\r\n      ], \r\n      \"petroleum_data\": [\r\n        {\r\n          \"data_1993\": 1759773, \r\n          \"data_1994\": 1867057, \r\n          \"data_1995\": 1819666, \r\n          \"data_1996\": 1955752, \r\n          \"data_1997\": 1929756, \r\n          \"data_1998\": 1850656, \r\n          \"data_1999\": 1972665, \r\n          \"data_2000\": 2166207, \r\n          \"data_2001\": 1965938, \r\n          \"data_2002\": 1989143, \r\n          \"data_2003\": 1958947, \r\n          \"data_2004\": 2069916, \r\n          \"data_2005\": 1975738, \r\n          \"data_2006\": 2127496, \r\n          \"data_2007\": 2131474, \r\n          \"data_2008\": 2197451, \r\n          \"data_2009\": 2055596, \r\n          \"data_2010\": 2117040, \r\n          \"data_2011\": 2094606, \r\n          \"data_2012\": 1943513, \r\n          \"data_2013\": 1925103, \r\n          \"data_2014\": 1869599, \r\n          \"data_2015\": 1925325, \r\n          \"data_2016\": 1898263, \r\n          \"data_2017\": 2021987, \r\n          \"state_name\": \"Louisiana\"\r\n        }\r\n      ], \r\n      \"population\": 4684333, \r\n      \"primary_energy_source_1\": \"NaturalGas\", \r\n      \"primary_energy_source_2\": \"Coal\", \r\n      \"primary_energy_source_3\": \"NuclearPower\", \r\n      \"solarenergy_data\": [\r\n        {\r\n          \"data_1993\": 70, \r\n          \"data_1994\": 72, \r\n          \"data_1995\": 75, \r\n          \"data_1996\": 73, \r\n          \"data_1997\": 69, \r\n          \"data_1998\": 71, \r\n          \"data_1999\": 67, \r\n          \"data_2000\": 60, \r\n          \"data_2001\": 57, \r\n          \"data_2002\": 56, \r\n          \"data_2003\": 60, \r\n          \"data_2004\": 65, \r\n          \"data_2005\": 65, \r\n          \"data_2006\": 67, \r\n          \"data_2007\": 77, \r\n          \"data_2008\": 79, \r\n          \"data_2009\": 83, \r\n          \"data_2010\": 113, \r\n          \"data_2011\": 165, \r\n          \"data_2012\": 319, \r\n          \"data_2013\": 669, \r\n          \"data_2014\": 1075, \r\n          \"data_2015\": 1520, \r\n          \"data_2016\": 1851, \r\n          \"data_2017\": 1958, \r\n          \"state_name\": \"Louisiana\"\r\n        }\r\n      ], \r\n      \"windenergy_data\": [\r\n        {\r\n          \"data_1993\": 0, \r\n          \"data_1994\": 0, \r\n          \"data_1995\": 0, \r\n          \"data_1996\": 0, \r\n          \"data_1997\": 0, \r\n          \"data_1998\": 0, \r\n          \"data_1999\": 0, \r\n          \"data_2000\": 0, \r\n          \"data_2001\": 0, \r\n          \"data_2002\": 0, \r\n          \"data_2003\": 0, \r\n          \"data_2004\": 0, \r\n          \"data_2005\": 0, \r\n          \"data_2006\": 0, \r\n          \"data_2007\": 0, \r\n          \"data_2008\": 0, \r\n          \"data_2009\": 0, \r\n          \"data_2010\": 0, \r\n          \"data_2011\": 0, \r\n          \"data_2012\": 0, \r\n          \"data_2013\": 0, \r\n          \"data_2014\": 0, \r\n          \"data_2015\": 0, \r\n          \"data_2016\": 0, \r\n          \"data_2017\": 0, \r\n          \"state_name\": \"Louisiana\"\r\n        }\r\n      ], \r\n      \"woodandwaste_data\": [\r\n        {\r\n          \"data_1993\": 124571, \r\n          \"data_1994\": 136914, \r\n          \"data_1995\": 141446, \r\n          \"data_1996\": 142103, \r\n          \"data_1997\": 138651, \r\n          \"data_1998\": 136187, \r\n          \"data_1999\": 139590, \r\n          \"data_2000\": 136388, \r\n          \"data_2001\": 127962, \r\n          \"data_2002\": 131270, \r\n          \"data_2003\": 138817, \r\n          \"data_2004\": 173792, \r\n          \"data_2005\": 142234, \r\n          \"data_2006\": 141324, \r\n          \"data_2007\": 140637, \r\n          \"data_2008\": 97433, \r\n          \"data_2009\": 93270, \r\n          \"data_2010\": 100484, \r\n          \"data_2011\": 99645, \r\n          \"data_2012\": 100238, \r\n          \"data_2013\": 113505, \r\n          \"data_2014\": 136092, \r\n          \"data_2015\": 119577, \r\n          \"data_2016\": 134858, \r\n          \"data_2017\": 214628, \r\n          \"state_name\": \"Louisiana\"\r\n        }\r\n      ]\r\n    }\r\n  ], \r\n  \"page\": 2, \r\n  \"total_pages\": 6\r\n}"}],"_postman_id":"6f92484f-09b5-40e2-9198-c2d12c422289"},{"name":"GET /api/states/{name}","event":[{"listen":"test","script":{"id":"205b0f02-4753-4df1-b709-92daf685ab20","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response time below 2000 ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(2000);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","var jsonData = pm.response.json();\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(jsonData).to.have.property(\"biomass_data\");\r","    pm.expect(jsonData).to.have.property(\"coal_data\");\r","    pm.expect(jsonData).to.have.property(\"congress_members\");\r","    pm.expect(jsonData).to.have.property(\"dominant_party\");\r","    pm.expect(jsonData).to.have.property(\"geothermal_data\");\r","    pm.expect(jsonData).to.have.property(\"hydroelectricity_data\");\r","    pm.expect(jsonData).to.have.property(\"median_hh_income\");\r","    pm.expect(jsonData).to.have.property(\"name\");\r","    pm.expect(jsonData).to.have.property(\"naturalgas_data\");\r","    pm.expect(jsonData).to.have.property(\"nuclearpower_data\");\r","    pm.expect(jsonData).to.have.property(\"petroleum_data\");\r","    pm.expect(jsonData).to.have.property(\"population\");\r","    pm.expect(jsonData).to.have.property(\"primary_energy_source_1\");\r","    pm.expect(jsonData).to.have.property(\"primary_energy_source_2\");\r","    pm.expect(jsonData).to.have.property(\"primary_energy_source_3\");\r","    pm.expect(jsonData).to.have.property(\"solarenergy_data\");\r","    pm.expect(jsonData).to.have.property(\"windenergy_data\");\r","    pm.expect(jsonData).to.have.property(\"woodandwaste_data\");\r","});"],"type":"text/javascript"}}],"id":"2f4f9a6a-6bc4-4851-9ff5-ceb06fe013a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/states/Alabama","description":"Retrieve data on a specific state.\n\nAt this time, energy consumption data must be retrieved separately with /api/**energy_type**?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}.\n\nValid values for **energy_type**:\n* petroleum\n* biomass\n* coal\n* geothermal\n* hydroelectricity\n* naturalgas\n* nuclearpower\n* solarenergy\n* windenergy\n* woodandwaste"},"response":[{"id":"2beca96a-d1af-4b04-9d15-7ac0f8af91a7","name":"GET /api/states/Alabama","originalRequest":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/states/Alabama"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"biomass_data\": [\n        {\n            \"data_1993\": 176217,\n            \"data_1994\": 215932,\n            \"data_1995\": 223971,\n            \"data_1996\": 208971,\n            \"data_1997\": 182204,\n            \"data_1998\": 209467,\n            \"data_1999\": 210694,\n            \"data_2000\": 203782,\n            \"data_2001\": 166309,\n            \"data_2002\": 163647,\n            \"data_2003\": 156338,\n            \"data_2004\": 186662,\n            \"data_2005\": 178199,\n            \"data_2006\": 194227,\n            \"data_2007\": 187593,\n            \"data_2008\": 176472,\n            \"data_2009\": 151086,\n            \"data_2010\": 180391,\n            \"data_2011\": 191327,\n            \"data_2012\": 192362,\n            \"data_2013\": 209069,\n            \"data_2014\": 200364,\n            \"data_2015\": 187987,\n            \"data_2016\": 187447,\n            \"data_2017\": 188663,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"coal_data\": [\n        {\n            \"data_1993\": 812948,\n            \"data_1994\": 773804,\n            \"data_1995\": 828277,\n            \"data_1996\": 890742,\n            \"data_1997\": 867264,\n            \"data_1998\": 856479,\n            \"data_1999\": 866512,\n            \"data_2000\": 904181,\n            \"data_2001\": 842337,\n            \"data_2002\": 845999,\n            \"data_2003\": 873735,\n            \"data_2004\": 853917,\n            \"data_2005\": 890098,\n            \"data_2006\": 886678,\n            \"data_2007\": 888436,\n            \"data_2008\": 842826,\n            \"data_2009\": 630969,\n            \"data_2010\": 718684,\n            \"data_2011\": 651032,\n            \"data_2012\": 547004,\n            \"data_2013\": 565051,\n            \"data_2014\": 575912,\n            \"data_2015\": 494311,\n            \"data_2016\": 410168,\n            \"data_2017\": 378890,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"congress_members\": [\n        {\n            \"cspan_id\": \"45516\",\n            \"date_of_birth\": \"1965-07-22\",\n            \"district\": \"4\",\n            \"facebook_account\": \"RobertAderholt\",\n            \"first_name\": \"Robert\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/A000055.jpg\",\n            \"last_name\": \"Aderholt\",\n            \"member_id\": \"A000055\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"Robert_Aderholt\",\n            \"url\": \"https://aderholt.house.gov\",\n            \"votes_with_party_pct\": \"93.9\"\n        },\n        {\n            \"cspan_id\": \"26397\",\n            \"date_of_birth\": \"1947-12-28\",\n            \"district\": \"6\",\n            \"facebook_account\": \"SpencerBachus\",\n            \"first_name\": \"Spencer\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/B000013.jpg\",\n            \"last_name\": \"Bachus\",\n            \"member_id\": \"B000013\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"BachusAL06\",\n            \"url\": \"http://bachus.house.gov\",\n            \"votes_with_party_pct\": \"91.67\"\n        },\n        {\n            \"cspan_id\": \"Not given\",\n            \"date_of_birth\": \"1921-03-27\",\n            \"district\": \"4\",\n            \"facebook_account\": \"Facebook not given\",\n            \"first_name\": \"Tom\",\n            \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\",\n            \"last_name\": \"Bevill\",\n            \"member_id\": \"B000431\",\n            \"office\": \"Office not given\",\n            \"party\": \"D\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"twitter\",\n            \"url\": \"\",\n            \"votes_with_party_pct\": \"86.28\"\n        },\n        {\n            \"cspan_id\": \"Not given\",\n            \"date_of_birth\": \"1943-01-15\",\n            \"district\": \"3\",\n            \"facebook_account\": \"Facebook not given\",\n            \"first_name\": \"Glen\",\n            \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\",\n            \"last_name\": \"Browder\",\n            \"member_id\": \"B000897\",\n            \"office\": \"Office not given\",\n            \"party\": \"D\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"twitter\",\n            \"url\": \"\",\n            \"votes_with_party_pct\": \"81.79\"\n        },\n        {\n            \"cspan_id\": \"1003546\",\n            \"date_of_birth\": \"1959-11-19\",\n            \"district\": \"1\",\n            \"facebook_account\": \"jobonner\",\n            \"first_name\": \"Jo\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/B001244.jpg\",\n            \"last_name\": \"Bonner\",\n            \"member_id\": \"B001244\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"repjobonner\",\n            \"url\": \"http://bonner.house.gov/\",\n            \"votes_with_party_pct\": \"97.4\"\n        },\n        {\n            \"cspan_id\": \"87180\",\n            \"date_of_birth\": \"1952-07-21\",\n            \"district\": \"2\",\n            \"facebook_account\": \"Facebook not given\",\n            \"first_name\": \"Bobby\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/B001264.jpg\",\n            \"last_name\": \"Bright\",\n            \"member_id\": \"B001264\",\n            \"office\": \"Office not given\",\n            \"party\": \"D\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"twitter\",\n            \"url\": \"\",\n            \"votes_with_party_pct\": \"71.41\"\n        },\n        {\n            \"cspan_id\": \"94888\",\n            \"date_of_birth\": \"1954-04-29\",\n            \"district\": \"5\",\n            \"facebook_account\": \"RepMoBrooks\",\n            \"first_name\": \"Mo\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/B001274.jpg\",\n            \"last_name\": \"Brooks\",\n            \"member_id\": \"B001274\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"RepMoBrooks\",\n            \"url\": \"https://brooks.house.gov\",\n            \"votes_with_party_pct\": \"93.56\"\n        },\n        {\n            \"cspan_id\": \"73486\",\n            \"date_of_birth\": \"1955-02-16\",\n            \"district\": \"1\",\n            \"facebook_account\": \"RepByrne\",\n            \"first_name\": \"Bradley\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/B001289.jpg\",\n            \"last_name\": \"Byrne\",\n            \"member_id\": \"B001289\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"RepByrne\",\n            \"url\": \"https://byrne.house.gov\",\n            \"votes_with_party_pct\": \"97.91\"\n        },\n        {\n            \"cspan_id\": \"Not given\",\n            \"date_of_birth\": \"1932-09-11\",\n            \"district\": \"1\",\n            \"facebook_account\": \"Facebook not given\",\n            \"first_name\": \"Sonny\",\n            \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\",\n            \"last_name\": \"Callahan\",\n            \"member_id\": \"C000052\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"twitter\",\n            \"url\": \"\",\n            \"votes_with_party_pct\": \"88.26\"\n        },\n        {\n            \"cspan_id\": \"Not given\",\n            \"date_of_birth\": \"1947-08-22\",\n            \"district\": \"5\",\n            \"facebook_account\": \"Facebook not given\",\n            \"first_name\": \"Robert\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/C000868.jpg\",\n            \"last_name\": \"Cramer\",\n            \"member_id\": \"C000868\",\n            \"office\": \"Office not given\",\n            \"party\": \"D\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"twitter\",\n            \"url\": \"\",\n            \"votes_with_party_pct\": \"84.43\"\n        },\n        {\n            \"cspan_id\": \"1002463\",\n            \"date_of_birth\": \"1967-10-09\",\n            \"district\": \"7\",\n            \"facebook_account\": \"Facebook not given\",\n            \"first_name\": \"Artur\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/D000602.jpg\",\n            \"last_name\": \"Davis\",\n            \"member_id\": \"D000602\",\n            \"office\": \"Office not given\",\n            \"party\": \"D\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"ArturDavis\",\n            \"url\": \"\",\n            \"votes_with_party_pct\": \"92.32\"\n        },\n        {\n            \"cspan_id\": \"Not given\",\n            \"date_of_birth\": \"1937-02-15\",\n            \"district\": \"2\",\n            \"facebook_account\": \"Facebook not given\",\n            \"first_name\": \"Terry\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/E000268.jpg\",\n            \"last_name\": \"Everett\",\n            \"member_id\": \"E000268\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"twitter\",\n            \"url\": \"\",\n            \"votes_with_party_pct\": \"88.13\"\n        },\n        {\n            \"cspan_id\": \"1031339\",\n            \"date_of_birth\": \"1942-08-06\",\n            \"district\": \"5\",\n            \"facebook_account\": \"Facebook not given\",\n            \"first_name\": \"Parker\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/G000557.jpg\",\n            \"last_name\": \"Griffith\",\n            \"member_id\": \"G000557\",\n            \"office\": \"Office not given\",\n            \"party\": \"D\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"twitter\",\n            \"url\": \"\",\n            \"votes_with_party_pct\": \"84.35\"\n        },\n        {\n            \"cspan_id\": \"Not given\",\n            \"date_of_birth\": \"1921-06-19\",\n            \"district\": \"0\",\n            \"facebook_account\": \"Facebook not given\",\n            \"first_name\": \"Howell\",\n            \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\",\n            \"last_name\": \"Heflin\",\n            \"member_id\": \"H000445\",\n            \"office\": \"Office not given\",\n            \"party\": \"D\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Senator, 2nd Class\",\n            \"twitter_account\": \"twitter\",\n            \"url\": \"\",\n            \"votes_with_party_pct\": \"74.63\"\n        },\n        {\n            \"cspan_id\": \"Not given\",\n            \"date_of_birth\": \"1942-04-09\",\n            \"district\": \"7\",\n            \"facebook_account\": \"Facebook not given\",\n            \"first_name\": \"Earl\",\n            \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\",\n            \"last_name\": \"Hilliard\",\n            \"member_id\": \"H000621\",\n            \"office\": \"Office not given\",\n            \"party\": \"D\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"twitter\",\n            \"url\": \"\",\n            \"votes_with_party_pct\": \"88.25\"\n        },\n        {\n            \"cspan_id\": \"1024592\",\n            \"date_of_birth\": \"1954-05-04\",\n            \"district\": \"0\",\n            \"facebook_account\": \"senatordougjones\",\n            \"first_name\": \"Doug\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/J000300.jpg\",\n            \"last_name\": \"Jones\",\n            \"member_id\": \"J000300\",\n            \"office\": \"Office not given\",\n            \"party\": \"D\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Senator, 2nd Class\",\n            \"twitter_account\": \"sendougjones\",\n            \"url\": \"https://www.jones.senate.gov\",\n            \"votes_with_party_pct\": \"81.37\"\n        },\n        {\n            \"cspan_id\": \"76094\",\n            \"date_of_birth\": \"1954-05-14\",\n            \"district\": \"6\",\n            \"facebook_account\": \"CongressmanGaryPalmer\",\n            \"first_name\": \"Gary\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/P000609.jpg\",\n            \"last_name\": \"Palmer\",\n            \"member_id\": \"P000609\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"USRepGaryPalmer\",\n            \"url\": \"https://palmer.house.gov\",\n            \"votes_with_party_pct\": \"94.66\"\n        },\n        {\n            \"cspan_id\": \"Not given\",\n            \"date_of_birth\": \"1944-10-03\",\n            \"district\": \"3\",\n            \"facebook_account\": \"Facebook not given\",\n            \"first_name\": \"Bob\",\n            \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\",\n            \"last_name\": \"Riley\",\n            \"member_id\": \"R000258\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"twitter\",\n            \"url\": \"\",\n            \"votes_with_party_pct\": \"94.12\"\n        },\n        {\n            \"cspan_id\": \"1014740\",\n            \"date_of_birth\": \"1958-07-16\",\n            \"district\": \"3\",\n            \"facebook_account\": \"CongressmanMikeDRogers\",\n            \"first_name\": \"Mike\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/R000575.jpg\",\n            \"last_name\": \"Rogers\",\n            \"member_id\": \"R000575\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"RepMikeRogersAL\",\n            \"url\": \"https://mikerogers.house.gov\",\n            \"votes_with_party_pct\": \"97.06\"\n        },\n        {\n            \"cspan_id\": \"61712\",\n            \"date_of_birth\": \"1976-07-27\",\n            \"district\": \"2\",\n            \"facebook_account\": \"Representative.Martha.Roby\",\n            \"first_name\": \"Martha\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/R000591.jpg\",\n            \"last_name\": \"Roby\",\n            \"member_id\": \"R000591\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"RepMarthaRoby\",\n            \"url\": \"https://roby.house.gov\",\n            \"votes_with_party_pct\": \"94.38\"\n        },\n        {\n            \"cspan_id\": \"1859\",\n            \"date_of_birth\": \"1934-05-06\",\n            \"district\": \"0\",\n            \"facebook_account\": \"RichardShelby\",\n            \"first_name\": \"Richard\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/S000320.jpg\",\n            \"last_name\": \"Shelby\",\n            \"member_id\": \"S000320\",\n            \"office\": \"Office not given\",\n            \"party\": \"D\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Senator, 3rd Class\",\n            \"twitter_account\": \"SenShelby\",\n            \"url\": \"https://www.shelby.senate.gov\",\n            \"votes_with_party_pct\": \"61.23\"\n        },\n        {\n            \"cspan_id\": \"44441\",\n            \"date_of_birth\": \"1946-12-24\",\n            \"district\": \"0\",\n            \"facebook_account\": \"jeffsessions\",\n            \"first_name\": \"Jeff\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/S001141.jpg\",\n            \"last_name\": \"Sessions\",\n            \"member_id\": \"S001141\",\n            \"office\": \"Office not given\",\n            \"party\": \"R\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Senator, 2nd Class\",\n            \"twitter_account\": \"SenatorSessions\",\n            \"url\": \"http://www.sessions.senate.gov/public\",\n            \"votes_with_party_pct\": \"91.61\"\n        },\n        {\n            \"cspan_id\": \"623257\",\n            \"date_of_birth\": \"1965-01-01\",\n            \"district\": \"7\",\n            \"facebook_account\": \"RepSewell\",\n            \"first_name\": \"Terri\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/S001185.jpg\",\n            \"last_name\": \"Sewell\",\n            \"member_id\": \"S001185\",\n            \"office\": \"Office not given\",\n            \"party\": \"D\",\n            \"phone\": null,\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Representative\",\n            \"twitter_account\": \"RepTerriSewell\",\n            \"url\": \"https://sewell.house.gov\",\n            \"votes_with_party_pct\": \"91.93\"\n        },\n        {\n            \"cspan_id\": \"9278255\",\n            \"date_of_birth\": \"1953-03-01\",\n            \"district\": \"0\",\n            \"facebook_account\": \"SenatorLutherStrange\",\n            \"first_name\": \"Luther\",\n            \"image_url\": \"https://theunitedstates.io/images/congress/original/S001202.jpg\",\n            \"last_name\": \"Strange\",\n            \"member_id\": \"S001202\",\n            \"office\": \"326 Russell Senate Office Building\",\n            \"party\": \"R\",\n            \"phone\": \"202-224-4124\",\n            \"state\": \"Alabama\",\n            \"state_abr\": \"AL\",\n            \"title\": \"Senator, 2nd Class\",\n            \"twitter_account\": \"SenatorStrange\",\n            \"url\": \"https://www.strange.senate.gov/\",\n            \"votes_with_party_pct\": \"97.25\"\n        }\n    ],\n    \"dominant_party\": \"Republican\",\n    \"geothermal_data\": [\n        {\n            \"data_1993\": 16,\n            \"data_1994\": 14,\n            \"data_1995\": 15,\n            \"data_1996\": 16,\n            \"data_1997\": 17,\n            \"data_1998\": 18,\n            \"data_1999\": 62,\n            \"data_2000\": 62,\n            \"data_2001\": 65,\n            \"data_2002\": 67,\n            \"data_2003\": 62,\n            \"data_2004\": 68,\n            \"data_2005\": 78,\n            \"data_2006\": 85,\n            \"data_2007\": 98,\n            \"data_2008\": 117,\n            \"data_2009\": 126,\n            \"data_2010\": 138,\n            \"data_2011\": 135,\n            \"data_2012\": 141,\n            \"data_2013\": 141,\n            \"data_2014\": 141,\n            \"data_2015\": 141,\n            \"data_2016\": 141,\n            \"data_2017\": 141,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"hydroelectricity_data\": [\n        {\n            \"data_1993\": 93134,\n            \"data_1994\": 117903,\n            \"data_1995\": 97980,\n            \"data_1996\": 114587,\n            \"data_1997\": 117660,\n            \"data_1998\": 107730,\n            \"data_1999\": 79350,\n            \"data_2000\": 59346,\n            \"data_2001\": 86346,\n            \"data_2002\": 89775,\n            \"data_2003\": 128232,\n            \"data_2004\": 106432,\n            \"data_2005\": 101436,\n            \"data_2006\": 71930,\n            \"data_2007\": 40881,\n            \"data_2008\": 60466,\n            \"data_2009\": 122345,\n            \"data_2010\": 84919,\n            \"data_2011\": 86313,\n            \"data_2012\": 70754,\n            \"data_2013\": 123071,\n            \"data_2014\": 90030,\n            \"data_2015\": 91902,\n            \"data_2016\": 64484,\n            \"data_2017\": 85103,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"median_hh_income\": 48123,\n    \"name\": \"Alabama\",\n    \"naturalgas_data\": [\n        {\n            \"data_1993\": 302250,\n            \"data_1994\": 299250,\n            \"data_1995\": 332399,\n            \"data_1996\": 337764,\n            \"data_1997\": 337431,\n            \"data_1998\": 341973,\n            \"data_1999\": 349076,\n            \"data_2000\": 368472,\n            \"data_2001\": 344004,\n            \"data_2002\": 389965,\n            \"data_2003\": 360483,\n            \"data_2004\": 391927,\n            \"data_2005\": 363398,\n            \"data_2006\": 402044,\n            \"data_2007\": 430649,\n            \"data_2008\": 414260,\n            \"data_2009\": 466272,\n            \"data_2010\": 544405,\n            \"data_2011\": 609288,\n            \"data_2012\": 677380,\n            \"data_2013\": 625869,\n            \"data_2014\": 650570,\n            \"data_2015\": 701582,\n            \"data_2016\": 715033,\n            \"data_2017\": 681516,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"nuclearpower_data\": [\n        {\n            \"data_1993\": 187216,\n            \"data_1994\": 214054,\n            \"data_1995\": 218045,\n            \"data_1996\": 312018,\n            \"data_1997\": 310336,\n            \"data_1998\": 300698,\n            \"data_1999\": 322826,\n            \"data_2000\": 327143,\n            \"data_2001\": 317019,\n            \"data_2002\": 332650,\n            \"data_2003\": 330137,\n            \"data_2004\": 329898,\n            \"data_2005\": 330761,\n            \"data_2006\": 332992,\n            \"data_2007\": 360036,\n            \"data_2008\": 407551,\n            \"data_2009\": 415392,\n            \"data_2010\": 396557,\n            \"data_2011\": 411822,\n            \"data_2012\": 427975,\n            \"data_2013\": 426488,\n            \"data_2014\": 431368,\n            \"data_2015\": 438728,\n            \"data_2016\": 417334,\n            \"data_2017\": 446097,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"petroleum_data\": [\n        {\n            \"data_1993\": 499427,\n            \"data_1994\": 527207,\n            \"data_1995\": 538357,\n            \"data_1996\": 539453,\n            \"data_1997\": 525274,\n            \"data_1998\": 518889,\n            \"data_1999\": 536428,\n            \"data_2000\": 559735,\n            \"data_2001\": 536066,\n            \"data_2002\": 563247,\n            \"data_2003\": 563003,\n            \"data_2004\": 612500,\n            \"data_2005\": 607006,\n            \"data_2006\": 611416,\n            \"data_2007\": 601654,\n            \"data_2008\": 570063,\n            \"data_2009\": 527384,\n            \"data_2010\": 545193,\n            \"data_2011\": 545415,\n            \"data_2012\": 537105,\n            \"data_2013\": 520222,\n            \"data_2014\": 519075,\n            \"data_2015\": 546237,\n            \"data_2016\": 576500,\n            \"data_2017\": 560103,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"population\": 4874747,\n    \"primary_energy_source_1\": \"NaturalGas\",\n    \"primary_energy_source_2\": \"NuclearPower\",\n    \"primary_energy_source_3\": \"Coal\",\n    \"solarenergy_data\": [\n        {\n            \"data_1993\": 148,\n            \"data_1994\": 153,\n            \"data_1995\": 150,\n            \"data_1996\": 146,\n            \"data_1997\": 138,\n            \"data_1998\": 134,\n            \"data_1999\": 127,\n            \"data_2000\": 113,\n            \"data_2001\": 97,\n            \"data_2002\": 82,\n            \"data_2003\": 68,\n            \"data_2004\": 54,\n            \"data_2005\": 53,\n            \"data_2006\": 62,\n            \"data_2007\": 63,\n            \"data_2008\": 64,\n            \"data_2009\": 62,\n            \"data_2010\": 68,\n            \"data_2011\": 71,\n            \"data_2012\": 78,\n            \"data_2013\": 97,\n            \"data_2014\": 100,\n            \"data_2015\": 101,\n            \"data_2016\": 431,\n            \"data_2017\": 1812,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"windenergy_data\": [\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"woodandwaste_data\": [\n        {\n            \"data_1993\": 174850,\n            \"data_1994\": 214463,\n            \"data_1995\": 221956,\n            \"data_1996\": 208622,\n            \"data_1997\": 181859,\n            \"data_1998\": 209183,\n            \"data_1999\": 210656,\n            \"data_2000\": 203782,\n            \"data_2001\": 165015,\n            \"data_2002\": 162766,\n            \"data_2003\": 155066,\n            \"data_2004\": 184143,\n            \"data_2005\": 178033,\n            \"data_2006\": 194075,\n            \"data_2007\": 187119,\n            \"data_2008\": 172732,\n            \"data_2009\": 141954,\n            \"data_2010\": 157118,\n            \"data_2011\": 169330,\n            \"data_2012\": 171090,\n            \"data_2013\": 187188,\n            \"data_2014\": 178169,\n            \"data_2015\": 164877,\n            \"data_2016\": 163785,\n            \"data_2017\": 165205,\n            \"state_name\": \"Alabama\"\n        }\n    ]\n}"}],"_postman_id":"2f4f9a6a-6bc4-4851-9ff5-ceb06fe013a9"}],"id":"e6518b6b-a9e7-4e36-a789-659f03798e50","description":"API calls related to information on states.","event":[{"listen":"prerequest","script":{"id":"fb02b1d8-6c8e-4609-b3eb-552a1eecb755","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fabaf21c-c817-449d-a7f8-eb3b7524163c","type":"text/javascript","exec":[""]}}],"_postman_id":"e6518b6b-a9e7-4e36-a789-659f03798e50"},{"name":"bills","item":[{"name":"GET /api/bills","event":[{"listen":"test","script":{"id":"38000de6-1cbb-4dbf-b23b-1c5f50c63919","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response time below 2000 ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(2000);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","var jsonData = pm.response.json();\r","var bill_list = jsonData.objects\r","var total_pages = jsonData.total_pages\r","\r","pm.test(\"Paginated properly\", function () {\r","    var numResults = jsonData.num_results\r","    if (numResults > 9) {\r","        pm.expect(bill_list.length).to.eql(9)\r","        pm.expect(total_pages).not.eql(1);\r","    }\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    for (var b in bill_list) {\r","        pm.expect(bill_list[b]).to.have.property(\"active\");\r","        pm.expect(bill_list[b]).to.have.property(\"bill_id\");\r","        pm.expect(bill_list[b]).to.have.property(\"bill_type\");\r","        pm.expect(bill_list[b]).to.have.property(\"committees\");\r","        pm.expect(bill_list[b]).to.have.property(\"congressdotgov_url\");\r","        pm.expect(bill_list[b]).to.have.property(\"cosponsors\");\r","        pm.expect(bill_list[b]).to.have.property(\"cosponsors_by_party_D\");\r","        pm.expect(bill_list[b]).to.have.property(\"cosponsors_by_party_R\");\r","        pm.expect(bill_list[b]).to.have.property(\"govtrack_url\");\r","        pm.expect(bill_list[b]).to.have.property(\"house_passage\");\r","        pm.expect(bill_list[b]).to.have.property(\"introduced_date\");\r","        pm.expect(bill_list[b]).to.have.property(\"senate_passage\");\r","        pm.expect(bill_list[b]).to.have.property(\"short_title\");\r","        pm.expect(bill_list[b]).to.have.property(\"sponsor_id\");\r","        pm.expect(bill_list[b]).to.have.property(\"sponsor_rs\");\r","        pm.expect(bill_list[b]).to.have.property(\"summary\");\r","        pm.expect(bill_list[b]).to.have.property(\"summary_short\");\r","        pm.expect(bill_list[b]).to.have.property(\"title\");\r","    }\r","});"],"type":"text/javascript"}}],"id":"a5d769b6-c6e9-416f-97f5-d06da1a582c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/bills","description":"Retrieve data on all energy-related bills.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can search for bills sponsored by a particular Congress member. Use ?q={\"filters\":[{\"name\":\"sponsor_id\",\"op\":\"eq\",\"val\":\"**member_id**\"}]}. The same **member_id** can be used to retrieve data on a specific Congress member with /api/congressmembers/**member_id**."},"response":[{"id":"257e063c-f744-4c9c-8009-8d3cb50c27a6","name":"GET /api/bills","originalRequest":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/bills"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 2930, \r\n  \"objects\": [\r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres106-111\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Energy and Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/111th-congress/house-concurrent-resolution/106\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres106-111\", \r\n          \"cosponsor_id\": \"T000459\", \r\n          \"id\": 1\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres106-111\", \r\n          \"cosponsor_id\": \"D000602\", \r\n          \"id\": 2\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres106-111\", \r\n          \"cosponsor_id\": \"M001175\", \r\n          \"id\": 3\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 2, \r\n      \"cosponsors_by_party_R\": 1, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2009-04-23\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"B001264\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"87180\", \r\n        \"date_of_birth\": \"1952-07-21\", \r\n        \"district\": \"2\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Bobby\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001264.jpg\", \r\n        \"last_name\": \"Bright\", \r\n        \"member_id\": \"B001264\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Alabama\", \r\n        \"state_abr\": \"AL\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"71.41\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\", \r\n      \"summary_short\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\", \r\n      \"title\": \"Expressing the sense of Congress in support of a single national fuel economy standard.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres136-107\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Resources\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"T000460\", \r\n          \"id\": 4\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"S000106\", \r\n          \"id\": 5\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"B000586\", \r\n          \"id\": 6\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"F000030\", \r\n          \"id\": 7\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"M000725\", \r\n          \"id\": 8\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"L000551\", \r\n          \"id\": 9\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"P000034\", \r\n          \"id\": 10\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"L000090\", \r\n          \"id\": 11\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"D000598\", \r\n          \"id\": 12\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"H000762\", \r\n          \"id\": 13\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"R000486\", \r\n          \"id\": 14\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"H001034\", \r\n          \"id\": 15\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"N000179\", \r\n          \"id\": 16\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"S000810\", \r\n          \"id\": 17\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"W000738\", \r\n          \"id\": 18\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"F000116\", \r\n          \"id\": 19\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"S001153\", \r\n          \"id\": 20\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"S000344\", \r\n          \"id\": 21\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"P000197\", \r\n          \"id\": 22\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"E000215\", \r\n          \"id\": 23\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"D000114\", \r\n          \"id\": 24\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"B000574\", \r\n          \"id\": 25\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"T000057\", \r\n          \"id\": 26\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"T000253\", \r\n          \"id\": 27\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"W000215\", \r\n          \"id\": 28\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"H000213\", \r\n          \"id\": 29\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"M000249\", \r\n          \"id\": 30\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"B000410\", \r\n          \"id\": 31\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"F000339\", \r\n          \"id\": 32\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"L000397\", \r\n          \"id\": 33\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"W000314\", \r\n          \"id\": 34\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"W000187\", \r\n          \"id\": 35\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"M000714\", \r\n          \"id\": 36\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"A000357\", \r\n          \"id\": 37\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"W000793\", \r\n          \"id\": 38\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"B000911\", \r\n          \"id\": 39\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"M000404\", \r\n          \"id\": 40\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"H000789\", \r\n          \"id\": 41\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"H000324\", \r\n          \"id\": 42\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"K000113\", \r\n          \"id\": 43\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"D000191\", \r\n          \"id\": 44\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"D000275\", \r\n          \"id\": 45\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"S001150\", \r\n          \"id\": 46\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"B000287\", \r\n          \"id\": 47\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"G000180\", \r\n          \"id\": 48\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"S000510\", \r\n          \"id\": 49\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"D000210\", \r\n          \"id\": 50\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 51\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"M000628\", \r\n          \"id\": 52\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"B000619\", \r\n          \"id\": 53\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"L000560\", \r\n          \"id\": 54\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"M000133\", \r\n          \"id\": 55\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"S000030\", \r\n          \"id\": 56\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres136-107\", \r\n          \"cosponsor_id\": \"C000670\", \r\n          \"id\": 57\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 50, \r\n      \"cosponsors_by_party_R\": 4, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2001-05-16\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"C001036\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"54075\", \r\n        \"date_of_birth\": \"1938-01-10\", \r\n        \"district\": \"22\", \r\n        \"facebook_account\": \"loiscapps\", \r\n        \"first_name\": \"Lois\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/C001036.jpg\", \r\n        \"last_name\": \"Capps\", \r\n        \"member_id\": \"C001036\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"California\", \r\n        \"state_abr\": \"CA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"RepLoisCapps\", \r\n        \"url\": \"http://capps.house.gov\", \r\n        \"votes_with_party_pct\": \"0.0\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n      \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n      \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres153-110\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Energy and Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/house-concurrent-resolution/153\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres153-110\", \r\n          \"cosponsor_id\": \"C000243\", \r\n          \"id\": 58\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres153-110\", \r\n          \"cosponsor_id\": \"G000210\", \r\n          \"id\": 59\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres153-110\", \r\n          \"cosponsor_id\": \"M000472\", \r\n          \"id\": 60\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres153-110\", \r\n          \"cosponsor_id\": \"M000933\", \r\n          \"id\": 61\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres153-110\", \r\n          \"cosponsor_id\": \"B000208\", \r\n          \"id\": 62\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres153-110\", \r\n          \"cosponsor_id\": \"S001144\", \r\n          \"id\": 63\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres153-110\", \r\n          \"cosponsor_id\": \"K000360\", \r\n          \"id\": 64\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres153-110\", \r\n          \"cosponsor_id\": \"W000099\", \r\n          \"id\": 65\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 1, \r\n      \"cosponsors_by_party_R\": 7, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2007-05-22\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"G000180\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1946-04-15\", \r\n        \"district\": \"1\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Wayne\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/G000180.jpg\", \r\n        \"last_name\": \"Gilchrest\", \r\n        \"member_id\": \"G000180\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Maryland\", \r\n        \"state_abr\": \"MD\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"79.17\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of Congress that: (1) Congress and the Executive Branch should aggressively pursue development and rapid, commercial deployment of a diverse portfolio of new and existing energy technologies; (2) Congress should pursue development of policies to promote specified efficiency initiatives; (3) Congress should pursue policies that create a sustainable market for the commercial deployment of alternative and energy efficiency technologies; and (4) Congress, the Executive Branch, and state and local governments, as well as utilities and industry leaders, should be actively engaged in consumer education initiatives surrounding available approaches to energy diversity and efficiency.\", \r\n      \"summary_short\": \"Expresses the sense of Congress that: (1) Congress and the Executive Branch should aggressively pursue development and rapid, commercial deployment of a diverse portfolio of new and existing energy technologies; (2) Congress should pursue development of policies to promote specified efficiency initiatives; (3) Congress should pursue policies that create a sustainable market for the commercial deployment of alternative and energy efficiency technologies; and (4) Congress, the Executive Branch,...\", \r\n      \"title\": \"Expressing the sense of the Congress regarding the need for a nationwide diversified energy portfolio, and for other purposes.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres157-110\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Science and Technology\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/house-concurrent-resolution/157\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres157-110\", \r\n          \"cosponsor_id\": \"N000181\", \r\n          \"id\": 66\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres157-110\", \r\n          \"cosponsor_id\": \"C000059\", \r\n          \"id\": 67\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres157-110\", \r\n          \"cosponsor_id\": \"S000030\", \r\n          \"id\": 68\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 1, \r\n      \"cosponsors_by_party_R\": 2, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2007-05-23\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"R000004\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"36533\", \r\n        \"date_of_birth\": \"1955-06-20\", \r\n        \"district\": \"19\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"George\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/R000004.jpg\", \r\n        \"last_name\": \"Radanovich\", \r\n        \"member_id\": \"R000004\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"California\", \r\n        \"state_abr\": \"CA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"RepRadanovich\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"96.43\"\r\n      }, \r\n      \"summary\": \"Reiterates Congress' commitment to developing alternative and renewable energy, in particular biodiesel and other biofuels, and expressly supports the research and development of biodiesel and biofuels from agricultural products and byproducts within California.\", \r\n      \"summary_short\": \"Reiterates Congress' commitment to developing alternative and renewable energy, in particular biodiesel and other biofuels, and expressly supports the research and development of biodiesel and biofuels from agricultural products and byproducts within California.\", \r\n      \"title\": \"Supporting the research and development in the State of California of biodiesel and other biofuels from agricultural products and byproducts.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres184-110\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Natural Resources; House Transportation and Infrastructure\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/house-concurrent-resolution/184\", \r\n      \"cosponsors\": [], \r\n      \"cosponsors_by_party_D\": 0, \r\n      \"cosponsors_by_party_R\": 0, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2007-07-12\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"Preserve our Salmon and Renewable Energy Resolution\", \r\n      \"sponsor_id\": \"S001167\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1954-02-17\", \r\n        \"district\": \"1\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Bill\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/S001167.jpg\", \r\n        \"last_name\": \"Sali\", \r\n        \"member_id\": \"S001167\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Idaho\", \r\n        \"state_abr\": \"ID\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"90.72\"\r\n      }, \r\n      \"summary\": \"Preserve our Salmon and Renewable Energy Resolution - Expresses the sense of Congress that: (1) the dams on the Columbia and Snake Rivers are essential to commerce in the Pacific Northwest; (2) the survivability rate of salmon and steelhead has increased since the dams have been in place; (3) breaching the dams will not guarantee recovery of salmon and steelhead; (4) the environmental impact of removing the dams will be extremely damaging; (5) the dams on the Columbia and Snake Rivers provide renewable pollution free energy to the Pacific Northwest and helps backup California's power grid; and (6) two conclusive and exhaustive studies have already been completed which considered removing the dams or reservoir drawdown on the Snake River and concluded that we need to keep the dams.\", \r\n      \"summary_short\": \"Preserve our Salmon and Renewable Energy Resolution - Expresses the sense of Congress that: (1) the dams on the Columbia and Snake Rivers are essential to commerce in the Pacific Northwest; (2) the survivability rate of salmon and steelhead has increased since the dams have been in place; (3) breaching the dams will not guarantee recovery of salmon and steelhead; (4) the environmental impact of removing the dams will be extremely damaging; (5) the dams on the Columbia and Snake Rivers provide...\", \r\n      \"title\": \"Expressing the sense of the Congress opposing removal of dams on the Columbia and Snake Rivers for fishery restoration purposes, supporting the renewable energy that the dams produce, and agreeing that their removal does not make sound environmental nor fiscal sense.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres188-103\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Energy and Commerce; House Science, Space and Technology\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/103rd-congress/house-concurrent-resolution/188\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 69\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"A000022\", \r\n          \"id\": 70\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"A000210\", \r\n          \"id\": 71\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"A000211\", \r\n          \"id\": 72\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"B000008\", \r\n          \"id\": 73\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"B001226\", \r\n          \"id\": 74\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"B000318\", \r\n          \"id\": 75\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"B000410\", \r\n          \"id\": 76\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"B000462\", \r\n          \"id\": 77\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"B000517\", \r\n          \"id\": 78\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"B000586\", \r\n          \"id\": 79\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"B000644\", \r\n          \"id\": 80\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"B000944\", \r\n          \"id\": 81\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"B000997\", \r\n          \"id\": 82\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"B001213\", \r\n          \"id\": 83\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"C000141\", \r\n          \"id\": 84\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"C000488\", \r\n          \"id\": 85\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"C000621\", \r\n          \"id\": 86\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"C000670\", \r\n          \"id\": 87\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"C000714\", \r\n          \"id\": 88\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"C000767\", \r\n          \"id\": 89\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"C000830\", \r\n          \"id\": 90\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"D000168\", \r\n          \"id\": 91\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"D000191\", \r\n          \"id\": 92\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"D000216\", \r\n          \"id\": 93\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"D000222\", \r\n          \"id\": 94\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"D000275\", \r\n          \"id\": 95\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"D000373\", \r\n          \"id\": 96\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"E000064\", \r\n          \"id\": 97\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"E000092\", \r\n          \"id\": 98\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"E000179\", \r\n          \"id\": 99\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"E000215\", \r\n          \"id\": 100\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"E000250\", \r\n          \"id\": 101\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"F000030\", \r\n          \"id\": 102\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"F000053\", \r\n          \"id\": 103\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"F000116\", \r\n          \"id\": 104\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"F000128\", \r\n          \"id\": 105\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"F000141\", \r\n          \"id\": 106\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"F000235\", \r\n          \"id\": 107\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"F000339\", \r\n          \"id\": 108\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"F000434\", \r\n          \"id\": 109\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"G000180\", \r\n          \"id\": 110\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"G000212\", \r\n          \"id\": 111\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"G000240\", \r\n          \"id\": 112\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"H000096\", \r\n          \"id\": 113\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"H000114\", \r\n          \"id\": 114\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"H000627\", \r\n          \"id\": 115\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"H000652\", \r\n          \"id\": 116\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"H000670\", \r\n          \"id\": 117\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"H000930\", \r\n          \"id\": 118\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"J000033\", \r\n          \"id\": 119\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"J000187\", \r\n          \"id\": 120\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"K000110\", \r\n          \"id\": 121\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"K000118\", \r\n          \"id\": 122\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"K000172\", \r\n          \"id\": 123\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"K000259\", \r\n          \"id\": 124\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"K000262\", \r\n          \"id\": 125\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"K000274\", \r\n          \"id\": 126\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"K000312\", \r\n          \"id\": 127\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"K000328\", \r\n          \"id\": 128\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"L000035\", \r\n          \"id\": 129\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"L000090\", \r\n          \"id\": 130\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"L000225\", \r\n          \"id\": 131\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"L000263\", \r\n          \"id\": 132\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"L000287\", \r\n          \"id\": 133\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"L000420\", \r\n          \"id\": 134\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"L000480\", \r\n          \"id\": 135\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000015\", \r\n          \"id\": 136\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000087\", \r\n          \"id\": 137\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000117\", \r\n          \"id\": 138\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000129\", \r\n          \"id\": 139\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000133\", \r\n          \"id\": 140\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000206\", \r\n          \"id\": 141\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000249\", \r\n          \"id\": 142\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000404\", \r\n          \"id\": 143\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000590\", \r\n          \"id\": 144\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000627\", \r\n          \"id\": 145\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000725\", \r\n          \"id\": 146\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000795\", \r\n          \"id\": 147\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000797\", \r\n          \"id\": 148\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000933\", \r\n          \"id\": 149\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"M000941\", \r\n          \"id\": 150\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"N000002\", \r\n          \"id\": 151\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"N000015\", \r\n          \"id\": 152\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"N000147\", \r\n          \"id\": 153\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"O000006\", \r\n          \"id\": 154\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"O000085\", \r\n          \"id\": 155\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"O000159\", \r\n          \"id\": 156\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"P000034\", \r\n          \"id\": 157\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"P000099\", \r\n          \"id\": 158\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"P000197\", \r\n          \"id\": 159\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"P000258\", \r\n          \"id\": 160\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"P000259\", \r\n          \"id\": 161\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"P000444\", \r\n          \"id\": 162\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"P000523\", \r\n          \"id\": 163\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"R000033\", \r\n          \"id\": 164\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"R000229\", \r\n          \"id\": 165\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"R000385\", \r\n          \"id\": 166\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"R000486\", \r\n          \"id\": 167\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S000005\", \r\n          \"id\": 168\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S000033\", \r\n          \"id\": 169\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S000142\", \r\n          \"id\": 170\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S000248\", \r\n          \"id\": 171\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S001144\", \r\n          \"id\": 172\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S000332\", \r\n          \"id\": 173\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S000462\", \r\n          \"id\": 174\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S000477\", \r\n          \"id\": 175\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S000480\", \r\n          \"id\": 176\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S000663\", \r\n          \"id\": 177\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S000810\", \r\n          \"id\": 178\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S000948\", \r\n          \"id\": 179\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S001040\", \r\n          \"id\": 180\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S001113\", \r\n          \"id\": 181\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"S001115\", \r\n          \"id\": 182\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"T000253\", \r\n          \"id\": 183\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"T000316\", \r\n          \"id\": 184\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"U000017\", \r\n          \"id\": 185\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"V000081\", \r\n          \"id\": 186\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"V000087\", \r\n          \"id\": 187\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"V000108\", \r\n          \"id\": 188\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"W000177\", \r\n          \"id\": 189\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"W000215\", \r\n          \"id\": 190\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"W000326\", \r\n          \"id\": 191\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"W000738\", \r\n          \"id\": 192\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"W000779\", \r\n          \"id\": 193\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"W000784\", \r\n          \"id\": 194\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"Y000013\", \r\n          \"id\": 195\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres188-103\", \r\n          \"cosponsor_id\": \"Z000008\", \r\n          \"id\": 196\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 113, \r\n      \"cosponsors_by_party_R\": 14, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"1993-11-22\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"S000294\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1942-07-15\", \r\n        \"district\": \"2\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Philip\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Sharp\", \r\n        \"member_id\": \"S000294\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Indiana\", \r\n        \"state_abr\": \"IN\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"91.45\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of the Congress that the national policy of the United States should be to: (1) increase energy efficiency, as specified; (2) increase renewable energy technologies to 20 percent of the overall national energy mix by 2010; and (3) achieve these goals by adopting a specified national strategy.\", \r\n      \"summary_short\": \"Expresses the sense of the Congress that the national policy of the United States should be to: (1) increase energy efficiency, as specified; (2) increase renewable energy technologies to 20 percent of the overall national energy mix by 2010; and (3) achieve these goals by adopting a specified national strategy.\", \r\n      \"title\": \"Expressing the sense of the Congress that a dramatic new direction in Federal Government energy research, development, demonstration and commercialization funding priorities should be adopted to improve environmental protection, create new jobs, enhance United States competitiveness, and reduce the trade deficit.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres202-103\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Education and Labor; House Energy and Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/103rd-congress/house-concurrent-resolution/202\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"A000211\", \r\n          \"id\": 197\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"A000214\", \r\n          \"id\": 198\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"B000177\", \r\n          \"id\": 199\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"B000462\", \r\n          \"id\": 200\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"B000576\", \r\n          \"id\": 201\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"B000586\", \r\n          \"id\": 202\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"B000619\", \r\n          \"id\": 203\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"B000644\", \r\n          \"id\": 204\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"C000178\", \r\n          \"id\": 205\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"C000488\", \r\n          \"id\": 206\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"C000537\", \r\n          \"id\": 207\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"C000634\", \r\n          \"id\": 208\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"C000794\", \r\n          \"id\": 209\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"D000046\", \r\n          \"id\": 210\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"D000191\", \r\n          \"id\": 211\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"D000216\", \r\n          \"id\": 212\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"D000222\", \r\n          \"id\": 213\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"D000355\", \r\n          \"id\": 214\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"E000174\", \r\n          \"id\": 215\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"E000179\", \r\n          \"id\": 216\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"E000250\", \r\n          \"id\": 217\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"F000184\", \r\n          \"id\": 218\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"F000339\", \r\n          \"id\": 219\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"F000349\", \r\n          \"id\": 220\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"F000348\", \r\n          \"id\": 221\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"F000434\", \r\n          \"id\": 222\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"G000025\", \r\n          \"id\": 223\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"G000120\", \r\n          \"id\": 224\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"G000210\", \r\n          \"id\": 225\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"G000535\", \r\n          \"id\": 226\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"H000074\", \r\n          \"id\": 227\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"H000114\", \r\n          \"id\": 228\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"H000670\", \r\n          \"id\": 229\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"H000930\", \r\n          \"id\": 230\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"I000024\", \r\n          \"id\": 231\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"J000033\", \r\n          \"id\": 232\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"J000126\", \r\n          \"id\": 233\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"J000163\", \r\n          \"id\": 234\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"K000110\", \r\n          \"id\": 235\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"K000118\", \r\n          \"id\": 236\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"K000172\", \r\n          \"id\": 237\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"K000262\", \r\n          \"id\": 238\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"K000270\", \r\n          \"id\": 239\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"K000274\", \r\n          \"id\": 240\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"K000312\", \r\n          \"id\": 241\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"L000556\", \r\n          \"id\": 242\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"L000263\", \r\n          \"id\": 243\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"L000342\", \r\n          \"id\": 244\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"L000381\", \r\n          \"id\": 245\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"L000420\", \r\n          \"id\": 246\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"L000480\", \r\n          \"id\": 247\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"M000117\", \r\n          \"id\": 248\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"M000133\", \r\n          \"id\": 249\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"M000206\", \r\n          \"id\": 250\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"M000342\", \r\n          \"id\": 251\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"M000523\", \r\n          \"id\": 252\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"M000627\", \r\n          \"id\": 253\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"M000795\", \r\n          \"id\": 254\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"M000797\", \r\n          \"id\": 255\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"M000834\", \r\n          \"id\": 256\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"M000941\", \r\n          \"id\": 257\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"M001120\", \r\n          \"id\": 258\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"N000002\", \r\n          \"id\": 259\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"N000015\", \r\n          \"id\": 260\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"O000006\", \r\n          \"id\": 261\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"O000085\", \r\n          \"id\": 262\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"O000159\", \r\n          \"id\": 263\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"P000066\", \r\n          \"id\": 264\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"P000422\", \r\n          \"id\": 265\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"P000452\", \r\n          \"id\": 266\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"Q000016\", \r\n          \"id\": 267\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"R000033\", \r\n          \"id\": 268\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"R000122\", \r\n          \"id\": 269\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"R000178\", \r\n          \"id\": 270\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"R000243\", \r\n          \"id\": 271\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"R000307\", \r\n          \"id\": 272\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"R000395\", \r\n          \"id\": 273\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"R000459\", \r\n          \"id\": 274\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"R000515\", \r\n          \"id\": 275\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S000033\", \r\n          \"id\": 276\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S000056\", \r\n          \"id\": 277\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S000059\", \r\n          \"id\": 278\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S000097\", \r\n          \"id\": 279\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S000294\", \r\n          \"id\": 280\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S001144\", \r\n          \"id\": 281\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S000465\", \r\n          \"id\": 282\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S000477\", \r\n          \"id\": 283\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S000663\", \r\n          \"id\": 284\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S001004\", \r\n          \"id\": 285\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S001040\", \r\n          \"id\": 286\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S001045\", \r\n          \"id\": 287\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"S001113\", \r\n          \"id\": 288\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"T000314\", \r\n          \"id\": 289\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"T000317\", \r\n          \"id\": 290\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"U000031\", \r\n          \"id\": 291\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"V000087\", \r\n          \"id\": 292\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"V000112\", \r\n          \"id\": 293\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"W000099\", \r\n          \"id\": 294\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"W000326\", \r\n          \"id\": 295\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"W000520\", \r\n          \"id\": 296\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"W000738\", \r\n          \"id\": 297\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"W000784\", \r\n          \"id\": 298\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"Y000013\", \r\n          \"id\": 299\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres202-103\", \r\n          \"cosponsor_id\": \"Z000004\", \r\n          \"id\": 300\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 78, \r\n      \"cosponsors_by_party_R\": 25, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"1994-02-07\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"M000015\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1948-07-13\", \r\n        \"district\": \"1\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Ronald\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Machtley\", \r\n        \"member_id\": \"M000015\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Rhode Island\", \r\n        \"state_abr\": \"RI\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"79.25\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of the Congress that: (1) the Low-Income Home Energy Assistance Program (LIHEAP) should be a high priority; (2) all FY 1995 appropriations made for LIHEAP should be expended; and (3) LIHEAP expenditures for FY 1996 should ensure the provision of services at or above the level provided in FY 1995.\", \r\n      \"summary_short\": \"Expresses the sense of the Congress that: (1) the Low-Income Home Energy Assistance Program (LIHEAP) should be a high priority; (2) all FY 1995 appropriations made for LIHEAP should be expended; and (3) LIHEAP expenditures for FY 1996 should ensure the provision of services at or above the level provided in FY 1995.\", \r\n      \"title\": \"Expressing the sense of the Congress that all appropriations made for the Low-Income Home Energy Assistance Program for fiscal year 1995 should be expended, and that expenditures for such program for fiscal year 1996 should ensure the provision of services at or above the same level.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres25-110\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Agriculture; House Energy and Commerce; House Natural Resources; Senate Agriculture, Nutrition, and Forestry\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/110th-congress/house-concurrent-resolution/25\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"G000289\", \r\n          \"id\": 301\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"U000038\", \r\n          \"id\": 302\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"W000119\", \r\n          \"id\": 303\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"P000422\", \r\n          \"id\": 304\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"I000026\", \r\n          \"id\": 305\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"M001140\", \r\n          \"id\": 306\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"M001163\", \r\n          \"id\": 307\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"C000714\", \r\n          \"id\": 308\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"B000652\", \r\n          \"id\": 309\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"G000180\", \r\n          \"id\": 310\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"L000111\", \r\n          \"id\": 311\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"F000449\", \r\n          \"id\": 312\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"C001058\", \r\n          \"id\": 313\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"M001143\", \r\n          \"id\": 314\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"T000193\", \r\n          \"id\": 315\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"L000563\", \r\n          \"id\": 316\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"B001234\", \r\n          \"id\": 317\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"H001037\", \r\n          \"id\": 318\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"M000934\", \r\n          \"id\": 319\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"G000551\", \r\n          \"id\": 320\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"M001159\", \r\n          \"id\": 321\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"T000459\", \r\n          \"id\": 322\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"L000552\", \r\n          \"id\": 323\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"D000600\", \r\n          \"id\": 324\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"V000108\", \r\n          \"id\": 325\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"M001152\", \r\n          \"id\": 326\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"R000573\", \r\n          \"id\": 327\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"M001146\", \r\n          \"id\": 328\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"C001063\", \r\n          \"id\": 329\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"L000491\", \r\n          \"id\": 330\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"M001147\", \r\n          \"id\": 331\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"M000485\", \r\n          \"id\": 332\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"W000738\", \r\n          \"id\": 333\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"S001158\", \r\n          \"id\": 334\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"B001259\", \r\n          \"id\": 335\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"K000360\", \r\n          \"id\": 336\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"Y000031\", \r\n          \"id\": 337\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"H000712\", \r\n          \"id\": 338\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"S001157\", \r\n          \"id\": 339\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"B000911\", \r\n          \"id\": 340\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"G000546\", \r\n          \"id\": 341\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"R000571\", \r\n          \"id\": 342\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"P000373\", \r\n          \"id\": 343\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"J000032\", \r\n          \"id\": 344\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"B001252\", \r\n          \"id\": 345\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"W000273\", \r\n          \"id\": 346\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"S001145\", \r\n          \"id\": 347\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"S001173\", \r\n          \"id\": 348\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"R000574\", \r\n          \"id\": 349\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"S001172\", \r\n          \"id\": 350\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"C000380\", \r\n          \"id\": 351\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"S001143\", \r\n          \"id\": 352\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"S001154\", \r\n          \"id\": 353\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"B001244\", \r\n          \"id\": 354\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"J000070\", \r\n          \"id\": 355\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"K000009\", \r\n          \"id\": 356\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"J000285\", \r\n          \"id\": 357\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"S001148\", \r\n          \"id\": 358\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"P000034\", \r\n          \"id\": 359\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"L000565\", \r\n          \"id\": 360\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"W000800\", \r\n          \"id\": 361\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"H000323\", \r\n          \"id\": 362\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"N000182\", \r\n          \"id\": 363\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"P000593\", \r\n          \"id\": 364\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"D000607\", \r\n          \"id\": 365\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"U000031\", \r\n          \"id\": 366\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"P000587\", \r\n          \"id\": 367\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"R000004\", \r\n          \"id\": 368\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"K000365\", \r\n          \"id\": 369\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"H001040\", \r\n          \"id\": 370\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"S000364\", \r\n          \"id\": 371\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres25-110\", \r\n          \"cosponsor_id\": \"K000364\", \r\n          \"id\": 372\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 39, \r\n      \"cosponsors_by_party_R\": 33, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"2007-10-15\", \r\n      \"introduced_date\": \"2007-01-10\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"P000258\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"23978\", \r\n        \"date_of_birth\": \"1944-06-29\", \r\n        \"district\": \"7\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Collin\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/P000258.jpg\", \r\n        \"last_name\": \"Peterson\", \r\n        \"member_id\": \"P000258\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Minnesota\", \r\n        \"state_abr\": \"MN\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"https://collinpeterson.house.gov\", \r\n        \"votes_with_party_pct\": \"72.52\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of Congress that it is the goal of the United States that not later than January 1, 2025, U.S. agricultural, forestry, and working land should provide from renewable resources not less than 25% of total U.S. energy consumption and continue to produce safe, abundant, and affordable food, feed, and fiber.\", \r\n      \"summary_short\": \"Expresses the sense of Congress that it is the goal of the United States that not later than January 1, 2025, U.S. agricultural, forestry, and working land should provide from renewable resources not less than 25% of total U.S. energy consumption and continue to produce safe, abundant, and affordable food, feed, and fiber.\", \r\n      \"title\": \"Expressing the sense of Congress that it is the goal of the United States that, not later than January 1, 2025, the agricultural, forestry, and working land of the United States should provide from renewable resources not less than 25 percent of the total energy consumed in the United States and continue to produce safe, abundant, and affordable food, feed, and fiber.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres256-106\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/106th-congress/house-concurrent-resolution/256\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"H000323\", \r\n          \"id\": 373\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"S000364\", \r\n          \"id\": 374\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"M001138\", \r\n          \"id\": 375\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"P000584\", \r\n          \"id\": 376\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"B000179\", \r\n          \"id\": 377\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"B000652\", \r\n          \"id\": 378\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"L000169\", \r\n          \"id\": 379\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"W000273\", \r\n          \"id\": 380\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"G000535\", \r\n          \"id\": 381\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"C000794\", \r\n          \"id\": 382\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"E000250\", \r\n          \"id\": 383\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"T000459\", \r\n          \"id\": 384\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"S001145\", \r\n          \"id\": 385\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"L000552\", \r\n          \"id\": 386\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"M000795\", \r\n          \"id\": 387\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"N000172\", \r\n          \"id\": 388\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"M000481\", \r\n          \"id\": 389\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"L000111\", \r\n          \"id\": 390\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"L000342\", \r\n          \"id\": 391\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"B001230\", \r\n          \"id\": 392\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"B000518\", \r\n          \"id\": 393\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"T000253\", \r\n          \"id\": 394\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"S001143\", \r\n          \"id\": 395\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres256-106\", \r\n          \"cosponsor_id\": \"K000009\", \r\n          \"id\": 396\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 12, \r\n      \"cosponsors_by_party_R\": 12, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2000-02-29\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"E000282\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1935-09-19\", \r\n        \"district\": \"15\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Thomas\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Ewing\", \r\n        \"member_id\": \"E000282\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Illinois\", \r\n        \"state_abr\": \"IL\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"92.79\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of Congress that the Federal government should: (1) promote the continued use of renewable ethanol in the Chicago reformulated gasoline market and in other reformulated gasoline areas as a means of enhancing energy security and supporting farm income; (2) allow State and local governments the option of limiting the use of methyl tertiary butyl ether (MTBE) as an oxygenate until those governments are certain that MTBE will not harm their environments; and (3) require the Environmental Protection Agency to revise the Phase II reformulated gasoline regulations under the Clean Air Act to allow ethanol to remain a viable oxygenate within the Act's reformulated gasoline program.\", \r\n      \"summary_short\": \"Expresses the sense of Congress that the Federal government should: (1) promote the continued use of renewable ethanol in the Chicago reformulated gasoline market and in other reformulated gasoline areas as a means of enhancing energy security and supporting farm income; (2) allow State and local governments the option of limiting the use of methyl tertiary butyl ether (MTBE) as an oxygenate until those governments are certain that MTBE will not harm their environments; and (3) require the En...\", \r\n      \"title\": \"Expressing the sense of Congress with regard to the use of reformulated gasoline fuels, and for other purposes.\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 326\r\n}"},{"id":"317206df-fef3-411e-ab9c-f8e22e44055b","name":"GET /api/bills?q={\"filters\":[{\"name\":\"sponsor_id\",\"op\":\"eq\",\"val\":\"B001264\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.empoweringknowledge.me/api/bills?q={\"filters\":[{\"name\":\"sponsor_id\",\"op\":\"eq\",\"val\":\"B001264\"}]}","protocol":"https","host":["api","empoweringknowledge","me"],"path":["api","bills"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"sponsor_id\",\"op\":\"eq\",\"val\":\"B001264\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 1, \r\n  \"objects\": [\r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres106-111\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Energy and Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/111th-congress/house-concurrent-resolution/106\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres106-111\", \r\n          \"cosponsor_id\": \"T000459\", \r\n          \"id\": 1\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres106-111\", \r\n          \"cosponsor_id\": \"D000602\", \r\n          \"id\": 2\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres106-111\", \r\n          \"cosponsor_id\": \"M001175\", \r\n          \"id\": 3\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 2, \r\n      \"cosponsors_by_party_R\": 1, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2009-04-23\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"B001264\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"87180\", \r\n        \"date_of_birth\": \"1952-07-21\", \r\n        \"district\": \"2\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Bobby\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001264.jpg\", \r\n        \"last_name\": \"Bright\", \r\n        \"member_id\": \"B001264\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Alabama\", \r\n        \"state_abr\": \"AL\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"71.41\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\", \r\n      \"summary_short\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\", \r\n      \"title\": \"Expressing the sense of Congress in support of a single national fuel economy standard.\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 1\r\n}"},{"id":"d5771ce0-ecdf-4872-9eb5-1dd8e5d5747e","name":"GET /api/bills?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.empoweringknowledge.me/api/bills?page=2","protocol":"https","host":["api","empoweringknowledge","me"],"path":["api","bills"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 2930, \r\n  \"objects\": [\r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres267-106\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/106th-congress/house-concurrent-resolution/267\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres267-106\", \r\n          \"cosponsor_id\": \"N000002\", \r\n          \"id\": 397\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres267-106\", \r\n          \"cosponsor_id\": \"C000100\", \r\n          \"id\": 398\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 1, \r\n      \"cosponsors_by_party_R\": 1, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2000-03-08\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"B000586\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1936-09-28\", \r\n        \"district\": \"23\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Sherwood\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Boehlert\", \r\n        \"member_id\": \"B000586\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"New York\", \r\n        \"state_abr\": \"NY\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"71.6\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of Congress that: (1) the President and the Secretary of Energy should draw down the Strategic Petroleum Reserve (SPR) to combat unfair foreign trade practices of the Organization of Petroleum Exporting Countries (OPEC) and alleviate the deleterious consequences to people and business in the United States that those practices have caused; and (2) the President and the Secretary should prepare for future threats to the U.S. economy and energy supply by developing methods to draw down the SPR quickly when needed, and increase the quantity of SPR crude oil over time in an economically reasonable manner.\", \r\n      \"summary_short\": \"Expresses the sense of Congress that: (1) the President and the Secretary of Energy should draw down the Strategic Petroleum Reserve (SPR) to combat unfair foreign trade practices of the Organization of Petroleum Exporting Countries (OPEC) and alleviate the deleterious consequences to people and business in the United States that those practices have caused; and (2) the President and the Secretary should prepare for future threats to the U.S. economy and energy supply by developing methods to...\", \r\n      \"title\": \"Expressing the sense of the Congress concerning drawdowns of the Strategic Petroleum Reserve.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres273-106\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/106th-congress/house-concurrent-resolution/273\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"G000212\", \r\n          \"id\": 399\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"S000033\", \r\n          \"id\": 400\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"L000557\", \r\n          \"id\": 401\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"H000636\", \r\n          \"id\": 402\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"C000503\", \r\n          \"id\": 403\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"G000180\", \r\n          \"id\": 404\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"M000795\", \r\n          \"id\": 405\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"D000046\", \r\n          \"id\": 406\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"B000134\", \r\n          \"id\": 407\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"B001135\", \r\n          \"id\": 408\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"W000099\", \r\n          \"id\": 409\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"A000055\", \r\n          \"id\": 410\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"C000714\", \r\n          \"id\": 411\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"C001038\", \r\n          \"id\": 412\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"K000172\", \r\n          \"id\": 413\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"D000210\", \r\n          \"id\": 414\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"D000216\", \r\n          \"id\": 415\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"L000554\", \r\n          \"id\": 416\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"K000078\", \r\n          \"id\": 417\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"P000584\", \r\n          \"id\": 418\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"E000187\", \r\n          \"id\": 419\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"R000462\", \r\n          \"id\": 420\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"E000268\", \r\n          \"id\": 421\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"C000100\", \r\n          \"id\": 422\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"W000315\", \r\n          \"id\": 423\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"H000762\", \r\n          \"id\": 424\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"F000257\", \r\n          \"id\": 425\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"M000627\", \r\n          \"id\": 426\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"N000002\", \r\n          \"id\": 427\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"M000472\", \r\n          \"id\": 428\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"O000085\", \r\n          \"id\": 429\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"W000792\", \r\n          \"id\": 430\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"E000250\", \r\n          \"id\": 431\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"S000097\", \r\n          \"id\": 432\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres273-106\", \r\n          \"cosponsor_id\": \"F000257\", \r\n          \"id\": 433\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 21, \r\n      \"cosponsors_by_party_R\": 13, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2000-03-09\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"G000120\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1948-05-20\", \r\n        \"district\": \"2\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Sam\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Gejdenson\", \r\n        \"member_id\": \"G000120\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Connecticut\", \r\n        \"state_abr\": \"CT\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"93.77\"\r\n      }, \r\n      \"summary\": \"See summary of: H.CON.RES.267\", \r\n      \"summary_short\": \"See summary of: H.CON.RES.267\", \r\n      \"title\": \"Expressing the sense of Congress concerning drawdowns of the Strategic Petroleum Reserve.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres274-106\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/106th-congress/house-concurrent-resolution/274\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres274-106\", \r\n          \"cosponsor_id\": \"B000081\", \r\n          \"id\": 434\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres274-106\", \r\n          \"cosponsor_id\": \"M001120\", \r\n          \"id\": 435\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres274-106\", \r\n          \"cosponsor_id\": \"H000712\", \r\n          \"id\": 436\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres274-106\", \r\n          \"cosponsor_id\": \"C000846\", \r\n          \"id\": 437\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres274-106\", \r\n          \"cosponsor_id\": \"B001227\", \r\n          \"id\": 438\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres274-106\", \r\n          \"cosponsor_id\": \"G000120\", \r\n          \"id\": 439\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres274-106\", \r\n          \"cosponsor_id\": \"W000784\", \r\n          \"id\": 440\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres274-106\", \r\n          \"cosponsor_id\": \"O000085\", \r\n          \"id\": 441\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres274-106\", \r\n          \"cosponsor_id\": \"S000033\", \r\n          \"id\": 442\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres274-106\", \r\n          \"cosponsor_id\": \"W000315\", \r\n          \"id\": 443\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres274-106\", \r\n          \"cosponsor_id\": \"M000090\", \r\n          \"id\": 444\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 10, \r\n      \"cosponsors_by_party_R\": 0, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2000-03-09\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"K000270\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1951-09-23\", \r\n        \"district\": \"4\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Ron\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Klink\", \r\n        \"member_id\": \"K000270\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Pennsylvania\", \r\n        \"state_abr\": \"PA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"84.13\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of Congress that if the March 27 summit of the Organization of Petroleum Exporting Countries (OPEC) does not result in a decision to increase production sufficiently to reduce the price of oil in the United States, reversing OPEC's market-distorting behavior, then the President and the Secretary of Energy should: (1) draw down the Strategic Petroleum Reserve (SPR) to combat OPEC's unfair foreign trade practices and alleviate the deleterious consequences to people and business in the United States that those practices have caused; and (2) prepare for future threats to the U.S. economy and energy supply by developing methods to draw down the SPR quickly when needed, and increase the quantity of SPR crude oil over time in an economically reasonable manner.\", \r\n      \"summary_short\": \"Expresses the sense of Congress that if the March 27 summit of the Organization of Petroleum Exporting Countries (OPEC) does not result in a decision to increase production sufficiently to reduce the price of oil in the United States, reversing OPEC's market-distorting behavior, then the President and the Secretary of Energy should: (1) draw down the Strategic Petroleum Reserve (SPR) to combat OPEC's unfair foreign trade practices and alleviate the deleterious consequences to people and busin...\", \r\n      \"title\": \"Expressing the sense of the Congress concerning drawdowns of the Strategic Petroleum Reserve.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres280-105\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Transportation and Infrastructure\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/house-concurrent-resolution/280\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"P000034\", \r\n          \"id\": 445\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"E000250\", \r\n          \"id\": 446\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"F000434\", \r\n          \"id\": 447\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"O000085\", \r\n          \"id\": 448\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"S000462\", \r\n          \"id\": 449\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"M000087\", \r\n          \"id\": 450\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"A000014\", \r\n          \"id\": 451\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"B000574\", \r\n          \"id\": 452\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"S000770\", \r\n          \"id\": 453\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"U000014\", \r\n          \"id\": 454\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"W000215\", \r\n          \"id\": 455\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres280-105\", \r\n          \"cosponsor_id\": \"L000342\", \r\n          \"id\": 456\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 12, \r\n      \"cosponsors_by_party_R\": 0, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"1998-05-21\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"G000535\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"23476\", \r\n        \"date_of_birth\": \"1953-12-10\", \r\n        \"district\": \"4\", \r\n        \"facebook_account\": \"RepGutierrez\", \r\n        \"first_name\": \"Luis\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/G000535.jpg\", \r\n        \"last_name\": \"Guti\\u00e9rrez\", \r\n        \"member_id\": \"G000535\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Illinois\", \r\n        \"state_abr\": \"IL\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"RepGutierrez\", \r\n        \"url\": \"https://gutierrez.house.gov\", \r\n        \"votes_with_party_pct\": \"91.33\"\r\n      }, \r\n      \"summary\": \"Requires the Architect of the Capitol to: (1) develop and implement a cost-effective energy conservation strategy for all facilities administered by Congress to achieve 20 percent reduction in energy consumption compared to FY 1991 within seven years after adoption of this resolution; (2) submit to the Congress a comprehensive energy conservation and management plan, including life cycle costs methods to determine the cost-effectiveness of proposed energy efficiency projects; (3) submit a request for necessary appropriations; (4) report annually to the Congress on congressional energy management and conservation programs; (5) perform energy surveys of all congressional buildings and attendant updates; (6) use such surveys to determine the cost and payback period of energy and water conservation measures likely to achieve requisite energy consumption levels; and (7) install energy and water conservation measures that will achieve the requirements through previously determined life cycle cost methods and procedures. Authorizes the Architect to: (1) contract with nongovernmental entities and employ private sector capital to finance energy conservation projects and achieve energy consumption targets; (2) develop innovative contracting methods to attract private sector funding for the installation of energy-efficient and renewable energy technology; and (3) participate in the Department of Energy's Financing Renewable Energy and Efficiency (FREE Savings) contracts program for Federal Government facilities. Directs the Architect to produce information packages and guides for each Member and employing authority of the Congress that detail simple, cost-effective methods to save energy.\", \r\n      \"summary_short\": \"Requires the Architect of the Capitol to: (1) develop and implement a cost-effective energy conservation strategy for all facilities administered by Congress to achieve 20 percent reduction in energy consumption compared to FY 1991 within seven years after adoption of this resolution; (2) submit to the Congress a comprehensive energy conservation and management plan, including life cycle costs methods to determine the cost-effectiveness of proposed energy efficiency projects; (3) submit a req...\", \r\n      \"title\": \"To provide for the development and implementation of a comprehensive energy conservation plan for the United States Congress.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres287-106\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Commerce; House International Relations\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/106th-congress/house-concurrent-resolution/287\", \r\n      \"cosponsors\": [], \r\n      \"cosponsors_by_party_D\": 0, \r\n      \"cosponsors_by_party_R\": 0, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2000-03-16\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"S001146\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1941-03-05\", \r\n        \"district\": \"10\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Donald\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Sherwood\", \r\n        \"member_id\": \"S001146\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Pennsylvania\", \r\n        \"state_abr\": \"PA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"92.96\"\r\n      }, \r\n      \"summary\": \"Calls on the President to direct the Secretary of Energy to: (1) take immediate action to negotiate with the Organization of Petroleum Exporting Countries (OPEC) and with non-OPEC nations to increase oil production sufficient to mitigate the current supply crisis such that world oil prices reach a sustainable level for both producer and consumer nations; and (2) develop a plan and recommend to Congress by July 1, 2000, both short-term and long-term solutions by which the United States can reduce its dependence on foreign oil.\", \r\n      \"summary_short\": \"Calls on the President to direct the Secretary of Energy to: (1) take immediate action to negotiate with the Organization of Petroleum Exporting Countries (OPEC) and with non-OPEC nations to increase oil production sufficient to mitigate the current supply crisis such that world oil prices reach a sustainable level for both producer and consumer nations; and (2) develop a plan and recommend to Congress by July 1, 2000, both short-term and long-term solutions by which the United States can red...\", \r\n      \"title\": \"Expressing the sense of the Congress regarding the actions needed to address the recent dramatic price increase in heating oil and other petroleum distillates.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres29-104\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/104th-congress/house-concurrent-resolution/29\", \r\n      \"cosponsors\": [], \r\n      \"cosponsors_by_party_D\": 0, \r\n      \"cosponsors_by_party_R\": 0, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"1995-02-14\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"P000326\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1930-08-31\", \r\n        \"district\": \"2\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Owen\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Pickett\", \r\n        \"member_id\": \"P000326\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Virginia\", \r\n        \"state_abr\": \"VA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"79.29\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of the Congress that the President should submit a National Energy Policy Plan to the Congress by January 1, 1996, and biennially thereafter through 2006, together with proposals for implementing legislation that will provide for energy self-sufficiency for the U.S.\", \r\n      \"summary_short\": \"Expresses the sense of the Congress that the President should submit a National Energy Policy Plan to the Congress by January 1, 1996, and biennially thereafter through 2006, together with proposals for implementing legislation that will provide for energy self-sufficiency for the U.S.\", \r\n      \"title\": \"Expressing the sense of the Congress that the President should submit a National Energy Policy Plan to Congress.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres291-106\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/106th-congress/house-concurrent-resolution/291\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"B000081\", \r\n          \"id\": 457\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"M001120\", \r\n          \"id\": 458\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"B001227\", \r\n          \"id\": 459\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"H000712\", \r\n          \"id\": 460\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"M000212\", \r\n          \"id\": 461\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"O000085\", \r\n          \"id\": 462\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"S000033\", \r\n          \"id\": 463\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"G000120\", \r\n          \"id\": 464\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"W000315\", \r\n          \"id\": 465\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"W000784\", \r\n          \"id\": 466\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"K000113\", \r\n          \"id\": 467\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"C000846\", \r\n          \"id\": 468\r\n        }, \r\n        {\r\n          \"bill_id\": \"hconres291-106\", \r\n          \"cosponsor_id\": \"M000090\", \r\n          \"id\": 469\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 12, \r\n      \"cosponsors_by_party_R\": 0, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2000-03-21\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"K000270\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1951-09-23\", \r\n        \"district\": \"4\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Ron\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Klink\", \r\n        \"member_id\": \"K000270\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Pennsylvania\", \r\n        \"state_abr\": \"PA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"84.13\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of Congress that: (1) if the March 27 Organization of Petroleum Exporting Countries (OPEC) summit does not result in a decision to increase production sufficiently to reduce the price of oil in the United States, then the President and the Secretary of Energy should draw down the Strategic Petroleum Reserve (SPR) to combat unfair OPEC foreign trade practices and alleviate the severely deleterious consequences to people and business in the United States that those practices have caused; (2) Congress should immediately pass, and the President should sign into law, legislation to reauthorize the Energy Policy and Conservation Act and extend the President's authority to release SPR oil; and (3) the President and the Secretary should prepare for potential future threats to the economy and energy supply of the United States by developing methods to increase crude oil quantities in the SPR and promote a diversified energy portfolio.\", \r\n      \"summary_short\": \"Expresses the sense of Congress that: (1) if the March 27 Organization of Petroleum Exporting Countries (OPEC) summit does not result in a decision to increase production sufficiently to reduce the price of oil in the United States, then the President and the Secretary of Energy should draw down the Strategic Petroleum Reserve (SPR) to combat unfair OPEC foreign trade practices and alleviate the severely deleterious consequences to people and business in the United States that those practices...\", \r\n      \"title\": \"Expressing the sense of the Congress concerning drawdowns of the Strategic Petroleum Reserve.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres309-111\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Energy and Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/111th-congress/house-concurrent-resolution/309\", \r\n      \"cosponsors\": [\r\n        {\r\n          \"bill_id\": \"hconres309-111\", \r\n          \"cosponsor_id\": \"C001066\", \r\n          \"id\": 470\r\n        }\r\n      ], \r\n      \"cosponsors_by_party_D\": 1, \r\n      \"cosponsors_by_party_R\": 0, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"2010-07-29\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"R000515\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"26127\", \r\n        \"date_of_birth\": \"1946-11-23\", \r\n        \"district\": \"1\", \r\n        \"facebook_account\": \"congressmanbobbyrush\", \r\n        \"first_name\": \"Bobby\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/R000515.jpg\", \r\n        \"last_name\": \"Rush\", \r\n        \"member_id\": \"R000515\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Illinois\", \r\n        \"state_abr\": \"IL\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"RepBobbyRush\", \r\n        \"url\": \"https://rush.house.gov\", \r\n        \"votes_with_party_pct\": \"91.57\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of Congress that: (1) BP should fund a $500 million dollar recovery fund focusing exclusively on travel and tourism; (2) the fund should be administered by the Gulf Coast Claims Facility through a transparent process with defined criteria for award; and (3) county or parish and state tourism boards and visitors bureaus in Louisiana, Mississippi, Alabama, and Florida should all be eligible for funding based upon a demonstrated decline in travelers since the beginning of the BP oil spill.\", \r\n      \"summary_short\": \"Expresses the sense of Congress that: (1) BP should fund a $500 million dollar recovery fund focusing exclusively on travel and tourism; (2) the fund should be administered by the Gulf Coast Claims Facility through a transparent process with defined criteria for award; and (3) county or parish and state tourism boards and visitors bureaus in Louisiana, Mississippi, Alabama, and Florida should all be eligible for funding based upon a demonstrated decline in travelers since the beginning of the...\", \r\n      \"title\": \"Expressing the sense of Congress regarding the need for a $500 million recovery fund focusing exclusively on travel and tourism to be administered by the Gulf Coast Claims Facility in the wake of the BP oil spill.\"\r\n    }, \r\n    {\r\n      \"active\": true, \r\n      \"bill_id\": \"hconres34-105\", \r\n      \"bill_type\": \"hconres\", \r\n      \"committees\": \"House Commerce\", \r\n      \"congressdotgov_url\": \"https://www.congress.gov/bill/105th-congress/house-concurrent-resolution/34\", \r\n      \"cosponsors\": [], \r\n      \"cosponsors_by_party_D\": 0, \r\n      \"cosponsors_by_party_R\": 0, \r\n      \"govtrack_url\": null, \r\n      \"house_passage\": \"0\", \r\n      \"introduced_date\": \"1997-03-04\", \r\n      \"senate_passage\": \"0\", \r\n      \"short_title\": \"0\", \r\n      \"sponsor_id\": \"P000326\", \r\n      \"sponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1930-08-31\", \r\n        \"district\": \"2\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Owen\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Pickett\", \r\n        \"member_id\": \"P000326\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Virginia\", \r\n        \"state_abr\": \"VA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"79.29\"\r\n      }, \r\n      \"summary\": \"Expresses the sense of the Congress that the President should submit a National Energy Policy Plan to the Congress by January 1, 1998, and biennially thereafter through 2006, together with proposals for implementing legislation that will provide for energy self-sufficiency for the United States.\", \r\n      \"summary_short\": \"Expresses the sense of the Congress that the President should submit a National Energy Policy Plan to the Congress by January 1, 1998, and biennially thereafter through 2006, together with proposals for implementing legislation that will provide for energy self-sufficiency for the United States.\", \r\n      \"title\": \"Expressing the sense of the Congress that the President should submit a National Energy Policy Plan to Congress.\"\r\n    }\r\n  ], \r\n  \"page\": 2, \r\n  \"total_pages\": 326\r\n}"}],"_postman_id":"a5d769b6-c6e9-416f-97f5-d06da1a582c7"},{"name":"GET /api/bills/{bill_id}","event":[{"listen":"test","script":{"id":"35b2ca83-0150-4bcd-b8b7-bfa5d3b4d4cb","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response time below 2000 ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(2000);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","var jsonData = pm.response.json();\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(jsonData).to.have.property(\"active\");\r","    pm.expect(jsonData).to.have.property(\"bill_id\");\r","    pm.expect(jsonData).to.have.property(\"bill_type\");\r","    pm.expect(jsonData).to.have.property(\"committees\");\r","    pm.expect(jsonData).to.have.property(\"congressdotgov_url\");\r","    pm.expect(jsonData).to.have.property(\"cosponsors\");\r","    pm.expect(jsonData).to.have.property(\"cosponsors_by_party_D\");\r","    pm.expect(jsonData).to.have.property(\"cosponsors_by_party_R\");\r","    pm.expect(jsonData).to.have.property(\"govtrack_url\");\r","    pm.expect(jsonData).to.have.property(\"house_passage\");\r","    pm.expect(jsonData).to.have.property(\"introduced_date\");\r","    pm.expect(jsonData).to.have.property(\"senate_passage\");\r","    pm.expect(jsonData).to.have.property(\"short_title\");\r","    pm.expect(jsonData).to.have.property(\"sponsor_id\");\r","    pm.expect(jsonData).to.have.property(\"sponsor_rs\");\r","    pm.expect(jsonData).to.have.property(\"summary\");\r","    pm.expect(jsonData).to.have.property(\"summary_short\");\r","    pm.expect(jsonData).to.have.property(\"title\");\r","});"],"type":"text/javascript"}}],"id":"8f03d911-05df-42ec-a6b8-0f4542002381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/bills/hconres106-111","description":"Retrieve data on a specific energy-related bill."},"response":[{"id":"311cd344-b286-4c00-8ce7-4de4b5e004b0","name":"GET /api/bills/hconres106-111","originalRequest":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/bills/hconres106-111"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"active\": true, \r\n  \"bill_id\": \"hconres106-111\", \r\n  \"bill_type\": \"hconres\", \r\n  \"committees\": \"House Energy and Commerce\", \r\n  \"congressdotgov_url\": \"https://www.congress.gov/bill/111th-congress/house-concurrent-resolution/106\", \r\n  \"cosponsors\": [\r\n    {\r\n      \"bill_id\": \"hconres106-111\", \r\n      \"cosponsor_id\": \"T000459\", \r\n      \"id\": 1\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres106-111\", \r\n      \"cosponsor_id\": \"D000602\", \r\n      \"id\": 2\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres106-111\", \r\n      \"cosponsor_id\": \"M001175\", \r\n      \"id\": 3\r\n    }\r\n  ], \r\n  \"cosponsors_by_party_D\": 2, \r\n  \"cosponsors_by_party_R\": 1, \r\n  \"govtrack_url\": null, \r\n  \"house_passage\": \"0\", \r\n  \"introduced_date\": \"2009-04-23\", \r\n  \"senate_passage\": \"0\", \r\n  \"short_title\": \"0\", \r\n  \"sponsor_id\": \"B001264\", \r\n  \"sponsor_rs\": {\r\n    \"cspan_id\": \"87180\", \r\n    \"date_of_birth\": \"1952-07-21\", \r\n    \"district\": \"2\", \r\n    \"facebook_account\": \"Facebook not given\", \r\n    \"first_name\": \"Bobby\", \r\n    \"image_url\": \"https://theunitedstates.io/images/congress/original/B001264.jpg\", \r\n    \"last_name\": \"Bright\", \r\n    \"member_id\": \"B001264\", \r\n    \"office\": \"Office not given\", \r\n    \"party\": \"D\", \r\n    \"phone\": null, \r\n    \"state\": \"Alabama\", \r\n    \"state_abr\": \"AL\", \r\n    \"title\": \"Representative\", \r\n    \"twitter_account\": \"twitter\", \r\n    \"url\": \"\", \r\n    \"votes_with_party_pct\": \"71.41\"\r\n  }, \r\n  \"summary\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\", \r\n  \"summary_short\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\", \r\n  \"title\": \"Expressing the sense of Congress in support of a single national fuel economy standard.\"\r\n}"}],"_postman_id":"8f03d911-05df-42ec-a6b8-0f4542002381"}],"id":"dea39ddc-86f6-48f9-8c5e-b1c4f012ac20","description":"API calls related to information on Congressional energy-related bills.","event":[{"listen":"prerequest","script":{"id":"ebc25586-7cdb-4c2f-8e37-20ca75141af1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ac3d756a-e190-4bf3-a2f8-8595cef49f87","type":"text/javascript","exec":[""]}}],"_postman_id":"dea39ddc-86f6-48f9-8c5e-b1c4f012ac20"},{"name":"energy","item":[{"name":"GET /api/petroleum","event":[{"listen":"test","script":{"id":"2dd75cdf-6c68-4f91-bcfd-e3e8fced8b8d","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","pm.test(\"Paginated properly\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.total_pages).not.eql(1);\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(pm.response.text()).to.include(\"data_1993\");\r","    pm.expect(pm.response.text()).to.include(\"data_1994\");\r","    pm.expect(pm.response.text()).to.include(\"data_1995\");\r","    pm.expect(pm.response.text()).to.include(\"data_1996\");\r","    pm.expect(pm.response.text()).to.include(\"data_1997\");\r","    pm.expect(pm.response.text()).to.include(\"data_1998\");\r","    pm.expect(pm.response.text()).to.include(\"data_1999\");\r","    pm.expect(pm.response.text()).to.include(\"data_2000\");\r","    pm.expect(pm.response.text()).to.include(\"data_2001\");\r","    pm.expect(pm.response.text()).to.include(\"data_2002\");\r","    pm.expect(pm.response.text()).to.include(\"data_2003\");\r","    pm.expect(pm.response.text()).to.include(\"data_2004\");\r","    pm.expect(pm.response.text()).to.include(\"data_2005\");\r","    pm.expect(pm.response.text()).to.include(\"data_2006\");\r","    pm.expect(pm.response.text()).to.include(\"data_2007\");\r","    pm.expect(pm.response.text()).to.include(\"data_2008\");\r","    pm.expect(pm.response.text()).to.include(\"data_2009\");\r","    pm.expect(pm.response.text()).to.include(\"data_2010\");\r","    pm.expect(pm.response.text()).to.include(\"data_2011\");\r","    pm.expect(pm.response.text()).to.include(\"data_2012\");\r","    pm.expect(pm.response.text()).to.include(\"data_2013\");\r","    pm.expect(pm.response.text()).to.include(\"data_2014\");\r","    pm.expect(pm.response.text()).to.include(\"data_2015\");\r","    pm.expect(pm.response.text()).to.include(\"data_2016\");\r","    pm.expect(pm.response.text()).to.include(\"data_2017\");\r","    pm.expect(pm.response.text()).to.include(\"state_name\");\r","});"],"type":"text/javascript"}}],"id":"9e5b2cfd-825b-4607-98f2-9efd521436db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/petroleum","description":"Retrieve data on petroleum consumption for all states in years 1993-2017.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can search for data on a specific state. Use ?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}. The same **state_name** can be used to retrieve other data on the state with /api/states/**state_name**."},"response":[{"id":"1fe13ada-6881-4bf9-8d2c-5059f2af80e8","name":"GET /api/petroleum","originalRequest":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/petroleum"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 51,\n    \"objects\": [\n        {\n            \"data_1993\": 499427,\n            \"data_1994\": 527207,\n            \"data_1995\": 538357,\n            \"data_1996\": 539453,\n            \"data_1997\": 525274,\n            \"data_1998\": 518889,\n            \"data_1999\": 536428,\n            \"data_2000\": 559735,\n            \"data_2001\": 536066,\n            \"data_2002\": 563247,\n            \"data_2003\": 563003,\n            \"data_2004\": 612500,\n            \"data_2005\": 607006,\n            \"data_2006\": 611416,\n            \"data_2007\": 601654,\n            \"data_2008\": 570063,\n            \"data_2009\": 527384,\n            \"data_2010\": 545193,\n            \"data_2011\": 545415,\n            \"data_2012\": 537105,\n            \"data_2013\": 520222,\n            \"data_2014\": 519075,\n            \"data_2015\": 546237,\n            \"data_2016\": 576500,\n            \"data_2017\": 560103,\n            \"state_name\": \"Alabama\"\n        },\n        {\n            \"data_1993\": 213456,\n            \"data_1994\": 219280,\n            \"data_1995\": 235857,\n            \"data_1996\": 242776,\n            \"data_1997\": 256629,\n            \"data_1998\": 259005,\n            \"data_1999\": 275902,\n            \"data_2000\": 275426,\n            \"data_2001\": 289799,\n            \"data_2002\": 277736,\n            \"data_2003\": 285641,\n            \"data_2004\": 334562,\n            \"data_2005\": 333091,\n            \"data_2006\": 342272,\n            \"data_2007\": 323089,\n            \"data_2008\": 278725,\n            \"data_2009\": 265386,\n            \"data_2010\": 289080,\n            \"data_2011\": 284438,\n            \"data_2012\": 270628,\n            \"data_2013\": 252206,\n            \"data_2014\": 237961,\n            \"data_2015\": 245552,\n            \"data_2016\": 233260,\n            \"data_2017\": 224170,\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"data_1993\": 379528,\n            \"data_1994\": 388436,\n            \"data_1995\": 409870,\n            \"data_1996\": 431948,\n            \"data_1997\": 431996,\n            \"data_1998\": 469562,\n            \"data_1999\": 495815,\n            \"data_2000\": 504145,\n            \"data_2001\": 516062,\n            \"data_2002\": 527322,\n            \"data_2003\": 538177,\n            \"data_2004\": 559421,\n            \"data_2005\": 587601,\n            \"data_2006\": 597269,\n            \"data_2007\": 587735,\n            \"data_2008\": 561904,\n            \"data_2009\": 518518,\n            \"data_2010\": 518914,\n            \"data_2011\": 522243,\n            \"data_2012\": 508844,\n            \"data_2013\": 514915,\n            \"data_2014\": 515390,\n            \"data_2015\": 531840,\n            \"data_2016\": 556063,\n            \"data_2017\": 557015,\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"data_1993\": 284524,\n            \"data_1994\": 297327,\n            \"data_1995\": 306794,\n            \"data_1996\": 308929,\n            \"data_1997\": 320440,\n            \"data_1998\": 321517,\n            \"data_1999\": 350550,\n            \"data_2000\": 357586,\n            \"data_2001\": 353382,\n            \"data_2002\": 356282,\n            \"data_2003\": 357343,\n            \"data_2004\": 361081,\n            \"data_2005\": 358408,\n            \"data_2006\": 358768,\n            \"data_2007\": 360044,\n            \"data_2008\": 357242,\n            \"data_2009\": 342153,\n            \"data_2010\": 353930,\n            \"data_2011\": 350022,\n            \"data_2012\": 332289,\n            \"data_2013\": 334840,\n            \"data_2014\": 340681,\n            \"data_2015\": 330153,\n            \"data_2016\": 341293,\n            \"data_2017\": 339770,\n            \"state_name\": \"Arkansas\"\n        },\n        {\n            \"data_1993\": 3157627,\n            \"data_1994\": 3307586,\n            \"data_1995\": 3321852,\n            \"data_1996\": 3387573,\n            \"data_1997\": 3299596,\n            \"data_1998\": 3320942,\n            \"data_1999\": 3428613,\n            \"data_2000\": 3576976,\n            \"data_2001\": 3593361,\n            \"data_2002\": 3713354,\n            \"data_2003\": 3570066,\n            \"data_2004\": 3742966,\n            \"data_2005\": 3820634,\n            \"data_2006\": 3865118,\n            \"data_2007\": 3877581,\n            \"data_2008\": 3637655,\n            \"data_2009\": 3492767,\n            \"data_2010\": 3487901,\n            \"data_2011\": 3422952,\n            \"data_2012\": 3308164,\n            \"data_2013\": 3352775,\n            \"data_2014\": 3363800,\n            \"data_2015\": 3494378,\n            \"data_2016\": 3602810,\n            \"data_2017\": 3666908,\n            \"state_name\": \"California\"\n        },\n        {\n            \"data_1993\": 366377,\n            \"data_1994\": 373887,\n            \"data_1995\": 380966,\n            \"data_1996\": 396520,\n            \"data_1997\": 376793,\n            \"data_1998\": 407561,\n            \"data_1999\": 417245,\n            \"data_2000\": 443604,\n            \"data_2001\": 460077,\n            \"data_2002\": 440577,\n            \"data_2003\": 464467,\n            \"data_2004\": 497726,\n            \"data_2005\": 493446,\n            \"data_2006\": 510111,\n            \"data_2007\": 519229,\n            \"data_2008\": 493809,\n            \"data_2009\": 474933,\n            \"data_2010\": 493214,\n            \"data_2011\": 473530,\n            \"data_2012\": 471135,\n            \"data_2013\": 473509,\n            \"data_2014\": 488239,\n            \"data_2015\": 492377,\n            \"data_2016\": 490570,\n            \"data_2017\": 500633,\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"data_1993\": 398595,\n            \"data_1994\": 382584,\n            \"data_1995\": 363785,\n            \"data_1996\": 402681,\n            \"data_1997\": 427705,\n            \"data_1998\": 417444,\n            \"data_1999\": 442685,\n            \"data_2000\": 429071,\n            \"data_2001\": 418957,\n            \"data_2002\": 382574,\n            \"data_2003\": 436051,\n            \"data_2004\": 464132,\n            \"data_2005\": 447357,\n            \"data_2006\": 401568,\n            \"data_2007\": 389153,\n            \"data_2008\": 350012,\n            \"data_2009\": 351267,\n            \"data_2010\": 342836,\n            \"data_2011\": 328033,\n            \"data_2012\": 310864,\n            \"data_2013\": 323137,\n            \"data_2014\": 322403,\n            \"data_2015\": 327789,\n            \"data_2016\": 310749,\n            \"data_2017\": 311185,\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"data_1993\": 147230,\n            \"data_1994\": 141387,\n            \"data_1995\": 126245,\n            \"data_1996\": 142557,\n            \"data_1997\": 131417,\n            \"data_1998\": 132144,\n            \"data_1999\": 136124,\n            \"data_2000\": 130824,\n            \"data_2001\": 138478,\n            \"data_2002\": 134057,\n            \"data_2003\": 136588,\n            \"data_2004\": 127465,\n            \"data_2005\": 136316,\n            \"data_2006\": 125393,\n            \"data_2007\": 123237,\n            \"data_2008\": 115548,\n            \"data_2009\": 89001,\n            \"data_2010\": 88820,\n            \"data_2011\": 105560,\n            \"data_2012\": 102780,\n            \"data_2013\": 98692,\n            \"data_2014\": 100364,\n            \"data_2015\": 106525,\n            \"data_2016\": 107186,\n            \"data_2017\": 107127,\n            \"state_name\": \"Delaware\"\n        },\n        {\n            \"data_1993\": 1616272,\n            \"data_1994\": 1668256,\n            \"data_1995\": 1597051,\n            \"data_1996\": 1605743,\n            \"data_1997\": 1654385,\n            \"data_1998\": 1837213,\n            \"data_1999\": 1837384,\n            \"data_2000\": 1907980,\n            \"data_2001\": 1941946,\n            \"data_2002\": 1892432,\n            \"data_2003\": 1931768,\n            \"data_2004\": 2095091,\n            \"data_2005\": 2135194,\n            \"data_2006\": 2025240,\n            \"data_2007\": 1947528,\n            \"data_2008\": 1764538,\n            \"data_2009\": 1637738,\n            \"data_2010\": 1734571,\n            \"data_2011\": 1632362,\n            \"data_2012\": 1562387,\n            \"data_2013\": 1591083,\n            \"data_2014\": 1609105,\n            \"data_2015\": 1691485,\n            \"data_2016\": 1689988,\n            \"data_2017\": 1706521,\n            \"state_name\": \"Florida\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 6\n}"},{"id":"2b279edd-a0a1-4427-ac15-ebbfd6f4804a","name":"GET /api/petroleum?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/petroleum?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","petroleum"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 1, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 499427, \r\n      \"data_1994\": 527207, \r\n      \"data_1995\": 538357, \r\n      \"data_1996\": 539453, \r\n      \"data_1997\": 525274, \r\n      \"data_1998\": 518889, \r\n      \"data_1999\": 536428, \r\n      \"data_2000\": 559735, \r\n      \"data_2001\": 536066, \r\n      \"data_2002\": 563247, \r\n      \"data_2003\": 563003, \r\n      \"data_2004\": 612500, \r\n      \"data_2005\": 607006, \r\n      \"data_2006\": 611416, \r\n      \"data_2007\": 601654, \r\n      \"data_2008\": 570063, \r\n      \"data_2009\": 527384, \r\n      \"data_2010\": 545193, \r\n      \"data_2011\": 545415, \r\n      \"data_2012\": 537105, \r\n      \"data_2013\": 520222, \r\n      \"data_2014\": 519075, \r\n      \"data_2015\": 546237, \r\n      \"data_2016\": 576500, \r\n      \"data_2017\": 560103, \r\n      \"state_name\": \"Alabama\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 1\r\n}"},{"id":"aa6d4c26-3eea-4784-8cdd-5fd422f716cd","name":"GET /api/petroleum?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/petroleum?page=2","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","petroleum"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 51,\n    \"objects\": [\n        {\n            \"data_1993\": 872704,\n            \"data_1994\": 880194,\n            \"data_1995\": 924620,\n            \"data_1996\": 977292,\n            \"data_1997\": 938363,\n            \"data_1998\": 961594,\n            \"data_1999\": 1013518,\n            \"data_2000\": 1013420,\n            \"data_2001\": 1011020,\n            \"data_2002\": 1006589,\n            \"data_2003\": 1033435,\n            \"data_2004\": 1079645,\n            \"data_2005\": 1122720,\n            \"data_2006\": 1092445,\n            \"data_2007\": 1057622,\n            \"data_2008\": 973305,\n            \"data_2009\": 1028112,\n            \"data_2010\": 1051736,\n            \"data_2011\": 1013037,\n            \"data_2012\": 924949,\n            \"data_2013\": 904507,\n            \"data_2014\": 872351,\n            \"data_2015\": 918873,\n            \"data_2016\": 899159,\n            \"data_2017\": 957139,\n            \"state_name\": \"Georgia\"\n        },\n        {\n            \"data_1993\": 239247,\n            \"data_1994\": 257889,\n            \"data_1995\": 252252,\n            \"data_1996\": 238601,\n            \"data_1997\": 230468,\n            \"data_1998\": 233508,\n            \"data_1999\": 229893,\n            \"data_2000\": 235191,\n            \"data_2001\": 239817,\n            \"data_2002\": 257441,\n            \"data_2003\": 269414,\n            \"data_2004\": 282864,\n            \"data_2005\": 295039,\n            \"data_2006\": 296835,\n            \"data_2007\": 305278,\n            \"data_2008\": 242279,\n            \"data_2009\": 242829,\n            \"data_2010\": 244593,\n            \"data_2011\": 252695,\n            \"data_2012\": 243028,\n            \"data_2013\": 240572,\n            \"data_2014\": 237826,\n            \"data_2015\": 242434,\n            \"data_2016\": 238881,\n            \"data_2017\": 241871,\n            \"state_name\": \"Hawaii\"\n        },\n        {\n            \"data_1993\": 128512,\n            \"data_1994\": 132125,\n            \"data_1995\": 140776,\n            \"data_1996\": 149928,\n            \"data_1997\": 146540,\n            \"data_1998\": 152565,\n            \"data_1999\": 165044,\n            \"data_2000\": 167339,\n            \"data_2001\": 155395,\n            \"data_2002\": 160021,\n            \"data_2003\": 140328,\n            \"data_2004\": 156496,\n            \"data_2005\": 160896,\n            \"data_2006\": 166481,\n            \"data_2007\": 164344,\n            \"data_2008\": 154804,\n            \"data_2009\": 147644,\n            \"data_2010\": 160966,\n            \"data_2011\": 160568,\n            \"data_2012\": 157480,\n            \"data_2013\": 161778,\n            \"data_2014\": 165449,\n            \"data_2015\": 180723,\n            \"data_2016\": 184256,\n            \"data_2017\": 183766,\n            \"state_name\": \"Idaho\"\n        },\n        {\n            \"data_1993\": 1117131,\n            \"data_1994\": 1126510,\n            \"data_1995\": 1136236,\n            \"data_1996\": 1180786,\n            \"data_1997\": 1185557,\n            \"data_1998\": 1183216,\n            \"data_1999\": 1292916,\n            \"data_2000\": 1283572,\n            \"data_2001\": 1257667,\n            \"data_2002\": 1221298,\n            \"data_2003\": 1270981,\n            \"data_2004\": 1318952,\n            \"data_2005\": 1433725,\n            \"data_2006\": 1370435,\n            \"data_2007\": 1358099,\n            \"data_2008\": 1315921,\n            \"data_2009\": 1237743,\n            \"data_2010\": 1232271,\n            \"data_2011\": 1211366,\n            \"data_2012\": 1172154,\n            \"data_2013\": 1199674,\n            \"data_2014\": 1221645,\n            \"data_2015\": 1271927,\n            \"data_2016\": 1280404,\n            \"data_2017\": 1282303,\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"data_1993\": 807375,\n            \"data_1994\": 835799,\n            \"data_1995\": 816576,\n            \"data_1996\": 818961,\n            \"data_1997\": 824414,\n            \"data_1998\": 821313,\n            \"data_1999\": 853506,\n            \"data_2000\": 859872,\n            \"data_2001\": 811041,\n            \"data_2002\": 862954,\n            \"data_2003\": 897035,\n            \"data_2004\": 876281,\n            \"data_2005\": 872420,\n            \"data_2006\": 873873,\n            \"data_2007\": 851065,\n            \"data_2008\": 800628,\n            \"data_2009\": 773888,\n            \"data_2010\": 766809,\n            \"data_2011\": 767513,\n            \"data_2012\": 738543,\n            \"data_2013\": 779532,\n            \"data_2014\": 790267,\n            \"data_2015\": 803530,\n            \"data_2016\": 782395,\n            \"data_2017\": 761078,\n            \"state_name\": \"Indiana\"\n        },\n        {\n            \"data_1993\": 345062,\n            \"data_1994\": 360029,\n            \"data_1995\": 367416,\n            \"data_1996\": 370010,\n            \"data_1997\": 367312,\n            \"data_1998\": 392394,\n            \"data_1999\": 407712,\n            \"data_2000\": 402950,\n            \"data_2001\": 389307,\n            \"data_2002\": 404884,\n            \"data_2003\": 384074,\n            \"data_2004\": 424155,\n            \"data_2005\": 431385,\n            \"data_2006\": 438355,\n            \"data_2007\": 425501,\n            \"data_2008\": 431999,\n            \"data_2009\": 425359,\n            \"data_2010\": 428601,\n            \"data_2011\": 429495,\n            \"data_2012\": 407213,\n            \"data_2013\": 432061,\n            \"data_2014\": 442127,\n            \"data_2015\": 434020,\n            \"data_2016\": 445530,\n            \"data_2017\": 426336,\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"data_1993\": 353100,\n            \"data_1994\": 347195,\n            \"data_1995\": 354212,\n            \"data_1996\": 371651,\n            \"data_1997\": 374880,\n            \"data_1998\": 377401,\n            \"data_1999\": 420973,\n            \"data_2000\": 389577,\n            \"data_2001\": 377447,\n            \"data_2002\": 364353,\n            \"data_2003\": 422629,\n            \"data_2004\": 412468,\n            \"data_2005\": 344498,\n            \"data_2006\": 354283,\n            \"data_2007\": 407303,\n            \"data_2008\": 358832,\n            \"data_2009\": 356192,\n            \"data_2010\": 363769,\n            \"data_2011\": 345714,\n            \"data_2012\": 344039,\n            \"data_2013\": 354445,\n            \"data_2014\": 368986,\n            \"data_2015\": 356757,\n            \"data_2016\": 356034,\n            \"data_2017\": 348532,\n            \"state_name\": \"Kansas\"\n        },\n        {\n            \"data_1993\": 528731,\n            \"data_1994\": 529072,\n            \"data_1995\": 541300,\n            \"data_1996\": 527718,\n            \"data_1997\": 564067,\n            \"data_1998\": 580533,\n            \"data_1999\": 607084,\n            \"data_2000\": 594775,\n            \"data_2001\": 628298,\n            \"data_2002\": 685344,\n            \"data_2003\": 649350,\n            \"data_2004\": 708251,\n            \"data_2005\": 707177,\n            \"data_2006\": 709312,\n            \"data_2007\": 702007,\n            \"data_2008\": 660997,\n            \"data_2009\": 658303,\n            \"data_2010\": 652014,\n            \"data_2011\": 635136,\n            \"data_2012\": 619286,\n            \"data_2013\": 587208,\n            \"data_2014\": 595163,\n            \"data_2015\": 610740,\n            \"data_2016\": 624878,\n            \"data_2017\": 599225,\n            \"state_name\": \"Kentucky\"\n        },\n        {\n            \"data_1993\": 1759773,\n            \"data_1994\": 1867057,\n            \"data_1995\": 1819666,\n            \"data_1996\": 1955752,\n            \"data_1997\": 1929756,\n            \"data_1998\": 1850656,\n            \"data_1999\": 1972665,\n            \"data_2000\": 2166207,\n            \"data_2001\": 1965938,\n            \"data_2002\": 1989143,\n            \"data_2003\": 1958947,\n            \"data_2004\": 2069916,\n            \"data_2005\": 1975738,\n            \"data_2006\": 2127496,\n            \"data_2007\": 2131474,\n            \"data_2008\": 2197451,\n            \"data_2009\": 2055596,\n            \"data_2010\": 2117040,\n            \"data_2011\": 2094606,\n            \"data_2012\": 1943513,\n            \"data_2013\": 1925103,\n            \"data_2014\": 1869599,\n            \"data_2015\": 1925325,\n            \"data_2016\": 1898263,\n            \"data_2017\": 2021987,\n            \"state_name\": \"Louisiana\"\n        }\n    ],\n    \"page\": 2,\n    \"total_pages\": 6\n}"}],"_postman_id":"9e5b2cfd-825b-4607-98f2-9efd521436db"},{"name":"GET /api/biomass","event":[{"listen":"test","script":{"id":"53209db3-9c87-4b86-ba93-1d270e2648eb","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","pm.test(\"Paginated properly\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.total_pages).not.eql(1);\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(pm.response.text()).to.include(\"data_1993\");\r","    pm.expect(pm.response.text()).to.include(\"data_1994\");\r","    pm.expect(pm.response.text()).to.include(\"data_1995\");\r","    pm.expect(pm.response.text()).to.include(\"data_1996\");\r","    pm.expect(pm.response.text()).to.include(\"data_1997\");\r","    pm.expect(pm.response.text()).to.include(\"data_1998\");\r","    pm.expect(pm.response.text()).to.include(\"data_1999\");\r","    pm.expect(pm.response.text()).to.include(\"data_2000\");\r","    pm.expect(pm.response.text()).to.include(\"data_2001\");\r","    pm.expect(pm.response.text()).to.include(\"data_2002\");\r","    pm.expect(pm.response.text()).to.include(\"data_2003\");\r","    pm.expect(pm.response.text()).to.include(\"data_2004\");\r","    pm.expect(pm.response.text()).to.include(\"data_2005\");\r","    pm.expect(pm.response.text()).to.include(\"data_2006\");\r","    pm.expect(pm.response.text()).to.include(\"data_2007\");\r","    pm.expect(pm.response.text()).to.include(\"data_2008\");\r","    pm.expect(pm.response.text()).to.include(\"data_2009\");\r","    pm.expect(pm.response.text()).to.include(\"data_2010\");\r","    pm.expect(pm.response.text()).to.include(\"data_2011\");\r","    pm.expect(pm.response.text()).to.include(\"data_2012\");\r","    pm.expect(pm.response.text()).to.include(\"data_2013\");\r","    pm.expect(pm.response.text()).to.include(\"data_2014\");\r","    pm.expect(pm.response.text()).to.include(\"data_2015\");\r","    pm.expect(pm.response.text()).to.include(\"data_2016\");\r","    pm.expect(pm.response.text()).to.include(\"data_2017\");\r","    pm.expect(pm.response.text()).to.include(\"state_name\");\r","});"],"type":"text/javascript"}}],"id":"51afc060-aacb-4a0a-ada8-b4492e3ad6c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/biomass","description":"Retrieve data on biomass consumption for all states in years 1993-2017.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can search for data on a specific state. Use ?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}. The same **state_name** can be used to retrieve other data on the state with /api/states/**state_name**."},"response":[{"id":"6a53ff0b-feff-4eda-b81f-b4c2807262a7","name":"GET /api/biomass","originalRequest":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/biomass"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 51, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 176217, \r\n      \"data_1994\": 215932, \r\n      \"data_1995\": 223971, \r\n      \"data_1996\": 208971, \r\n      \"data_1997\": 182204, \r\n      \"data_1998\": 209467, \r\n      \"data_1999\": 210694, \r\n      \"data_2000\": 203782, \r\n      \"data_2001\": 166309, \r\n      \"data_2002\": 163647, \r\n      \"data_2003\": 156338, \r\n      \"data_2004\": 186662, \r\n      \"data_2005\": 178199, \r\n      \"data_2006\": 194227, \r\n      \"data_2007\": 187593, \r\n      \"data_2008\": 176472, \r\n      \"data_2009\": 151086, \r\n      \"data_2010\": 180391, \r\n      \"data_2011\": 191327, \r\n      \"data_2012\": 192362, \r\n      \"data_2013\": 209069, \r\n      \"data_2014\": 200364, \r\n      \"data_2015\": 187987, \r\n      \"data_2016\": 187447, \r\n      \"data_2017\": 188663, \r\n      \"state_name\": \"Alabama\"\r\n    }, \r\n    {\r\n      \"data_1993\": 7067, \r\n      \"data_1994\": 9659, \r\n      \"data_1995\": 8941, \r\n      \"data_1996\": 8774, \r\n      \"data_1997\": 4308, \r\n      \"data_1998\": 2233, \r\n      \"data_1999\": 2168, \r\n      \"data_2000\": 2069, \r\n      \"data_2001\": 3438, \r\n      \"data_2002\": 3529, \r\n      \"data_2003\": 3485, \r\n      \"data_2004\": 3765, \r\n      \"data_2005\": 1133, \r\n      \"data_2006\": 1065, \r\n      \"data_2007\": 1177, \r\n      \"data_2008\": 1233, \r\n      \"data_2009\": 2543, \r\n      \"data_2010\": 2704, \r\n      \"data_2011\": 2675, \r\n      \"data_2012\": 2263, \r\n      \"data_2013\": 3357, \r\n      \"data_2014\": 3522, \r\n      \"data_2015\": 7488, \r\n      \"data_2016\": 8093, \r\n      \"data_2017\": 7023, \r\n      \"state_name\": \"Alaska\"\r\n    }, \r\n    {\r\n      \"data_1993\": 13871, \r\n      \"data_1994\": 14181, \r\n      \"data_1995\": 16652, \r\n      \"data_1996\": 14706, \r\n      \"data_1997\": 16421, \r\n      \"data_1998\": 12302, \r\n      \"data_1999\": 12492, \r\n      \"data_2000\": 13376, \r\n      \"data_2001\": 10376, \r\n      \"data_2002\": 9299, \r\n      \"data_2003\": 9556, \r\n      \"data_2004\": 9671, \r\n      \"data_2005\": 25221, \r\n      \"data_2006\": 25093, \r\n      \"data_2007\": 28976, \r\n      \"data_2008\": 36332, \r\n      \"data_2009\": 29074, \r\n      \"data_2010\": 30239, \r\n      \"data_2011\": 29100, \r\n      \"data_2012\": 27478, \r\n      \"data_2013\": 26583, \r\n      \"data_2014\": 31555, \r\n      \"data_2015\": 35410, \r\n      \"data_2016\": 35349, \r\n      \"data_2017\": 34730, \r\n      \"state_name\": \"Arizona\"\r\n    }, \r\n    {\r\n      \"data_1993\": 85912, \r\n      \"data_1994\": 82506, \r\n      \"data_1995\": 82964, \r\n      \"data_1996\": 87771, \r\n      \"data_1997\": 86884, \r\n      \"data_1998\": 81960, \r\n      \"data_1999\": 82147, \r\n      \"data_2000\": 83466, \r\n      \"data_2001\": 66816, \r\n      \"data_2002\": 72938, \r\n      \"data_2003\": 80378, \r\n      \"data_2004\": 75878, \r\n      \"data_2005\": 81287, \r\n      \"data_2006\": 84205, \r\n      \"data_2007\": 88493, \r\n      \"data_2008\": 79111, \r\n      \"data_2009\": 88519, \r\n      \"data_2010\": 101522, \r\n      \"data_2011\": 103676, \r\n      \"data_2012\": 101463, \r\n      \"data_2013\": 102209, \r\n      \"data_2014\": 102765, \r\n      \"data_2015\": 91836, \r\n      \"data_2016\": 88961, \r\n      \"data_2017\": 87835, \r\n      \"state_name\": \"Arkansas\"\r\n    }, \r\n    {\r\n      \"data_1993\": 193993, \r\n      \"data_1994\": 195852, \r\n      \"data_1995\": 181972, \r\n      \"data_1996\": 175098, \r\n      \"data_1997\": 158854, \r\n      \"data_1998\": 146909, \r\n      \"data_1999\": 155665, \r\n      \"data_2000\": 164105, \r\n      \"data_2001\": 164118, \r\n      \"data_2002\": 171469, \r\n      \"data_2003\": 205789, \r\n      \"data_2004\": 228393, \r\n      \"data_2005\": 226037, \r\n      \"data_2006\": 219639, \r\n      \"data_2007\": 225339, \r\n      \"data_2008\": 230230, \r\n      \"data_2009\": 237594, \r\n      \"data_2010\": 290583, \r\n      \"data_2011\": 291483, \r\n      \"data_2012\": 285560, \r\n      \"data_2013\": 298382, \r\n      \"data_2014\": 302638, \r\n      \"data_2015\": 279884, \r\n      \"data_2016\": 272544, \r\n      \"data_2017\": 272238, \r\n      \"state_name\": \"California\"\r\n    }, \r\n    {\r\n      \"data_1993\": 13325, \r\n      \"data_1994\": 12746, \r\n      \"data_1995\": 13929, \r\n      \"data_1996\": 16342, \r\n      \"data_1997\": 17123, \r\n      \"data_1998\": 15850, \r\n      \"data_1999\": 15625, \r\n      \"data_2000\": 16364, \r\n      \"data_2001\": 13731, \r\n      \"data_2002\": 12540, \r\n      \"data_2003\": 13784, \r\n      \"data_2004\": 14166, \r\n      \"data_2005\": 12798, \r\n      \"data_2006\": 14952, \r\n      \"data_2007\": 19708, \r\n      \"data_2008\": 23926, \r\n      \"data_2009\": 27115, \r\n      \"data_2010\": 30171, \r\n      \"data_2011\": 32398, \r\n      \"data_2012\": 31158, \r\n      \"data_2013\": 35418, \r\n      \"data_2014\": 36371, \r\n      \"data_2015\": 40552, \r\n      \"data_2016\": 42278, \r\n      \"data_2017\": 42203, \r\n      \"state_name\": \"Colorado\"\r\n    }, \r\n    {\r\n      \"data_1993\": 35325, \r\n      \"data_1994\": 35727, \r\n      \"data_1995\": 42323, \r\n      \"data_1996\": 49675, \r\n      \"data_1997\": 46243, \r\n      \"data_1998\": 44668, \r\n      \"data_1999\": 45009, \r\n      \"data_2000\": 45279, \r\n      \"data_2001\": 26648, \r\n      \"data_2002\": 24827, \r\n      \"data_2003\": 26844, \r\n      \"data_2004\": 37860, \r\n      \"data_2005\": 23791, \r\n      \"data_2006\": 29530, \r\n      \"data_2007\": 31661, \r\n      \"data_2008\": 29922, \r\n      \"data_2009\": 35504, \r\n      \"data_2010\": 38476, \r\n      \"data_2011\": 36315, \r\n      \"data_2012\": 34431, \r\n      \"data_2013\": 36091, \r\n      \"data_2014\": 37886, \r\n      \"data_2015\": 39460, \r\n      \"data_2016\": 39337, \r\n      \"data_2017\": 36917, \r\n      \"state_name\": \"Connecticut\"\r\n    }, \r\n    {\r\n      \"data_1993\": 2395, \r\n      \"data_1994\": 2330, \r\n      \"data_1995\": 2381, \r\n      \"data_1996\": 2543, \r\n      \"data_1997\": 2101, \r\n      \"data_1998\": 1833, \r\n      \"data_1999\": 1889, \r\n      \"data_2000\": 2181, \r\n      \"data_2001\": 1207, \r\n      \"data_2002\": 1190, \r\n      \"data_2003\": 1246, \r\n      \"data_2004\": 1270, \r\n      \"data_2005\": 1694, \r\n      \"data_2006\": 3382, \r\n      \"data_2007\": 4666, \r\n      \"data_2008\": 5430, \r\n      \"data_2009\": 6173, \r\n      \"data_2010\": 7180, \r\n      \"data_2011\": 6989, \r\n      \"data_2012\": 6035, \r\n      \"data_2013\": 5976, \r\n      \"data_2014\": 6253, \r\n      \"data_2015\": 5838, \r\n      \"data_2016\": 5657, \r\n      \"data_2017\": 5751, \r\n      \"state_name\": \"Delaware\"\r\n    }, \r\n    {\r\n      \"data_1993\": 185167, \r\n      \"data_1994\": 182190, \r\n      \"data_1995\": 186456, \r\n      \"data_1996\": 206119, \r\n      \"data_1997\": 197033, \r\n      \"data_1998\": 171827, \r\n      \"data_1999\": 171638, \r\n      \"data_2000\": 164155, \r\n      \"data_2001\": 127388, \r\n      \"data_2002\": 144171, \r\n      \"data_2003\": 157601, \r\n      \"data_2004\": 149004, \r\n      \"data_2005\": 157566, \r\n      \"data_2006\": 161792, \r\n      \"data_2007\": 168986, \r\n      \"data_2008\": 209752, \r\n      \"data_2009\": 238894, \r\n      \"data_2010\": 253630, \r\n      \"data_2011\": 250407, \r\n      \"data_2012\": 247757, \r\n      \"data_2013\": 257395, \r\n      \"data_2014\": 253298, \r\n      \"data_2015\": 247305, \r\n      \"data_2016\": 240205, \r\n      \"data_2017\": 250735, \r\n      \"state_name\": \"Florida\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 6\r\n}"},{"id":"804340ed-033a-44e7-bb05-932fbb8a8a50","name":"GET /api/biomass?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/biomass?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","biomass"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 1, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 176217, \r\n      \"data_1994\": 215932, \r\n      \"data_1995\": 223971, \r\n      \"data_1996\": 208971, \r\n      \"data_1997\": 182204, \r\n      \"data_1998\": 209467, \r\n      \"data_1999\": 210694, \r\n      \"data_2000\": 203782, \r\n      \"data_2001\": 166309, \r\n      \"data_2002\": 163647, \r\n      \"data_2003\": 156338, \r\n      \"data_2004\": 186662, \r\n      \"data_2005\": 178199, \r\n      \"data_2006\": 194227, \r\n      \"data_2007\": 187593, \r\n      \"data_2008\": 176472, \r\n      \"data_2009\": 151086, \r\n      \"data_2010\": 180391, \r\n      \"data_2011\": 191327, \r\n      \"data_2012\": 192362, \r\n      \"data_2013\": 209069, \r\n      \"data_2014\": 200364, \r\n      \"data_2015\": 187987, \r\n      \"data_2016\": 187447, \r\n      \"data_2017\": 188663, \r\n      \"state_name\": \"Alabama\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 1\r\n}"},{"id":"d133e536-4130-4ff3-93a8-cfc3189e1614","name":"GET /api/biomass?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/biomass?page=2","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","biomass"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 51, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 194264, \r\n      \"data_1994\": 196067, \r\n      \"data_1995\": 205644, \r\n      \"data_1996\": 208259, \r\n      \"data_1997\": 218529, \r\n      \"data_1998\": 202938, \r\n      \"data_1999\": 202675, \r\n      \"data_2000\": 196564, \r\n      \"data_2001\": 164904, \r\n      \"data_2002\": 255738, \r\n      \"data_2003\": 179384, \r\n      \"data_2004\": 189388, \r\n      \"data_2005\": 177644, \r\n      \"data_2006\": 184728, \r\n      \"data_2007\": 183031, \r\n      \"data_2008\": 176494, \r\n      \"data_2009\": 187933, \r\n      \"data_2010\": 214413, \r\n      \"data_2011\": 220408, \r\n      \"data_2012\": 215836, \r\n      \"data_2013\": 244334, \r\n      \"data_2014\": 263650, \r\n      \"data_2015\": 267967, \r\n      \"data_2016\": 251567, \r\n      \"data_2017\": 242236, \r\n      \"state_name\": \"Georgia\"\r\n    }, \r\n    {\r\n      \"data_1993\": 24388, \r\n      \"data_1994\": 20724, \r\n      \"data_1995\": 19803, \r\n      \"data_1996\": 19066, \r\n      \"data_1997\": 17433, \r\n      \"data_1998\": 16548, \r\n      \"data_1999\": 16981, \r\n      \"data_2000\": 15194, \r\n      \"data_2001\": 7947, \r\n      \"data_2002\": 7480, \r\n      \"data_2003\": 9305, \r\n      \"data_2004\": 9336, \r\n      \"data_2005\": 9574, \r\n      \"data_2006\": 9885, \r\n      \"data_2007\": 9707, \r\n      \"data_2008\": 11834, \r\n      \"data_2009\": 12274, \r\n      \"data_2010\": 10532, \r\n      \"data_2011\": 10614, \r\n      \"data_2012\": 9629, \r\n      \"data_2013\": 11189, \r\n      \"data_2014\": 11017, \r\n      \"data_2015\": 11203, \r\n      \"data_2016\": 12181, \r\n      \"data_2017\": 9411, \r\n      \"state_name\": \"Hawaii\"\r\n    }, \r\n    {\r\n      \"data_1993\": 25189, \r\n      \"data_1994\": 24060, \r\n      \"data_1995\": 25630, \r\n      \"data_1996\": 26166, \r\n      \"data_1997\": 28607, \r\n      \"data_1998\": 27359, \r\n      \"data_1999\": 28093, \r\n      \"data_2000\": 27857, \r\n      \"data_2001\": 28445, \r\n      \"data_2002\": 22444, \r\n      \"data_2003\": 22967, \r\n      \"data_2004\": 25924, \r\n      \"data_2005\": 35308, \r\n      \"data_2006\": 32916, \r\n      \"data_2007\": 34932, \r\n      \"data_2008\": 36166, \r\n      \"data_2009\": 29184, \r\n      \"data_2010\": 36212, \r\n      \"data_2011\": 32142, \r\n      \"data_2012\": 31543, \r\n      \"data_2013\": 33744, \r\n      \"data_2014\": 40626, \r\n      \"data_2015\": 48822, \r\n      \"data_2016\": 42542, \r\n      \"data_2017\": 44659, \r\n      \"state_name\": \"Idaho\"\r\n    }, \r\n    {\r\n      \"data_1993\": 96425, \r\n      \"data_1994\": 99239, \r\n      \"data_1995\": 96147, \r\n      \"data_1996\": 81943, \r\n      \"data_1997\": 89677, \r\n      \"data_1998\": 89509, \r\n      \"data_1999\": 91739, \r\n      \"data_2000\": 95574, \r\n      \"data_2001\": 98429, \r\n      \"data_2002\": 109057, \r\n      \"data_2003\": 124112, \r\n      \"data_2004\": 122403, \r\n      \"data_2005\": 103506, \r\n      \"data_2006\": 97507, \r\n      \"data_2007\": 112657, \r\n      \"data_2008\": 126903, \r\n      \"data_2009\": 147147, \r\n      \"data_2010\": 151867, \r\n      \"data_2011\": 136437, \r\n      \"data_2012\": 133280, \r\n      \"data_2013\": 136125, \r\n      \"data_2014\": 139110, \r\n      \"data_2015\": 136859, \r\n      \"data_2016\": 142893, \r\n      \"data_2017\": 147487, \r\n      \"state_name\": \"Illinois\"\r\n    }, \r\n    {\r\n      \"data_1993\": 48311, \r\n      \"data_1994\": 46872, \r\n      \"data_1995\": 49123, \r\n      \"data_1996\": 44255, \r\n      \"data_1997\": 40412, \r\n      \"data_1998\": 38669, \r\n      \"data_1999\": 42374, \r\n      \"data_2000\": 41611, \r\n      \"data_2001\": 46061, \r\n      \"data_2002\": 49816, \r\n      \"data_2003\": 51496, \r\n      \"data_2004\": 51699, \r\n      \"data_2005\": 56936, \r\n      \"data_2006\": 47177, \r\n      \"data_2007\": 58748, \r\n      \"data_2008\": 87913, \r\n      \"data_2009\": 94504, \r\n      \"data_2010\": 102130, \r\n      \"data_2011\": 108555, \r\n      \"data_2012\": 105085, \r\n      \"data_2013\": 109610, \r\n      \"data_2014\": 114594, \r\n      \"data_2015\": 119075, \r\n      \"data_2016\": 121212, \r\n      \"data_2017\": 119034, \r\n      \"state_name\": \"Indiana\"\r\n    }, \r\n    {\r\n      \"data_1993\": 73113, \r\n      \"data_1994\": 74190, \r\n      \"data_1995\": 73847, \r\n      \"data_1996\": 78822, \r\n      \"data_1997\": 71580, \r\n      \"data_1998\": 69391, \r\n      \"data_1999\": 71068, \r\n      \"data_2000\": 66147, \r\n      \"data_2001\": 62556, \r\n      \"data_2002\": 65814, \r\n      \"data_2003\": 75183, \r\n      \"data_2004\": 90645, \r\n      \"data_2005\": 97929, \r\n      \"data_2006\": 109477, \r\n      \"data_2007\": 138446, \r\n      \"data_2008\": 163166, \r\n      \"data_2009\": 205639, \r\n      \"data_2010\": 240746, \r\n      \"data_2011\": 232414, \r\n      \"data_2012\": 217099, \r\n      \"data_2013\": 227661, \r\n      \"data_2014\": 241192, \r\n      \"data_2015\": 237644, \r\n      \"data_2016\": 244483, \r\n      \"data_2017\": 246343, \r\n      \"state_name\": \"Iowa\"\r\n    }, \r\n    {\r\n      \"data_1993\": 13322, \r\n      \"data_1994\": 12823, \r\n      \"data_1995\": 12656, \r\n      \"data_1996\": 11467, \r\n      \"data_1997\": 9977, \r\n      \"data_1998\": 9495, \r\n      \"data_1999\": 9731, \r\n      \"data_2000\": 9482, \r\n      \"data_2001\": 9929, \r\n      \"data_2002\": 14324, \r\n      \"data_2003\": 17628, \r\n      \"data_2004\": 15318, \r\n      \"data_2005\": 17863, \r\n      \"data_2006\": 17327, \r\n      \"data_2007\": 23274, \r\n      \"data_2008\": 39419, \r\n      \"data_2009\": 37082, \r\n      \"data_2010\": 40486, \r\n      \"data_2011\": 41842, \r\n      \"data_2012\": 38714, \r\n      \"data_2013\": 40836, \r\n      \"data_2014\": 45882, \r\n      \"data_2015\": 44183, \r\n      \"data_2016\": 43583, \r\n      \"data_2017\": 42817, \r\n      \"state_name\": \"Kansas\"\r\n    }, \r\n    {\r\n      \"data_1993\": 17276, \r\n      \"data_1994\": 15791, \r\n      \"data_1995\": 15948, \r\n      \"data_1996\": 18997, \r\n      \"data_1997\": 13508, \r\n      \"data_1998\": 11476, \r\n      \"data_1999\": 11764, \r\n      \"data_2000\": 11972, \r\n      \"data_2001\": 12987, \r\n      \"data_2002\": 23337, \r\n      \"data_2003\": 29511, \r\n      \"data_2004\": 32124, \r\n      \"data_2005\": 43509, \r\n      \"data_2006\": 41976, \r\n      \"data_2007\": 46400, \r\n      \"data_2008\": 49552, \r\n      \"data_2009\": 49148, \r\n      \"data_2010\": 55937, \r\n      \"data_2011\": 55935, \r\n      \"data_2012\": 52528, \r\n      \"data_2013\": 58219, \r\n      \"data_2014\": 60287, \r\n      \"data_2015\": 51701, \r\n      \"data_2016\": 51856, \r\n      \"data_2017\": 52594, \r\n      \"state_name\": \"Kentucky\"\r\n    }, \r\n    {\r\n      \"data_1993\": 125335, \r\n      \"data_1994\": 137993, \r\n      \"data_1995\": 142091, \r\n      \"data_1996\": 142258, \r\n      \"data_1997\": 138717, \r\n      \"data_1998\": 136243, \r\n      \"data_1999\": 139727, \r\n      \"data_2000\": 136411, \r\n      \"data_2001\": 127962, \r\n      \"data_2002\": 134385, \r\n      \"data_2003\": 142784, \r\n      \"data_2004\": 177812, \r\n      \"data_2005\": 142401, \r\n      \"data_2006\": 141479, \r\n      \"data_2007\": 141127, \r\n      \"data_2008\": 101609, \r\n      \"data_2009\": 104230, \r\n      \"data_2010\": 120761, \r\n      \"data_2011\": 119260, \r\n      \"data_2012\": 118696, \r\n      \"data_2013\": 133160, \r\n      \"data_2014\": 151647, \r\n      \"data_2015\": 139853, \r\n      \"data_2016\": 154343, \r\n      \"data_2017\": 233541, \r\n      \"state_name\": \"Louisiana\"\r\n    }\r\n  ], \r\n  \"page\": 2, \r\n  \"total_pages\": 6\r\n}"}],"_postman_id":"51afc060-aacb-4a0a-ada8-b4492e3ad6c6"},{"name":"GET /api/coal","event":[{"listen":"test","script":{"id":"b87f808e-7183-495e-971a-7f08d2d1ca39","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","pm.test(\"Paginated properly\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.total_pages).not.eql(1);\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(pm.response.text()).to.include(\"data_1993\");\r","    pm.expect(pm.response.text()).to.include(\"data_1994\");\r","    pm.expect(pm.response.text()).to.include(\"data_1995\");\r","    pm.expect(pm.response.text()).to.include(\"data_1996\");\r","    pm.expect(pm.response.text()).to.include(\"data_1997\");\r","    pm.expect(pm.response.text()).to.include(\"data_1998\");\r","    pm.expect(pm.response.text()).to.include(\"data_1999\");\r","    pm.expect(pm.response.text()).to.include(\"data_2000\");\r","    pm.expect(pm.response.text()).to.include(\"data_2001\");\r","    pm.expect(pm.response.text()).to.include(\"data_2002\");\r","    pm.expect(pm.response.text()).to.include(\"data_2003\");\r","    pm.expect(pm.response.text()).to.include(\"data_2004\");\r","    pm.expect(pm.response.text()).to.include(\"data_2005\");\r","    pm.expect(pm.response.text()).to.include(\"data_2006\");\r","    pm.expect(pm.response.text()).to.include(\"data_2007\");\r","    pm.expect(pm.response.text()).to.include(\"data_2008\");\r","    pm.expect(pm.response.text()).to.include(\"data_2009\");\r","    pm.expect(pm.response.text()).to.include(\"data_2010\");\r","    pm.expect(pm.response.text()).to.include(\"data_2011\");\r","    pm.expect(pm.response.text()).to.include(\"data_2012\");\r","    pm.expect(pm.response.text()).to.include(\"data_2013\");\r","    pm.expect(pm.response.text()).to.include(\"data_2014\");\r","    pm.expect(pm.response.text()).to.include(\"data_2015\");\r","    pm.expect(pm.response.text()).to.include(\"data_2016\");\r","    pm.expect(pm.response.text()).to.include(\"data_2017\");\r","    pm.expect(pm.response.text()).to.include(\"state_name\");\r","});"],"type":"text/javascript"}}],"id":"b6d5524f-40f4-4b8c-8b81-80b3dd930560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/coal","description":"Retrieve data on coal consumption for all states in years 1993-2017.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can search for data on a specific state. Use ?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}. The same **state_name** can be used to retrieve other data on the state with /api/states/**state_name**."},"response":[{"id":"75c88f4f-7061-41d1-890f-b9b2ae61d336","name":"GET /api/coal?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/coal?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","coal"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 1, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 812948, \r\n      \"data_1994\": 773804, \r\n      \"data_1995\": 828277, \r\n      \"data_1996\": 890742, \r\n      \"data_1997\": 867264, \r\n      \"data_1998\": 856479, \r\n      \"data_1999\": 866512, \r\n      \"data_2000\": 904181, \r\n      \"data_2001\": 842337, \r\n      \"data_2002\": 845999, \r\n      \"data_2003\": 873735, \r\n      \"data_2004\": 853917, \r\n      \"data_2005\": 890098, \r\n      \"data_2006\": 886678, \r\n      \"data_2007\": 888436, \r\n      \"data_2008\": 842826, \r\n      \"data_2009\": 630969, \r\n      \"data_2010\": 718684, \r\n      \"data_2011\": 651032, \r\n      \"data_2012\": 547004, \r\n      \"data_2013\": 565051, \r\n      \"data_2014\": 575912, \r\n      \"data_2015\": 494311, \r\n      \"data_2016\": 410168, \r\n      \"data_2017\": 378890, \r\n      \"state_name\": \"Alabama\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 1\r\n}"},{"id":"94cdf196-13f1-4b26-a2bd-ee2dcbb91a0b","name":"GET /api/coal","originalRequest":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/coal"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 51, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 812948, \r\n      \"data_1994\": 773804, \r\n      \"data_1995\": 828277, \r\n      \"data_1996\": 890742, \r\n      \"data_1997\": 867264, \r\n      \"data_1998\": 856479, \r\n      \"data_1999\": 866512, \r\n      \"data_2000\": 904181, \r\n      \"data_2001\": 842337, \r\n      \"data_2002\": 845999, \r\n      \"data_2003\": 873735, \r\n      \"data_2004\": 853917, \r\n      \"data_2005\": 890098, \r\n      \"data_2006\": 886678, \r\n      \"data_2007\": 888436, \r\n      \"data_2008\": 842826, \r\n      \"data_2009\": 630969, \r\n      \"data_2010\": 718684, \r\n      \"data_2011\": 651032, \r\n      \"data_2012\": 547004, \r\n      \"data_2013\": 565051, \r\n      \"data_2014\": 575912, \r\n      \"data_2015\": 494311, \r\n      \"data_2016\": 410168, \r\n      \"data_2017\": 378890, \r\n      \"state_name\": \"Alabama\"\r\n    }, \r\n    {\r\n      \"data_1993\": 13630, \r\n      \"data_1994\": 12578, \r\n      \"data_1995\": 12882, \r\n      \"data_1996\": 11152, \r\n      \"data_1997\": 11719, \r\n      \"data_1998\": 16471, \r\n      \"data_1999\": 16394, \r\n      \"data_2000\": 16455, \r\n      \"data_2001\": 15911, \r\n      \"data_2002\": 16429, \r\n      \"data_2003\": 12552, \r\n      \"data_2004\": 14075, \r\n      \"data_2005\": 13994, \r\n      \"data_2006\": 14981, \r\n      \"data_2007\": 13662, \r\n      \"data_2008\": 14705, \r\n      \"data_2009\": 14505, \r\n      \"data_2010\": 14548, \r\n      \"data_2011\": 15481, \r\n      \"data_2012\": 15521, \r\n      \"data_2013\": 14819, \r\n      \"data_2014\": 18225, \r\n      \"data_2015\": 19511, \r\n      \"data_2016\": 16613, \r\n      \"data_2017\": 16376, \r\n      \"state_name\": \"Alaska\"\r\n    }, \r\n    {\r\n      \"data_1993\": 389839, \r\n      \"data_1994\": 402390, \r\n      \"data_1995\": 342889, \r\n      \"data_1996\": 342839, \r\n      \"data_1997\": 369872, \r\n      \"data_1998\": 386770, \r\n      \"data_1999\": 403262, \r\n      \"data_2000\": 432810, \r\n      \"data_2001\": 424023, \r\n      \"data_2002\": 406479, \r\n      \"data_2003\": 406537, \r\n      \"data_2004\": 425413, \r\n      \"data_2005\": 428445, \r\n      \"data_2006\": 431985, \r\n      \"data_2007\": 438524, \r\n      \"data_2008\": 458727, \r\n      \"data_2009\": 413260, \r\n      \"data_2010\": 457909, \r\n      \"data_2011\": 459909, \r\n      \"data_2012\": 420570, \r\n      \"data_2013\": 454865, \r\n      \"data_2014\": 447849, \r\n      \"data_2015\": 385822, \r\n      \"data_2016\": 323878, \r\n      \"data_2017\": 334512, \r\n      \"state_name\": \"Arizona\"\r\n    }, \r\n    {\r\n      \"data_1993\": 200450, \r\n      \"data_1994\": 222169, \r\n      \"data_1995\": 237334, \r\n      \"data_1996\": 260060, \r\n      \"data_1997\": 246786, \r\n      \"data_1998\": 254658, \r\n      \"data_1999\": 267022, \r\n      \"data_2000\": 267579, \r\n      \"data_2001\": 273982, \r\n      \"data_2002\": 255242, \r\n      \"data_2003\": 253653, \r\n      \"data_2004\": 270210, \r\n      \"data_2005\": 247169, \r\n      \"data_2006\": 256907, \r\n      \"data_2007\": 275037, \r\n      \"data_2008\": 278849, \r\n      \"data_2009\": 264083, \r\n      \"data_2010\": 293689, \r\n      \"data_2011\": 306119, \r\n      \"data_2012\": 296732, \r\n      \"data_2013\": 327099, \r\n      \"data_2014\": 339214, \r\n      \"data_2015\": 226889, \r\n      \"data_2016\": 246437, \r\n      \"data_2017\": 267591, \r\n      \"state_name\": \"Arkansas\"\r\n    }, \r\n    {\r\n      \"data_1993\": 84669, \r\n      \"data_1994\": 84616, \r\n      \"data_1995\": 84323, \r\n      \"data_1996\": 80324, \r\n      \"data_1997\": 82651, \r\n      \"data_1998\": 66157, \r\n      \"data_1999\": 69547, \r\n      \"data_2000\": 70012, \r\n      \"data_2001\": 67839, \r\n      \"data_2002\": 70010, \r\n      \"data_2003\": 69469, \r\n      \"data_2004\": 68909, \r\n      \"data_2005\": 67422, \r\n      \"data_2006\": 67017, \r\n      \"data_2007\": 66495, \r\n      \"data_2008\": 63050, \r\n      \"data_2009\": 52403, \r\n      \"data_2010\": 54972, \r\n      \"data_2011\": 55264, \r\n      \"data_2012\": 43832, \r\n      \"data_2013\": 38151, \r\n      \"data_2014\": 39486, \r\n      \"data_2015\": 30967, \r\n      \"data_2016\": 32077, \r\n      \"data_2017\": 33663, \r\n      \"state_name\": \"California\"\r\n    }, \r\n    {\r\n      \"data_1993\": 347233, \r\n      \"data_1994\": 359375, \r\n      \"data_1995\": 344201, \r\n      \"data_1996\": 350712, \r\n      \"data_1997\": 362423, \r\n      \"data_1998\": 364889, \r\n      \"data_1999\": 364236, \r\n      \"data_2000\": 387879, \r\n      \"data_2001\": 400028, \r\n      \"data_2002\": 390480, \r\n      \"data_2003\": 394163, \r\n      \"data_2004\": 390186, \r\n      \"data_2005\": 386670, \r\n      \"data_2006\": 394348, \r\n      \"data_2007\": 388586, \r\n      \"data_2008\": 385416, \r\n      \"data_2009\": 350224, \r\n      \"data_2010\": 382623, \r\n      \"data_2011\": 368871, \r\n      \"data_2012\": 370085, \r\n      \"data_2013\": 363532, \r\n      \"data_2014\": 350526, \r\n      \"data_2015\": 340107, \r\n      \"data_2016\": 321476, \r\n      \"data_2017\": 315835, \r\n      \"state_name\": \"Colorado\"\r\n    }, \r\n    {\r\n      \"data_1993\": 37303, \r\n      \"data_1994\": 38584, \r\n      \"data_1995\": 40787, \r\n      \"data_1996\": 41120, \r\n      \"data_1997\": 44982, \r\n      \"data_1998\": 32569, \r\n      \"data_1999\": 15231, \r\n      \"data_2000\": 36246, \r\n      \"data_2001\": 39991, \r\n      \"data_2002\": 34206, \r\n      \"data_2003\": 41864, \r\n      \"data_2004\": 43997, \r\n      \"data_2005\": 42023, \r\n      \"data_2006\": 45722, \r\n      \"data_2007\": 39931, \r\n      \"data_2008\": 45188, \r\n      \"data_2009\": 26265, \r\n      \"data_2010\": 28711, \r\n      \"data_2011\": 6081, \r\n      \"data_2012\": 9290, \r\n      \"data_2013\": 7679, \r\n      \"data_2014\": 9097, \r\n      \"data_2015\": 6536, \r\n      \"data_2016\": 2340, \r\n      \"data_2017\": 2507, \r\n      \"state_name\": \"Connecticut\"\r\n    }, \r\n    {\r\n      \"data_1993\": 63469, \r\n      \"data_1994\": 57477, \r\n      \"data_1995\": 52448, \r\n      \"data_1996\": 50779, \r\n      \"data_1997\": 48586, \r\n      \"data_1998\": 45817, \r\n      \"data_1999\": 35915, \r\n      \"data_2000\": 50147, \r\n      \"data_2001\": 38335, \r\n      \"data_2002\": 40536, \r\n      \"data_2003\": 46997, \r\n      \"data_2004\": 53599, \r\n      \"data_2005\": 56716, \r\n      \"data_2006\": 56625, \r\n      \"data_2007\": 63839, \r\n      \"data_2008\": 60891, \r\n      \"data_2009\": 33938, \r\n      \"data_2010\": 30253, \r\n      \"data_2011\": 17881, \r\n      \"data_2012\": 17384, \r\n      \"data_2013\": 18254, \r\n      \"data_2014\": 10238, \r\n      \"data_2015\": 7149, \r\n      \"data_2016\": 8199, \r\n      \"data_2017\": 4804, \r\n      \"state_name\": \"Delaware\"\r\n    }, \r\n    {\r\n      \"data_1993\": 654527, \r\n      \"data_1994\": 663382, \r\n      \"data_1995\": 686924, \r\n      \"data_1996\": 745817, \r\n      \"data_1997\": 751335, \r\n      \"data_1998\": 749474, \r\n      \"data_1999\": 716280, \r\n      \"data_2000\": 760439, \r\n      \"data_2001\": 725890, \r\n      \"data_2002\": 719670, \r\n      \"data_2003\": 723832, \r\n      \"data_2004\": 699055, \r\n      \"data_2005\": 672309, \r\n      \"data_2006\": 696215, \r\n      \"data_2007\": 720824, \r\n      \"data_2008\": 693161, \r\n      \"data_2009\": 581517, \r\n      \"data_2010\": 637416, \r\n      \"data_2011\": 552730, \r\n      \"data_2012\": 482984, \r\n      \"data_2013\": 505155, \r\n      \"data_2014\": 557882, \r\n      \"data_2015\": 466530, \r\n      \"data_2016\": 426188, \r\n      \"data_2017\": 407538, \r\n      \"state_name\": \"Florida\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 6\r\n}"},{"id":"ec0df35b-fc1b-4340-84f4-d54e83607047","name":"GET /api/coal?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/coal?page=2","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","coal"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 51, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 655174, \r\n      \"data_1994\": 685757, \r\n      \"data_1995\": 723817, \r\n      \"data_1996\": 723082, \r\n      \"data_1997\": 767969, \r\n      \"data_1998\": 767394, \r\n      \"data_1999\": 782617, \r\n      \"data_2000\": 819530, \r\n      \"data_2001\": 772021, \r\n      \"data_2002\": 807121, \r\n      \"data_2003\": 819031, \r\n      \"data_2004\": 834991, \r\n      \"data_2005\": 901010, \r\n      \"data_2006\": 892732, \r\n      \"data_2007\": 934773, \r\n      \"data_2008\": 885849, \r\n      \"data_2009\": 723449, \r\n      \"data_2010\": 767906, \r\n      \"data_2011\": 634756, \r\n      \"data_2012\": 435546, \r\n      \"data_2013\": 426184, \r\n      \"data_2014\": 482657, \r\n      \"data_2015\": 394665, \r\n      \"data_2016\": 399279, \r\n      \"data_2017\": 344273, \r\n      \"state_name\": \"Georgia\"\r\n    }, \r\n    {\r\n      \"data_1993\": 15575, \r\n      \"data_1994\": 15740, \r\n      \"data_1995\": 19914, \r\n      \"data_1996\": 20371, \r\n      \"data_1997\": 20513, \r\n      \"data_1998\": 18223, \r\n      \"data_1999\": 17691, \r\n      \"data_2000\": 17653, \r\n      \"data_2001\": 17774, \r\n      \"data_2002\": 16618, \r\n      \"data_2003\": 18044, \r\n      \"data_2004\": 17913, \r\n      \"data_2005\": 16506, \r\n      \"data_2006\": 16102, \r\n      \"data_2007\": 17107, \r\n      \"data_2008\": 18095, \r\n      \"data_2009\": 17083, \r\n      \"data_2010\": 17117, \r\n      \"data_2011\": 16080, \r\n      \"data_2012\": 16572, \r\n      \"data_2013\": 15306, \r\n      \"data_2014\": 17241, \r\n      \"data_2015\": 15632, \r\n      \"data_2016\": 16431, \r\n      \"data_2017\": 14948, \r\n      \"state_name\": \"Hawaii\"\r\n    }, \r\n    {\r\n      \"data_1993\": 9782, \r\n      \"data_1994\": 9663, \r\n      \"data_1995\": 8946, \r\n      \"data_1996\": 7311, \r\n      \"data_1997\": 6410, \r\n      \"data_1998\": 8783, \r\n      \"data_1999\": 7976, \r\n      \"data_2000\": 13732, \r\n      \"data_2001\": 11395, \r\n      \"data_2002\": 10194, \r\n      \"data_2003\": 10219, \r\n      \"data_2004\": 12336, \r\n      \"data_2005\": 11286, \r\n      \"data_2006\": 8212, \r\n      \"data_2007\": 10261, \r\n      \"data_2008\": 8604, \r\n      \"data_2009\": 8443, \r\n      \"data_2010\": 8527, \r\n      \"data_2011\": 7846, \r\n      \"data_2012\": 5186, \r\n      \"data_2013\": 7965, \r\n      \"data_2014\": 7472, \r\n      \"data_2015\": 4249, \r\n      \"data_2016\": 2432, \r\n      \"data_2017\": 2615, \r\n      \"state_name\": \"Idaho\"\r\n    }, \r\n    {\r\n      \"data_1993\": 812832, \r\n      \"data_1994\": 825387, \r\n      \"data_1995\": 826679, \r\n      \"data_1996\": 919858, \r\n      \"data_1997\": 974920, \r\n      \"data_1998\": 949046, \r\n      \"data_1999\": 958832, \r\n      \"data_2000\": 1016555, \r\n      \"data_2001\": 983729, \r\n      \"data_2002\": 986832, \r\n      \"data_2003\": 1010087, \r\n      \"data_2004\": 1069538, \r\n      \"data_2005\": 1047532, \r\n      \"data_2006\": 1045398, \r\n      \"data_2007\": 1091382, \r\n      \"data_2008\": 1103163, \r\n      \"data_2009\": 1014972, \r\n      \"data_2010\": 1069037, \r\n      \"data_2011\": 1052224, \r\n      \"data_2012\": 969294, \r\n      \"data_2013\": 1026925, \r\n      \"data_2014\": 1017855, \r\n      \"data_2015\": 850430, \r\n      \"data_2016\": 702467, \r\n      \"data_2017\": 685000, \r\n      \"state_name\": \"Illinois\"\r\n    }, \r\n    {\r\n      \"data_1993\": 1319875, \r\n      \"data_1994\": 1297228, \r\n      \"data_1995\": 1344410, \r\n      \"data_1996\": 1374505, \r\n      \"data_1997\": 1423469, \r\n      \"data_1998\": 1447976, \r\n      \"data_1999\": 1477167, \r\n      \"data_2000\": 1595037, \r\n      \"data_2001\": 1569235, \r\n      \"data_2002\": 1547530, \r\n      \"data_2003\": 1570700, \r\n      \"data_2004\": 1614210, \r\n      \"data_2005\": 1594399, \r\n      \"data_2006\": 1587100, \r\n      \"data_2007\": 1572084, \r\n      \"data_2008\": 1558078, \r\n      \"data_2009\": 1365413, \r\n      \"data_2010\": 1449371, \r\n      \"data_2011\": 1333442, \r\n      \"data_2012\": 1193465, \r\n      \"data_2013\": 1198611, \r\n      \"data_2014\": 1221492, \r\n      \"data_2015\": 1007472, \r\n      \"data_2016\": 948386, \r\n      \"data_2017\": 929271, \r\n      \"state_name\": \"Indiana\"\r\n    }, \r\n    {\r\n      \"data_1993\": 344102, \r\n      \"data_1994\": 348935, \r\n      \"data_1995\": 372311, \r\n      \"data_1996\": 383702, \r\n      \"data_1997\": 391698, \r\n      \"data_1998\": 424859, \r\n      \"data_1999\": 432009, \r\n      \"data_2000\": 445888, \r\n      \"data_2001\": 443921, \r\n      \"data_2002\": 441534, \r\n      \"data_2003\": 444587, \r\n      \"data_2004\": 443221, \r\n      \"data_2005\": 429777, \r\n      \"data_2006\": 435187, \r\n      \"data_2007\": 465167, \r\n      \"data_2008\": 485218, \r\n      \"data_2009\": 444574, \r\n      \"data_2010\": 493794, \r\n      \"data_2011\": 463138, \r\n      \"data_2012\": 422595, \r\n      \"data_2013\": 402402, \r\n      \"data_2014\": 401151, \r\n      \"data_2015\": 348293, \r\n      \"data_2016\": 298006, \r\n      \"data_2017\": 300287, \r\n      \"state_name\": \"Iowa\"\r\n    }, \r\n    {\r\n      \"data_1993\": 302570, \r\n      \"data_1994\": 300955, \r\n      \"data_1995\": 289709, \r\n      \"data_1996\": 338314, \r\n      \"data_1997\": 310907, \r\n      \"data_1998\": 309382, \r\n      \"data_1999\": 329308, \r\n      \"data_2000\": 362797, \r\n      \"data_2001\": 354647, \r\n      \"data_2002\": 391664, \r\n      \"data_2003\": 389464, \r\n      \"data_2004\": 385498, \r\n      \"data_2005\": 379823, \r\n      \"data_2006\": 364212, \r\n      \"data_2007\": 396333, \r\n      \"data_2008\": 371804, \r\n      \"data_2009\": 356079, \r\n      \"data_2010\": 359908, \r\n      \"data_2011\": 346521, \r\n      \"data_2012\": 307585, \r\n      \"data_2013\": 326817, \r\n      \"data_2014\": 316572, \r\n      \"data_2015\": 273416, \r\n      \"data_2016\": 253121, \r\n      \"data_2017\": 216747, \r\n      \"state_name\": \"Kansas\"\r\n    }, \r\n    {\r\n      \"data_1993\": 921147, \r\n      \"data_1994\": 896399, \r\n      \"data_1995\": 929379, \r\n      \"data_1996\": 952091, \r\n      \"data_1997\": 977760, \r\n      \"data_1998\": 958990, \r\n      \"data_1999\": 987592, \r\n      \"data_2000\": 997621, \r\n      \"data_2001\": 1013055, \r\n      \"data_2002\": 950941, \r\n      \"data_2003\": 943652, \r\n      \"data_2004\": 961759, \r\n      \"data_2005\": 986263, \r\n      \"data_2006\": 1023263, \r\n      \"data_2007\": 1020709, \r\n      \"data_2008\": 1024816, \r\n      \"data_2009\": 937106, \r\n      \"data_2010\": 1009823, \r\n      \"data_2011\": 1010623, \r\n      \"data_2012\": 909705, \r\n      \"data_2013\": 914774, \r\n      \"data_2014\": 913452, \r\n      \"data_2015\": 796484, \r\n      \"data_2016\": 736584, \r\n      \"data_2017\": 639356, \r\n      \"state_name\": \"Kentucky\"\r\n    }, \r\n    {\r\n      \"data_1993\": 223457, \r\n      \"data_1994\": 230869, \r\n      \"data_1995\": 216826, \r\n      \"data_1996\": 205405, \r\n      \"data_1997\": 226065, \r\n      \"data_1998\": 225283, \r\n      \"data_1999\": 227687, \r\n      \"data_2000\": 253263, \r\n      \"data_2001\": 239990, \r\n      \"data_2002\": 232109, \r\n      \"data_2003\": 247978, \r\n      \"data_2004\": 256716, \r\n      \"data_2005\": 253518, \r\n      \"data_2006\": 265214, \r\n      \"data_2007\": 249800, \r\n      \"data_2008\": 262470, \r\n      \"data_2009\": 252519, \r\n      \"data_2010\": 259750, \r\n      \"data_2011\": 269993, \r\n      \"data_2012\": 238811, \r\n      \"data_2013\": 228055, \r\n      \"data_2014\": 209973, \r\n      \"data_2015\": 174221, \r\n      \"data_2016\": 140513, \r\n      \"data_2017\": 142267, \r\n      \"state_name\": \"Louisiana\"\r\n    }\r\n  ], \r\n  \"page\": 2, \r\n  \"total_pages\": 6\r\n}"}],"_postman_id":"b6d5524f-40f4-4b8c-8b81-80b3dd930560"},{"name":"GET /api/geothermal","event":[{"listen":"test","script":{"id":"b3907874-8e98-4123-b6ad-3d872751d3b3","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","pm.test(\"Paginated properly\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.total_pages).not.eql(1);\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(pm.response.text()).to.include(\"data_1993\");\r","    pm.expect(pm.response.text()).to.include(\"data_1994\");\r","    pm.expect(pm.response.text()).to.include(\"data_1995\");\r","    pm.expect(pm.response.text()).to.include(\"data_1996\");\r","    pm.expect(pm.response.text()).to.include(\"data_1997\");\r","    pm.expect(pm.response.text()).to.include(\"data_1998\");\r","    pm.expect(pm.response.text()).to.include(\"data_1999\");\r","    pm.expect(pm.response.text()).to.include(\"data_2000\");\r","    pm.expect(pm.response.text()).to.include(\"data_2001\");\r","    pm.expect(pm.response.text()).to.include(\"data_2002\");\r","    pm.expect(pm.response.text()).to.include(\"data_2003\");\r","    pm.expect(pm.response.text()).to.include(\"data_2004\");\r","    pm.expect(pm.response.text()).to.include(\"data_2005\");\r","    pm.expect(pm.response.text()).to.include(\"data_2006\");\r","    pm.expect(pm.response.text()).to.include(\"data_2007\");\r","    pm.expect(pm.response.text()).to.include(\"data_2008\");\r","    pm.expect(pm.response.text()).to.include(\"data_2009\");\r","    pm.expect(pm.response.text()).to.include(\"data_2010\");\r","    pm.expect(pm.response.text()).to.include(\"data_2011\");\r","    pm.expect(pm.response.text()).to.include(\"data_2012\");\r","    pm.expect(pm.response.text()).to.include(\"data_2013\");\r","    pm.expect(pm.response.text()).to.include(\"data_2014\");\r","    pm.expect(pm.response.text()).to.include(\"data_2015\");\r","    pm.expect(pm.response.text()).to.include(\"data_2016\");\r","    pm.expect(pm.response.text()).to.include(\"data_2017\");\r","    pm.expect(pm.response.text()).to.include(\"state_name\");\r","});"],"type":"text/javascript"}}],"id":"4f2d3af2-1653-45b5-8c1a-4675f724945e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/geothermal","description":"Retrieve data on geothermal consumption for all states in years 1993-2017.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can search for data on a specific state. Use ?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}. The same **state_name** can be used to retrieve other data on the state with /api/states/**state_name**."},"response":[{"id":"3994e2d3-7696-488e-ace4-398a0f2aaaec","name":"GET /api/geothermal","originalRequest":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/geothermal"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 51, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 16, \r\n      \"data_1994\": 14, \r\n      \"data_1995\": 15, \r\n      \"data_1996\": 16, \r\n      \"data_1997\": 17, \r\n      \"data_1998\": 18, \r\n      \"data_1999\": 62, \r\n      \"data_2000\": 62, \r\n      \"data_2001\": 65, \r\n      \"data_2002\": 67, \r\n      \"data_2003\": 62, \r\n      \"data_2004\": 68, \r\n      \"data_2005\": 78, \r\n      \"data_2006\": 85, \r\n      \"data_2007\": 98, \r\n      \"data_2008\": 117, \r\n      \"data_2009\": 126, \r\n      \"data_2010\": 138, \r\n      \"data_2011\": 135, \r\n      \"data_2012\": 141, \r\n      \"data_2013\": 141, \r\n      \"data_2014\": 141, \r\n      \"data_2015\": 141, \r\n      \"data_2016\": 141, \r\n      \"data_2017\": 141, \r\n      \"state_name\": \"Alabama\"\r\n    }, \r\n    {\r\n      \"data_1993\": 51, \r\n      \"data_1994\": 51, \r\n      \"data_1995\": 51, \r\n      \"data_1996\": 51, \r\n      \"data_1997\": 51, \r\n      \"data_1998\": 51, \r\n      \"data_1999\": 86, \r\n      \"data_2000\": 86, \r\n      \"data_2001\": 86, \r\n      \"data_2002\": 86, \r\n      \"data_2003\": 89, \r\n      \"data_2004\": 88, \r\n      \"data_2005\": 90, \r\n      \"data_2006\": 87, \r\n      \"data_2007\": 87, \r\n      \"data_2008\": 130, \r\n      \"data_2009\": 151, \r\n      \"data_2010\": 153, \r\n      \"data_2011\": 214, \r\n      \"data_2012\": 186, \r\n      \"data_2013\": 186, \r\n      \"data_2014\": 186, \r\n      \"data_2015\": 186, \r\n      \"data_2016\": 186, \r\n      \"data_2017\": 186, \r\n      \"state_name\": \"Alaska\"\r\n    }, \r\n    {\r\n      \"data_1993\": 237, \r\n      \"data_1994\": 236, \r\n      \"data_1995\": 237, \r\n      \"data_1996\": 237, \r\n      \"data_1997\": 238, \r\n      \"data_1998\": 238, \r\n      \"data_1999\": 286, \r\n      \"data_2000\": 286, \r\n      \"data_2001\": 287, \r\n      \"data_2002\": 294, \r\n      \"data_2003\": 235, \r\n      \"data_2004\": 255, \r\n      \"data_2005\": 283, \r\n      \"data_2006\": 287, \r\n      \"data_2007\": 302, \r\n      \"data_2008\": 366, \r\n      \"data_2009\": 329, \r\n      \"data_2010\": 339, \r\n      \"data_2011\": 345, \r\n      \"data_2012\": 345, \r\n      \"data_2013\": 345, \r\n      \"data_2014\": 345, \r\n      \"data_2015\": 345, \r\n      \"data_2016\": 345, \r\n      \"data_2017\": 345, \r\n      \"state_name\": \"Arizona\"\r\n    }, \r\n    {\r\n      \"data_1993\": 133, \r\n      \"data_1994\": 123, \r\n      \"data_1995\": 131, \r\n      \"data_1996\": 138, \r\n      \"data_1997\": 147, \r\n      \"data_1998\": 152, \r\n      \"data_1999\": 192, \r\n      \"data_2000\": 192, \r\n      \"data_2001\": 212, \r\n      \"data_2002\": 228, \r\n      \"data_2003\": 282, \r\n      \"data_2004\": 306, \r\n      \"data_2005\": 349, \r\n      \"data_2006\": 401, \r\n      \"data_2007\": 482, \r\n      \"data_2008\": 572, \r\n      \"data_2009\": 702, \r\n      \"data_2010\": 773, \r\n      \"data_2011\": 750, \r\n      \"data_2012\": 808, \r\n      \"data_2013\": 808, \r\n      \"data_2014\": 808, \r\n      \"data_2015\": 808, \r\n      \"data_2016\": 808, \r\n      \"data_2017\": 808, \r\n      \"state_name\": \"Arkansas\"\r\n    }, \r\n    {\r\n      \"data_1993\": 155587, \r\n      \"data_1994\": 142640, \r\n      \"data_1995\": 120057, \r\n      \"data_1996\": 129678, \r\n      \"data_1997\": 132211, \r\n      \"data_1998\": 133436, \r\n      \"data_1999\": 135325, \r\n      \"data_2000\": 127600, \r\n      \"data_2001\": 128077, \r\n      \"data_2002\": 135221, \r\n      \"data_2003\": 133310, \r\n      \"data_2004\": 133248, \r\n      \"data_2005\": 132375, \r\n      \"data_2006\": 129319, \r\n      \"data_2007\": 130592, \r\n      \"data_2008\": 129143, \r\n      \"data_2009\": 127461, \r\n      \"data_2010\": 124981, \r\n      \"data_2011\": 124092, \r\n      \"data_2012\": 121269, \r\n      \"data_2013\": 119556, \r\n      \"data_2014\": 117226, \r\n      \"data_2015\": 112878, \r\n      \"data_2016\": 107912, \r\n      \"data_2017\": 108637, \r\n      \"state_name\": \"California\"\r\n    }, \r\n    {\r\n      \"data_1993\": 414, \r\n      \"data_1994\": 406, \r\n      \"data_1995\": 407, \r\n      \"data_1996\": 409, \r\n      \"data_1997\": 411, \r\n      \"data_1998\": 412, \r\n      \"data_1999\": 562, \r\n      \"data_2000\": 578, \r\n      \"data_2001\": 579, \r\n      \"data_2002\": 582, \r\n      \"data_2003\": 538, \r\n      \"data_2004\": 562, \r\n      \"data_2005\": 605, \r\n      \"data_2006\": 603, \r\n      \"data_2007\": 621, \r\n      \"data_2008\": 702, \r\n      \"data_2009\": 697, \r\n      \"data_2010\": 721, \r\n      \"data_2011\": 741, \r\n      \"data_2012\": 759, \r\n      \"data_2013\": 759, \r\n      \"data_2014\": 759, \r\n      \"data_2015\": 759, \r\n      \"data_2016\": 759, \r\n      \"data_2017\": 759, \r\n      \"state_name\": \"Colorado\"\r\n    }, \r\n    {\r\n      \"data_1993\": 0, \r\n      \"data_1994\": 0, \r\n      \"data_1995\": 0, \r\n      \"data_1996\": 0, \r\n      \"data_1997\": 0, \r\n      \"data_1998\": 0, \r\n      \"data_1999\": 5, \r\n      \"data_2000\": 5, \r\n      \"data_2001\": 5, \r\n      \"data_2002\": 5, \r\n      \"data_2003\": 7, \r\n      \"data_2004\": 7, \r\n      \"data_2005\": 8, \r\n      \"data_2006\": 9, \r\n      \"data_2007\": 11, \r\n      \"data_2008\": 14, \r\n      \"data_2009\": 17, \r\n      \"data_2010\": 20, \r\n      \"data_2011\": 19, \r\n      \"data_2012\": 21, \r\n      \"data_2013\": 21, \r\n      \"data_2014\": 21, \r\n      \"data_2015\": 21, \r\n      \"data_2016\": 21, \r\n      \"data_2017\": 21, \r\n      \"state_name\": \"Connecticut\"\r\n    }, \r\n    {\r\n      \"data_1993\": 68, \r\n      \"data_1994\": 63, \r\n      \"data_1995\": 67, \r\n      \"data_1996\": 71, \r\n      \"data_1997\": 76, \r\n      \"data_1998\": 79, \r\n      \"data_1999\": 89, \r\n      \"data_2000\": 89, \r\n      \"data_2001\": 100, \r\n      \"data_2002\": 109, \r\n      \"data_2003\": 142, \r\n      \"data_2004\": 154, \r\n      \"data_2005\": 176, \r\n      \"data_2006\": 204, \r\n      \"data_2007\": 247, \r\n      \"data_2008\": 294, \r\n      \"data_2009\": 367, \r\n      \"data_2010\": 414, \r\n      \"data_2011\": 401, \r\n      \"data_2012\": 430, \r\n      \"data_2013\": 430, \r\n      \"data_2014\": 430, \r\n      \"data_2015\": 430, \r\n      \"data_2016\": 430, \r\n      \"data_2017\": 430, \r\n      \"state_name\": \"Delaware\"\r\n    }, \r\n    {\r\n      \"data_1993\": 1611, \r\n      \"data_1994\": 1521, \r\n      \"data_1995\": 1648, \r\n      \"data_1996\": 1806, \r\n      \"data_1997\": 1948, \r\n      \"data_1998\": 2130, \r\n      \"data_1999\": 2157, \r\n      \"data_2000\": 2157, \r\n      \"data_2001\": 2444, \r\n      \"data_2002\": 2663, \r\n      \"data_2003\": 3507, \r\n      \"data_2004\": 3849, \r\n      \"data_2005\": 4434, \r\n      \"data_2006\": 5034, \r\n      \"data_2007\": 5908, \r\n      \"data_2008\": 6889, \r\n      \"data_2009\": 8444, \r\n      \"data_2010\": 9516, \r\n      \"data_2011\": 9799, \r\n      \"data_2012\": 10056, \r\n      \"data_2013\": 10056, \r\n      \"data_2014\": 10056, \r\n      \"data_2015\": 10056, \r\n      \"data_2016\": 10056, \r\n      \"data_2017\": 10056, \r\n      \"state_name\": \"Florida\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 6\r\n}"},{"id":"957cbeca-3c23-434d-9c41-bb9b5c8f9628","name":"GET /api/geothermal?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/geothermal?page=2","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","geothermal"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 51, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 49, \r\n      \"data_1994\": 46, \r\n      \"data_1995\": 48, \r\n      \"data_1996\": 51, \r\n      \"data_1997\": 54, \r\n      \"data_1998\": 56, \r\n      \"data_1999\": 91, \r\n      \"data_2000\": 91, \r\n      \"data_2001\": 101, \r\n      \"data_2002\": 107, \r\n      \"data_2003\": 125, \r\n      \"data_2004\": 135, \r\n      \"data_2005\": 153, \r\n      \"data_2006\": 172, \r\n      \"data_2007\": 203, \r\n      \"data_2008\": 227, \r\n      \"data_2009\": 276, \r\n      \"data_2010\": 300, \r\n      \"data_2011\": 291, \r\n      \"data_2012\": 315, \r\n      \"data_2013\": 315, \r\n      \"data_2014\": 315, \r\n      \"data_2015\": 315, \r\n      \"data_2016\": 315, \r\n      \"data_2017\": 315, \r\n      \"state_name\": \"Georgia\"\r\n    }, \r\n    {\r\n      \"data_1993\": 1570, \r\n      \"data_1994\": 1912, \r\n      \"data_1995\": 2419, \r\n      \"data_1996\": 2502, \r\n      \"data_1997\": 2506, \r\n      \"data_1998\": 2418, \r\n      \"data_1999\": 2162, \r\n      \"data_2000\": 2681, \r\n      \"data_2001\": 2143, \r\n      \"data_2002\": 748, \r\n      \"data_2003\": 1813, \r\n      \"data_2004\": 2144, \r\n      \"data_2005\": 2224, \r\n      \"data_2006\": 2114, \r\n      \"data_2007\": 2280, \r\n      \"data_2008\": 2316, \r\n      \"data_2009\": 1643, \r\n      \"data_2010\": 1964, \r\n      \"data_2011\": 2183, \r\n      \"data_2012\": 2491, \r\n      \"data_2013\": 2630, \r\n      \"data_2014\": 2422, \r\n      \"data_2015\": 2154, \r\n      \"data_2016\": 2409, \r\n      \"data_2017\": 2980, \r\n      \"state_name\": \"Hawaii\"\r\n    }, \r\n    {\r\n      \"data_1993\": 535, \r\n      \"data_1994\": 535, \r\n      \"data_1995\": 521, \r\n      \"data_1996\": 529, \r\n      \"data_1997\": 522, \r\n      \"data_1998\": 555, \r\n      \"data_1999\": 1262, \r\n      \"data_2000\": 1307, \r\n      \"data_2001\": 1520, \r\n      \"data_2002\": 1530, \r\n      \"data_2003\": 1312, \r\n      \"data_2004\": 1397, \r\n      \"data_2005\": 1525, \r\n      \"data_2006\": 1510, \r\n      \"data_2007\": 1537, \r\n      \"data_2008\": 2325, \r\n      \"data_2009\": 2122, \r\n      \"data_2010\": 2120, \r\n      \"data_2011\": 2164, \r\n      \"data_2012\": 2213, \r\n      \"data_2013\": 1881, \r\n      \"data_2014\": 2252, \r\n      \"data_2015\": 2207, \r\n      \"data_2016\": 2167, \r\n      \"data_2017\": 2280, \r\n      \"state_name\": \"Idaho\"\r\n    }, \r\n    {\r\n      \"data_1993\": 336, \r\n      \"data_1994\": 310, \r\n      \"data_1995\": 331, \r\n      \"data_1996\": 350, \r\n      \"data_1997\": 374, \r\n      \"data_1998\": 388, \r\n      \"data_1999\": 439, \r\n      \"data_2000\": 439, \r\n      \"data_2001\": 474, \r\n      \"data_2002\": 517, \r\n      \"data_2003\": 672, \r\n      \"data_2004\": 730, \r\n      \"data_2005\": 836, \r\n      \"data_2006\": 969, \r\n      \"data_2007\": 1173, \r\n      \"data_2008\": 1399, \r\n      \"data_2009\": 1744, \r\n      \"data_2010\": 1965, \r\n      \"data_2011\": 1905, \r\n      \"data_2012\": 2042, \r\n      \"data_2013\": 2042, \r\n      \"data_2014\": 2042, \r\n      \"data_2015\": 2042, \r\n      \"data_2016\": 2042, \r\n      \"data_2017\": 2042, \r\n      \"state_name\": \"Illinois\"\r\n    }, \r\n    {\r\n      \"data_1993\": 624, \r\n      \"data_1994\": 670, \r\n      \"data_1995\": 726, \r\n      \"data_1996\": 794, \r\n      \"data_1997\": 856, \r\n      \"data_1998\": 934, \r\n      \"data_1999\": 1029, \r\n      \"data_2000\": 1029, \r\n      \"data_2001\": 1120, \r\n      \"data_2002\": 1221, \r\n      \"data_2003\": 1605, \r\n      \"data_2004\": 1759, \r\n      \"data_2005\": 2024, \r\n      \"data_2006\": 2306, \r\n      \"data_2007\": 2718, \r\n      \"data_2008\": 3180, \r\n      \"data_2009\": 3912, \r\n      \"data_2010\": 4408, \r\n      \"data_2011\": 4499, \r\n      \"data_2012\": 4647, \r\n      \"data_2013\": 4647, \r\n      \"data_2014\": 4647, \r\n      \"data_2015\": 4647, \r\n      \"data_2016\": 4647, \r\n      \"data_2017\": 4647, \r\n      \"state_name\": \"Indiana\"\r\n    }, \r\n    {\r\n      \"data_1993\": 78, \r\n      \"data_1994\": 167, \r\n      \"data_1995\": 187, \r\n      \"data_1996\": 224, \r\n      \"data_1997\": 247, \r\n      \"data_1998\": 303, \r\n      \"data_1999\": 315, \r\n      \"data_2000\": 315, \r\n      \"data_2001\": 338, \r\n      \"data_2002\": 369, \r\n      \"data_2003\": 497, \r\n      \"data_2004\": 555, \r\n      \"data_2005\": 647, \r\n      \"data_2006\": 708, \r\n      \"data_2007\": 785, \r\n      \"data_2008\": 874, \r\n      \"data_2009\": 1037, \r\n      \"data_2010\": 1170, \r\n      \"data_2011\": 1359, \r\n      \"data_2012\": 1281, \r\n      \"data_2013\": 1281, \r\n      \"data_2014\": 1281, \r\n      \"data_2015\": 1281, \r\n      \"data_2016\": 1281, \r\n      \"data_2017\": 1281, \r\n      \"state_name\": \"Iowa\"\r\n    }, \r\n    {\r\n      \"data_1993\": 102, \r\n      \"data_1994\": 121, \r\n      \"data_1995\": 139, \r\n      \"data_1996\": 174, \r\n      \"data_1997\": 194, \r\n      \"data_1998\": 249, \r\n      \"data_1999\": 253, \r\n      \"data_2000\": 253, \r\n      \"data_2001\": 277, \r\n      \"data_2002\": 302, \r\n      \"data_2003\": 411, \r\n      \"data_2004\": 462, \r\n      \"data_2005\": 541, \r\n      \"data_2006\": 583, \r\n      \"data_2007\": 630, \r\n      \"data_2008\": 689, \r\n      \"data_2009\": 803, \r\n      \"data_2010\": 906, \r\n      \"data_2011\": 1005, \r\n      \"data_2012\": 974, \r\n      \"data_2013\": 974, \r\n      \"data_2014\": 974, \r\n      \"data_2015\": 974, \r\n      \"data_2016\": 974, \r\n      \"data_2017\": 974, \r\n      \"state_name\": \"Kansas\"\r\n    }, \r\n    {\r\n      \"data_1993\": 294, \r\n      \"data_1994\": 366, \r\n      \"data_1995\": 400, \r\n      \"data_1996\": 450, \r\n      \"data_1997\": 488, \r\n      \"data_1998\": 552, \r\n      \"data_1999\": 597, \r\n      \"data_2000\": 597, \r\n      \"data_2001\": 672, \r\n      \"data_2002\": 733, \r\n      \"data_2003\": 971, \r\n      \"data_2004\": 1071, \r\n      \"data_2005\": 1238, \r\n      \"data_2006\": 1391, \r\n      \"data_2007\": 1608, \r\n      \"data_2008\": 1855, \r\n      \"data_2009\": 2258, \r\n      \"data_2010\": 2544, \r\n      \"data_2011\": 2700, \r\n      \"data_2012\": 2712, \r\n      \"data_2013\": 2712, \r\n      \"data_2014\": 2712, \r\n      \"data_2015\": 2712, \r\n      \"data_2016\": 2712, \r\n      \"data_2017\": 2712, \r\n      \"state_name\": \"Kentucky\"\r\n    }, \r\n    {\r\n      \"data_1993\": 150, \r\n      \"data_1994\": 233, \r\n      \"data_1995\": 259, \r\n      \"data_1996\": 300, \r\n      \"data_1997\": 328, \r\n      \"data_1998\": 386, \r\n      \"data_1999\": 451, \r\n      \"data_2000\": 451, \r\n      \"data_2001\": 502, \r\n      \"data_2002\": 544, \r\n      \"data_2003\": 700, \r\n      \"data_2004\": 778, \r\n      \"data_2005\": 902, \r\n      \"data_2006\": 996, \r\n      \"data_2007\": 1125, \r\n      \"data_2008\": 1279, \r\n      \"data_2009\": 1520, \r\n      \"data_2010\": 1708, \r\n      \"data_2011\": 1891, \r\n      \"data_2012\": 1842, \r\n      \"data_2013\": 1842, \r\n      \"data_2014\": 1842, \r\n      \"data_2015\": 1842, \r\n      \"data_2016\": 1842, \r\n      \"data_2017\": 1842, \r\n      \"state_name\": \"Louisiana\"\r\n    }\r\n  ], \r\n  \"page\": 2, \r\n  \"total_pages\": 6\r\n}"},{"id":"b94c1bd6-0bd1-46d2-a2e7-d3b36e9b6f2d","name":"GET /api/geothermal?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/geothermal?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","geothermal"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 1, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 16, \r\n      \"data_1994\": 14, \r\n      \"data_1995\": 15, \r\n      \"data_1996\": 16, \r\n      \"data_1997\": 17, \r\n      \"data_1998\": 18, \r\n      \"data_1999\": 62, \r\n      \"data_2000\": 62, \r\n      \"data_2001\": 65, \r\n      \"data_2002\": 67, \r\n      \"data_2003\": 62, \r\n      \"data_2004\": 68, \r\n      \"data_2005\": 78, \r\n      \"data_2006\": 85, \r\n      \"data_2007\": 98, \r\n      \"data_2008\": 117, \r\n      \"data_2009\": 126, \r\n      \"data_2010\": 138, \r\n      \"data_2011\": 135, \r\n      \"data_2012\": 141, \r\n      \"data_2013\": 141, \r\n      \"data_2014\": 141, \r\n      \"data_2015\": 141, \r\n      \"data_2016\": 141, \r\n      \"data_2017\": 141, \r\n      \"state_name\": \"Alabama\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 1\r\n}"}],"_postman_id":"4f2d3af2-1653-45b5-8c1a-4675f724945e"},{"name":"GET /api/hydroelectricity","event":[{"listen":"test","script":{"id":"c6abf9ec-4569-4660-9a41-cc851a217c00","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","pm.test(\"Paginated properly\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.total_pages).not.eql(1);\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(pm.response.text()).to.include(\"data_1993\");\r","    pm.expect(pm.response.text()).to.include(\"data_1994\");\r","    pm.expect(pm.response.text()).to.include(\"data_1995\");\r","    pm.expect(pm.response.text()).to.include(\"data_1996\");\r","    pm.expect(pm.response.text()).to.include(\"data_1997\");\r","    pm.expect(pm.response.text()).to.include(\"data_1998\");\r","    pm.expect(pm.response.text()).to.include(\"data_1999\");\r","    pm.expect(pm.response.text()).to.include(\"data_2000\");\r","    pm.expect(pm.response.text()).to.include(\"data_2001\");\r","    pm.expect(pm.response.text()).to.include(\"data_2002\");\r","    pm.expect(pm.response.text()).to.include(\"data_2003\");\r","    pm.expect(pm.response.text()).to.include(\"data_2004\");\r","    pm.expect(pm.response.text()).to.include(\"data_2005\");\r","    pm.expect(pm.response.text()).to.include(\"data_2006\");\r","    pm.expect(pm.response.text()).to.include(\"data_2007\");\r","    pm.expect(pm.response.text()).to.include(\"data_2008\");\r","    pm.expect(pm.response.text()).to.include(\"data_2009\");\r","    pm.expect(pm.response.text()).to.include(\"data_2010\");\r","    pm.expect(pm.response.text()).to.include(\"data_2011\");\r","    pm.expect(pm.response.text()).to.include(\"data_2012\");\r","    pm.expect(pm.response.text()).to.include(\"data_2013\");\r","    pm.expect(pm.response.text()).to.include(\"data_2014\");\r","    pm.expect(pm.response.text()).to.include(\"data_2015\");\r","    pm.expect(pm.response.text()).to.include(\"data_2016\");\r","    pm.expect(pm.response.text()).to.include(\"data_2017\");\r","    pm.expect(pm.response.text()).to.include(\"state_name\");\r","});"],"type":"text/javascript"}}],"id":"37f8c78c-e179-4796-a6be-227514a3c77d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/hydroelectricity","description":"Retrieve data on hydroelectricity consumption for all states in years 1993-2017.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can search for data on a specific state. Use ?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}. The same **state_name** can be used to retrieve other data on the state with /api/states/**state_name**."},"response":[{"id":"148ccdd2-26df-4806-80e2-4582fcaca81c","name":"GET /api/hydroelectricity","originalRequest":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/hydroelectricity"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 51, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 93134, \r\n      \"data_1994\": 117903, \r\n      \"data_1995\": 97980, \r\n      \"data_1996\": 114587, \r\n      \"data_1997\": 117660, \r\n      \"data_1998\": 107730, \r\n      \"data_1999\": 79350, \r\n      \"data_2000\": 59346, \r\n      \"data_2001\": 86346, \r\n      \"data_2002\": 89775, \r\n      \"data_2003\": 128232, \r\n      \"data_2004\": 106432, \r\n      \"data_2005\": 101436, \r\n      \"data_2006\": 71930, \r\n      \"data_2007\": 40881, \r\n      \"data_2008\": 60466, \r\n      \"data_2009\": 122345, \r\n      \"data_2010\": 84919, \r\n      \"data_2011\": 86313, \r\n      \"data_2012\": 70754, \r\n      \"data_2013\": 123071, \r\n      \"data_2014\": 90030, \r\n      \"data_2015\": 91902, \r\n      \"data_2016\": 64484, \r\n      \"data_2017\": 85103, \r\n      \"state_name\": \"Alabama\"\r\n    }, \r\n    {\r\n      \"data_1993\": 13433, \r\n      \"data_1994\": 13879, \r\n      \"data_1995\": 14149, \r\n      \"data_1996\": 13089, \r\n      \"data_1997\": 11224, \r\n      \"data_1998\": 11353, \r\n      \"data_1999\": 8351, \r\n      \"data_2000\": 10220, \r\n      \"data_2001\": 13905, \r\n      \"data_2002\": 14643, \r\n      \"data_2003\": 16023, \r\n      \"data_2004\": 15004, \r\n      \"data_2005\": 14638, \r\n      \"data_2006\": 12137, \r\n      \"data_2007\": 12762, \r\n      \"data_2008\": 11547, \r\n      \"data_2009\": 12920, \r\n      \"data_2010\": 13982, \r\n      \"data_2011\": 13066, \r\n      \"data_2012\": 14988, \r\n      \"data_2013\": 13696, \r\n      \"data_2014\": 14633, \r\n      \"data_2015\": 14621, \r\n      \"data_2016\": 15317, \r\n      \"data_2017\": 15143, \r\n      \"state_name\": \"Alaska\"\r\n    }, \r\n    {\r\n      \"data_1993\": 69040, \r\n      \"data_1994\": 75982, \r\n      \"data_1995\": 85470, \r\n      \"data_1996\": 95276, \r\n      \"data_1997\": 123060, \r\n      \"data_1998\": 111863, \r\n      \"data_1999\": 99794, \r\n      \"data_2000\": 85221, \r\n      \"data_2001\": 78774, \r\n      \"data_2002\": 75557, \r\n      \"data_2003\": 71634, \r\n      \"data_2004\": 69843, \r\n      \"data_2005\": 64094, \r\n      \"data_2006\": 67379, \r\n      \"data_2007\": 65211, \r\n      \"data_2008\": 71795, \r\n      \"data_2009\": 62731, \r\n      \"data_2010\": 64606, \r\n      \"data_2011\": 89135, \r\n      \"data_2012\": 63918, \r\n      \"data_2013\": 56432, \r\n      \"data_2014\": 58185, \r\n      \"data_2015\": 60906, \r\n      \"data_2016\": 66173, \r\n      \"data_2017\": 62942, \r\n      \"state_name\": \"Arizona\"\r\n    }, \r\n    {\r\n      \"data_1993\": 46486, \r\n      \"data_1994\": 35721, \r\n      \"data_1995\": 33181, \r\n      \"data_1996\": 28921, \r\n      \"data_1997\": 35906, \r\n      \"data_1998\": 31781, \r\n      \"data_1999\": 27552, \r\n      \"data_2000\": 24181, \r\n      \"data_2001\": 26331, \r\n      \"data_2002\": 34953, \r\n      \"data_2003\": 26878, \r\n      \"data_2004\": 36493, \r\n      \"data_2005\": 30822, \r\n      \"data_2006\": 15380, \r\n      \"data_2007\": 31992, \r\n      \"data_2008\": 45923, \r\n      \"data_2009\": 40921, \r\n      \"data_2010\": 35697, \r\n      \"data_2011\": 28738, \r\n      \"data_2012\": 20921, \r\n      \"data_2013\": 25329, \r\n      \"data_2014\": 25104, \r\n      \"data_2015\": 33261, \r\n      \"data_2016\": 32958, \r\n      \"data_2017\": 27117, \r\n      \"state_name\": \"Arkansas\"\r\n    }, \r\n    {\r\n      \"data_1993\": 417437, \r\n      \"data_1994\": 237398, \r\n      \"data_1995\": 495318, \r\n      \"data_1996\": 462729, \r\n      \"data_1997\": 419290, \r\n      \"data_1998\": 505243, \r\n      \"data_1999\": 416573, \r\n      \"data_2000\": 391043, \r\n      \"data_2001\": 263923, \r\n      \"data_2002\": 316794, \r\n      \"data_2003\": 368253, \r\n      \"data_2004\": 341956, \r\n      \"data_2005\": 396279, \r\n      \"data_2006\": 476582, \r\n      \"data_2007\": 270107, \r\n      \"data_2008\": 237755, \r\n      \"data_2009\": 272187, \r\n      \"data_2010\": 326152, \r\n      \"data_2011\": 413488, \r\n      \"data_2012\": 255384, \r\n      \"data_2013\": 226643, \r\n      \"data_2014\": 157213, \r\n      \"data_2015\": 128681, \r\n      \"data_2016\": 267194, \r\n      \"data_2017\": 390292, \r\n      \"state_name\": \"California\"\r\n    }, \r\n    {\r\n      \"data_1993\": 19709, \r\n      \"data_1994\": 15928, \r\n      \"data_1995\": 21977, \r\n      \"data_1996\": 18823, \r\n      \"data_1997\": 20751, \r\n      \"data_1998\": 14908, \r\n      \"data_1999\": 15978, \r\n      \"data_2000\": 14836, \r\n      \"data_2001\": 15445, \r\n      \"data_2002\": 12299, \r\n      \"data_2003\": 12780, \r\n      \"data_2004\": 11966, \r\n      \"data_2005\": 14152, \r\n      \"data_2006\": 17767, \r\n      \"data_2007\": 17095, \r\n      \"data_2008\": 20096, \r\n      \"data_2009\": 18405, \r\n      \"data_2010\": 15398, \r\n      \"data_2011\": 20235, \r\n      \"data_2012\": 14247, \r\n      \"data_2013\": 11572, \r\n      \"data_2014\": 16831, \r\n      \"data_2015\": 15098, \r\n      \"data_2016\": 17565, \r\n      \"data_2017\": 17479, \r\n      \"state_name\": \"Colorado\"\r\n    }, \r\n    {\r\n      \"data_1993\": 4275, \r\n      \"data_1994\": 4964, \r\n      \"data_1995\": 3752, \r\n      \"data_1996\": 6472, \r\n      \"data_1997\": 4562, \r\n      \"data_1998\": 4571, \r\n      \"data_1999\": 4315, \r\n      \"data_2000\": 5369, \r\n      \"data_2001\": 2959, \r\n      \"data_2002\": 3409, \r\n      \"data_2003\": 5715, \r\n      \"data_2004\": 4634, \r\n      \"data_2005\": 4782, \r\n      \"data_2006\": 5395, \r\n      \"data_2007\": 3590, \r\n      \"data_2008\": 5481, \r\n      \"data_2009\": 4973, \r\n      \"data_2010\": 3811, \r\n      \"data_2011\": 5513, \r\n      \"data_2012\": 2970, \r\n      \"data_2013\": 3835, \r\n      \"data_2014\": 4127, \r\n      \"data_2015\": 2819, \r\n      \"data_2016\": 2069, \r\n      \"data_2017\": 3060, \r\n      \"state_name\": \"Connecticut\"\r\n    }, \r\n    {\r\n      \"data_1993\": 0, \r\n      \"data_1994\": 0, \r\n      \"data_1995\": 0, \r\n      \"data_1996\": 0, \r\n      \"data_1997\": 0, \r\n      \"data_1998\": 0, \r\n      \"data_1999\": 0, \r\n      \"data_2000\": 0, \r\n      \"data_2001\": 0, \r\n      \"data_2002\": 0, \r\n      \"data_2003\": 0, \r\n      \"data_2004\": 0, \r\n      \"data_2005\": 0, \r\n      \"data_2006\": 0, \r\n      \"data_2007\": 0, \r\n      \"data_2008\": 0, \r\n      \"data_2009\": 0, \r\n      \"data_2010\": 0, \r\n      \"data_2011\": 0, \r\n      \"data_2012\": 0, \r\n      \"data_2013\": 0, \r\n      \"data_2014\": 0, \r\n      \"data_2015\": 0, \r\n      \"data_2016\": 0, \r\n      \"data_2017\": 0, \r\n      \"state_name\": \"Delaware\"\r\n    }, \r\n    {\r\n      \"data_1993\": 2173, \r\n      \"data_1994\": 2831, \r\n      \"data_1995\": 2380, \r\n      \"data_1996\": 2229, \r\n      \"data_1997\": 2464, \r\n      \"data_1998\": 2024, \r\n      \"data_1999\": 1433, \r\n      \"data_2000\": 885, \r\n      \"data_2001\": 1526, \r\n      \"data_2002\": 1873, \r\n      \"data_2003\": 2660, \r\n      \"data_2004\": 2657, \r\n      \"data_2005\": 2661, \r\n      \"data_2006\": 2018, \r\n      \"data_2007\": 1527, \r\n      \"data_2008\": 2031, \r\n      \"data_2009\": 2032, \r\n      \"data_2010\": 1731, \r\n      \"data_2011\": 1769, \r\n      \"data_2012\": 1432, \r\n      \"data_2013\": 2425, \r\n      \"data_2014\": 2010, \r\n      \"data_2015\": 2277, \r\n      \"data_2016\": 1611, \r\n      \"data_2017\": 2011, \r\n      \"state_name\": \"Florida\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 6\r\n}"},{"id":"4abb922d-256f-4f2e-a166-e4e52f9feaf9","name":"GET /api/hydroelectricity?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/hydroelectricity?page=2","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","hydroelectricity"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 51, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 45944, \r\n      \"data_1994\": 44683, \r\n      \"data_1995\": 43277, \r\n      \"data_1996\": 48380, \r\n      \"data_1997\": 43708, \r\n      \"data_1998\": 53376, \r\n      \"data_1999\": 28134, \r\n      \"data_2000\": 25307, \r\n      \"data_2001\": 26829, \r\n      \"data_2002\": 27627, \r\n      \"data_2003\": 41920, \r\n      \"data_2004\": 36983, \r\n      \"data_2005\": 40317, \r\n      \"data_2006\": 25480, \r\n      \"data_2007\": 22102, \r\n      \"data_2008\": 21133, \r\n      \"data_2009\": 31815, \r\n      \"data_2010\": 32407, \r\n      \"data_2011\": 26282, \r\n      \"data_2012\": 21281, \r\n      \"data_2013\": 35431, \r\n      \"data_2014\": 29142, \r\n      \"data_2015\": 27804, \r\n      \"data_2016\": 31137, \r\n      \"data_2017\": 22201, \r\n      \"state_name\": \"Georgia\"\r\n    }, \r\n    {\r\n      \"data_1993\": 580, \r\n      \"data_1994\": 1438, \r\n      \"data_1995\": 1009, \r\n      \"data_1996\": 1076, \r\n      \"data_1997\": 1178, \r\n      \"data_1998\": 1237, \r\n      \"data_1999\": 1175, \r\n      \"data_2000\": 1055, \r\n      \"data_2001\": 1041, \r\n      \"data_2002\": 967, \r\n      \"data_2003\": 916, \r\n      \"data_2004\": 941, \r\n      \"data_2005\": 962, \r\n      \"data_2006\": 1191, \r\n      \"data_2007\": 913, \r\n      \"data_2008\": 831, \r\n      \"data_2009\": 1099, \r\n      \"data_2010\": 687, \r\n      \"data_2011\": 905, \r\n      \"data_2012\": 1090, \r\n      \"data_2013\": 747, \r\n      \"data_2014\": 895, \r\n      \"data_2015\": 1129, \r\n      \"data_2016\": 839, \r\n      \"data_2017\": 609, \r\n      \"state_name\": \"Hawaii\"\r\n    }, \r\n    {\r\n      \"data_1993\": 100157, \r\n      \"data_1994\": 81663, \r\n      \"data_1995\": 113322, \r\n      \"data_1996\": 137349, \r\n      \"data_1997\": 149882, \r\n      \"data_1998\": 131904, \r\n      \"data_1999\": 138042, \r\n      \"data_2000\": 111871, \r\n      \"data_2001\": 74637, \r\n      \"data_2002\": 89210, \r\n      \"data_2003\": 84585, \r\n      \"data_2004\": 84752, \r\n      \"data_2005\": 85413, \r\n      \"data_2006\": 111513, \r\n      \"data_2007\": 89170, \r\n      \"data_2008\": 92258, \r\n      \"data_2009\": 101838, \r\n      \"data_2010\": 89309, \r\n      \"data_2011\": 130241, \r\n      \"data_2012\": 104109, \r\n      \"data_2013\": 80845, \r\n      \"data_2014\": 85611, \r\n      \"data_2015\": 81603, \r\n      \"data_2016\": 83395, \r\n      \"data_2017\": 98306, \r\n      \"state_name\": \"Idaho\"\r\n    }, \r\n    {\r\n      \"data_1993\": 1342, \r\n      \"data_1994\": 1244, \r\n      \"data_1995\": 1278, \r\n      \"data_1996\": 1092, \r\n      \"data_1997\": 992, \r\n      \"data_1998\": 1404, \r\n      \"data_1999\": 1453, \r\n      \"data_2000\": 1467, \r\n      \"data_2001\": 1488, \r\n      \"data_2002\": 1311, \r\n      \"data_2003\": 1402, \r\n      \"data_2004\": 1538, \r\n      \"data_2005\": 1290, \r\n      \"data_2006\": 1719, \r\n      \"data_2007\": 1519, \r\n      \"data_2008\": 1365, \r\n      \"data_2009\": 1331, \r\n      \"data_2010\": 1157, \r\n      \"data_2011\": 1365, \r\n      \"data_2012\": 1058, \r\n      \"data_2013\": 1148, \r\n      \"data_2014\": 1258, \r\n      \"data_2015\": 1160, \r\n      \"data_2016\": 1226, \r\n      \"data_2017\": 1153, \r\n      \"state_name\": \"Illinois\"\r\n    }, \r\n    {\r\n      \"data_1993\": 4623, \r\n      \"data_1994\": 4197, \r\n      \"data_1995\": 4818, \r\n      \"data_1996\": 4636, \r\n      \"data_1997\": 5736, \r\n      \"data_1998\": 4881, \r\n      \"data_1999\": 4162, \r\n      \"data_2000\": 6001, \r\n      \"data_2001\": 5897, \r\n      \"data_2002\": 4184, \r\n      \"data_2003\": 4293, \r\n      \"data_2004\": 4444, \r\n      \"data_2005\": 4382, \r\n      \"data_2006\": 4855, \r\n      \"data_2007\": 4447, \r\n      \"data_2008\": 4304, \r\n      \"data_2009\": 4914, \r\n      \"data_2010\": 4426, \r\n      \"data_2011\": 3972, \r\n      \"data_2012\": 4125, \r\n      \"data_2013\": 3692, \r\n      \"data_2014\": 3530, \r\n      \"data_2015\": 3553, \r\n      \"data_2016\": 3935, \r\n      \"data_2017\": 2820, \r\n      \"state_name\": \"Indiana\"\r\n    }, \r\n    {\r\n      \"data_1993\": 7703, \r\n      \"data_1994\": 11049, \r\n      \"data_1995\": 10343, \r\n      \"data_1996\": 9671, \r\n      \"data_1997\": 8221, \r\n      \"data_1998\": 9309, \r\n      \"data_1999\": 9670, \r\n      \"data_2000\": 9222, \r\n      \"data_2001\": 8733, \r\n      \"data_2002\": 9628, \r\n      \"data_2003\": 7985, \r\n      \"data_2004\": 9475, \r\n      \"data_2005\": 9594, \r\n      \"data_2006\": 9020, \r\n      \"data_2007\": 9512, \r\n      \"data_2008\": 8071, \r\n      \"data_2009\": 9479, \r\n      \"data_2010\": 9250, \r\n      \"data_2011\": 8991, \r\n      \"data_2012\": 7291, \r\n      \"data_2013\": 7147, \r\n      \"data_2014\": 8356, \r\n      \"data_2015\": 8948, \r\n      \"data_2016\": 8464, \r\n      \"data_2017\": 9526, \r\n      \"state_name\": \"Iowa\"\r\n    }, \r\n    {\r\n      \"data_1993\": 51, \r\n      \"data_1994\": 102, \r\n      \"data_1995\": 116, \r\n      \"data_1996\": 113, \r\n      \"data_1997\": 142, \r\n      \"data_1998\": 117, \r\n      \"data_1999\": 126, \r\n      \"data_2000\": 156, \r\n      \"data_2001\": 264, \r\n      \"data_2002\": 130, \r\n      \"data_2003\": 126, \r\n      \"data_2004\": 126, \r\n      \"data_2005\": 113, \r\n      \"data_2006\": 96, \r\n      \"data_2007\": 104, \r\n      \"data_2008\": 104, \r\n      \"data_2009\": 125, \r\n      \"data_2010\": 129, \r\n      \"data_2011\": 143, \r\n      \"data_2012\": 99, \r\n      \"data_2013\": 139, \r\n      \"data_2014\": 154, \r\n      \"data_2015\": 177, \r\n      \"data_2016\": 282, \r\n      \"data_2017\": 269, \r\n      \"state_name\": \"Kansas\"\r\n    }, \r\n    {\r\n      \"data_1993\": 32526, \r\n      \"data_1994\": 41404, \r\n      \"data_1995\": 35303, \r\n      \"data_1996\": 36159, \r\n      \"data_1997\": 34522, \r\n      \"data_1998\": 31774, \r\n      \"data_1999\": 26144, \r\n      \"data_2000\": 23713, \r\n      \"data_2001\": 39839, \r\n      \"data_2002\": 40944, \r\n      \"data_2003\": 39974, \r\n      \"data_2004\": 37863, \r\n      \"data_2005\": 29609, \r\n      \"data_2006\": 25707, \r\n      \"data_2007\": 16492, \r\n      \"data_2008\": 18895, \r\n      \"data_2009\": 32380, \r\n      \"data_2010\": 25173, \r\n      \"data_2011\": 28850, \r\n      \"data_2012\": 22475, \r\n      \"data_2013\": 31249, \r\n      \"data_2014\": 29895, \r\n      \"data_2015\": 31717, \r\n      \"data_2016\": 32108, \r\n      \"data_2017\": 41514, \r\n      \"state_name\": \"Kentucky\"\r\n    }, \r\n    {\r\n      \"data_1993\": 12700, \r\n      \"data_1994\": 10027, \r\n      \"data_1995\": 9819, \r\n      \"data_1996\": 9967, \r\n      \"data_1997\": 10580, \r\n      \"data_1998\": 10838, \r\n      \"data_1999\": 8199, \r\n      \"data_2000\": 5430, \r\n      \"data_2001\": 7566, \r\n      \"data_2002\": 9069, \r\n      \"data_2003\": 9031, \r\n      \"data_2004\": 11006, \r\n      \"data_2005\": 8109, \r\n      \"data_2006\": 7074, \r\n      \"data_2007\": 8171, \r\n      \"data_2008\": 10488, \r\n      \"data_2009\": 12067, \r\n      \"data_2010\": 10817, \r\n      \"data_2011\": 10144, \r\n      \"data_2012\": 6470, \r\n      \"data_2013\": 9966, \r\n      \"data_2014\": 10366, \r\n      \"data_2015\": 9310, \r\n      \"data_2016\": 10183, \r\n      \"data_2017\": 8349, \r\n      \"state_name\": \"Louisiana\"\r\n    }\r\n  ], \r\n  \"page\": 2, \r\n  \"total_pages\": 6\r\n}"},{"id":"637355dd-fedb-474e-88c9-2da06c98a875","name":"GET /api/hydroelectricity?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/hydroelectricity?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","hydroelectricity"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 1, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 93134, \r\n      \"data_1994\": 117903, \r\n      \"data_1995\": 97980, \r\n      \"data_1996\": 114587, \r\n      \"data_1997\": 117660, \r\n      \"data_1998\": 107730, \r\n      \"data_1999\": 79350, \r\n      \"data_2000\": 59346, \r\n      \"data_2001\": 86346, \r\n      \"data_2002\": 89775, \r\n      \"data_2003\": 128232, \r\n      \"data_2004\": 106432, \r\n      \"data_2005\": 101436, \r\n      \"data_2006\": 71930, \r\n      \"data_2007\": 40881, \r\n      \"data_2008\": 60466, \r\n      \"data_2009\": 122345, \r\n      \"data_2010\": 84919, \r\n      \"data_2011\": 86313, \r\n      \"data_2012\": 70754, \r\n      \"data_2013\": 123071, \r\n      \"data_2014\": 90030, \r\n      \"data_2015\": 91902, \r\n      \"data_2016\": 64484, \r\n      \"data_2017\": 85103, \r\n      \"state_name\": \"Alabama\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 1\r\n}"}],"_postman_id":"37f8c78c-e179-4796-a6be-227514a3c77d"},{"name":"GET /api/naturalgas","event":[{"listen":"test","script":{"id":"a0ef0c4b-5421-499d-a865-59f0725b05c7","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","pm.test(\"Paginated properly\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.total_pages).not.eql(1);\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(pm.response.text()).to.include(\"data_1993\");\r","    pm.expect(pm.response.text()).to.include(\"data_1994\");\r","    pm.expect(pm.response.text()).to.include(\"data_1995\");\r","    pm.expect(pm.response.text()).to.include(\"data_1996\");\r","    pm.expect(pm.response.text()).to.include(\"data_1997\");\r","    pm.expect(pm.response.text()).to.include(\"data_1998\");\r","    pm.expect(pm.response.text()).to.include(\"data_1999\");\r","    pm.expect(pm.response.text()).to.include(\"data_2000\");\r","    pm.expect(pm.response.text()).to.include(\"data_2001\");\r","    pm.expect(pm.response.text()).to.include(\"data_2002\");\r","    pm.expect(pm.response.text()).to.include(\"data_2003\");\r","    pm.expect(pm.response.text()).to.include(\"data_2004\");\r","    pm.expect(pm.response.text()).to.include(\"data_2005\");\r","    pm.expect(pm.response.text()).to.include(\"data_2006\");\r","    pm.expect(pm.response.text()).to.include(\"data_2007\");\r","    pm.expect(pm.response.text()).to.include(\"data_2008\");\r","    pm.expect(pm.response.text()).to.include(\"data_2009\");\r","    pm.expect(pm.response.text()).to.include(\"data_2010\");\r","    pm.expect(pm.response.text()).to.include(\"data_2011\");\r","    pm.expect(pm.response.text()).to.include(\"data_2012\");\r","    pm.expect(pm.response.text()).to.include(\"data_2013\");\r","    pm.expect(pm.response.text()).to.include(\"data_2014\");\r","    pm.expect(pm.response.text()).to.include(\"data_2015\");\r","    pm.expect(pm.response.text()).to.include(\"data_2016\");\r","    pm.expect(pm.response.text()).to.include(\"data_2017\");\r","    pm.expect(pm.response.text()).to.include(\"state_name\");\r","});"],"type":"text/javascript"}}],"id":"596e2df3-3cdf-415e-a8f4-321fb94192c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/naturalgas","description":"Retrieve data on natural gas consumption for all states in years 1993-2017.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can search for data on a specific state. Use ?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}. The same **state_name** can be used to retrieve other data on the state with /api/states/**state_name**."},"response":[{"id":"1860ed0c-734f-4cf8-af10-5ddf1123d3f5","name":"GET /api/naturalgas?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/naturalgas?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","naturalgas"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 1,\n    \"objects\": [\n        {\n            \"data_1993\": 302250,\n            \"data_1994\": 299250,\n            \"data_1995\": 332399,\n            \"data_1996\": 337764,\n            \"data_1997\": 337431,\n            \"data_1998\": 341973,\n            \"data_1999\": 349076,\n            \"data_2000\": 368472,\n            \"data_2001\": 344004,\n            \"data_2002\": 389965,\n            \"data_2003\": 360483,\n            \"data_2004\": 391927,\n            \"data_2005\": 363398,\n            \"data_2006\": 402044,\n            \"data_2007\": 430649,\n            \"data_2008\": 414260,\n            \"data_2009\": 466272,\n            \"data_2010\": 544405,\n            \"data_2011\": 609288,\n            \"data_2012\": 677380,\n            \"data_2013\": 625869,\n            \"data_2014\": 650570,\n            \"data_2015\": 701582,\n            \"data_2016\": 715033,\n            \"data_2017\": 681516,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 1\n}"},{"id":"9d360223-ce1c-4138-9dfd-eb61a134fc6a","name":"GET /api/naturalgas","originalRequest":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/naturalgas"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 51,\n    \"objects\": [\n        {\n            \"data_1993\": 302250,\n            \"data_1994\": 299250,\n            \"data_1995\": 332399,\n            \"data_1996\": 337764,\n            \"data_1997\": 337431,\n            \"data_1998\": 341973,\n            \"data_1999\": 349076,\n            \"data_2000\": 368472,\n            \"data_2001\": 344004,\n            \"data_2002\": 389965,\n            \"data_2003\": 360483,\n            \"data_2004\": 391927,\n            \"data_2005\": 363398,\n            \"data_2006\": 402044,\n            \"data_2007\": 430649,\n            \"data_2008\": 414260,\n            \"data_2009\": 466272,\n            \"data_2010\": 544405,\n            \"data_2011\": 609288,\n            \"data_2012\": 677380,\n            \"data_2013\": 625869,\n            \"data_2014\": 650570,\n            \"data_2015\": 701582,\n            \"data_2016\": 715033,\n            \"data_2017\": 681516,\n            \"state_name\": \"Alabama\"\n        },\n        {\n            \"data_1993\": 375971,\n            \"data_1994\": 367592,\n            \"data_1995\": 432813,\n            \"data_1996\": 443629,\n            \"data_1997\": 425394,\n            \"data_1998\": 434437,\n            \"data_1999\": 422817,\n            \"data_2000\": 437972,\n            \"data_2001\": 413049,\n            \"data_2002\": 420808,\n            \"data_2003\": 415891,\n            \"data_2004\": 407944,\n            \"data_2005\": 434704,\n            \"data_2006\": 375719,\n            \"data_2007\": 372186,\n            \"data_2008\": 343938,\n            \"data_2009\": 343971,\n            \"data_2010\": 334978,\n            \"data_2011\": 339819,\n            \"data_2012\": 347228,\n            \"data_2013\": 332631,\n            \"data_2014\": 329274,\n            \"data_2015\": 333936,\n            \"data_2016\": 330883,\n            \"data_2017\": 343908,\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"data_1993\": 118159,\n            \"data_1994\": 139733,\n            \"data_1995\": 127945,\n            \"data_1996\": 125265,\n            \"data_1997\": 137588,\n            \"data_1998\": 161086,\n            \"data_1999\": 167770,\n            \"data_2000\": 208137,\n            \"data_2001\": 244424,\n            \"data_2002\": 255247,\n            \"data_2003\": 275650,\n            \"data_2004\": 356264,\n            \"data_2005\": 329302,\n            \"data_2006\": 365230,\n            \"data_2007\": 401992,\n            \"data_2008\": 409966,\n            \"data_2009\": 377504,\n            \"data_2010\": 336208,\n            \"data_2011\": 293134,\n            \"data_2012\": 339043,\n            \"data_2013\": 340375,\n            \"data_2014\": 315916,\n            \"data_2015\": 365313,\n            \"data_2016\": 373916,\n            \"data_2017\": 335978,\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"data_1993\": 232682,\n            \"data_1994\": 247187,\n            \"data_1995\": 271956,\n            \"data_1996\": 274991,\n            \"data_1997\": 264019,\n            \"data_1998\": 272888,\n            \"data_1999\": 257666,\n            \"data_2000\": 256114,\n            \"data_2001\": 231590,\n            \"data_2002\": 247899,\n            \"data_2003\": 254571,\n            \"data_2004\": 217921,\n            \"data_2005\": 216600,\n            \"data_2006\": 240885,\n            \"data_2007\": 229610,\n            \"data_2008\": 238424,\n            \"data_2009\": 248100,\n            \"data_2010\": 274774,\n            \"data_2011\": 288906,\n            \"data_2012\": 300572,\n            \"data_2013\": 288045,\n            \"data_2014\": 273009,\n            \"data_2015\": 296826,\n            \"data_2016\": 315617,\n            \"data_2017\": 317614,\n            \"state_name\": \"Arkansas\"\n        },\n        {\n            \"data_1993\": 2213111,\n            \"data_1994\": 2334777,\n            \"data_1995\": 2109956,\n            \"data_1996\": 2017680,\n            \"data_1997\": 2185029,\n            \"data_1998\": 2418688,\n            \"data_1999\": 2379558,\n            \"data_2000\": 2456438,\n            \"data_2001\": 2513856,\n            \"data_2002\": 2318656,\n            \"data_2003\": 2317062,\n            \"data_2004\": 2462247,\n            \"data_2005\": 2304463,\n            \"data_2006\": 2375929,\n            \"data_2007\": 2467545,\n            \"data_2008\": 2472612,\n            \"data_2009\": 2391374,\n            \"data_2010\": 2325411,\n            \"data_2011\": 2196252,\n            \"data_2012\": 2456371,\n            \"data_2013\": 2480792,\n            \"data_2014\": 2409574,\n            \"data_2015\": 2384061,\n            \"data_2016\": 2248939,\n            \"data_2017\": 2188659,\n            \"state_name\": \"California\"\n        },\n        {\n            \"data_1993\": 286366,\n            \"data_1994\": 272152,\n            \"data_1995\": 288383,\n            \"data_1996\": 315855,\n            \"data_1997\": 311900,\n            \"data_1998\": 328897,\n            \"data_1999\": 330896,\n            \"data_2000\": 366094,\n            \"data_2001\": 464062,\n            \"data_2002\": 457708,\n            \"data_2003\": 436873,\n            \"data_2004\": 440720,\n            \"data_2005\": 478520,\n            \"data_2006\": 458911,\n            \"data_2007\": 512841,\n            \"data_2008\": 508491,\n            \"data_2009\": 525999,\n            \"data_2010\": 505628,\n            \"data_2011\": 477208,\n            \"data_2012\": 456471,\n            \"data_2013\": 480875,\n            \"data_2014\": 497182,\n            \"data_2015\": 490642,\n            \"data_2016\": 464749,\n            \"data_2017\": 461783,\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"data_1993\": 125793,\n            \"data_1994\": 134374,\n            \"data_1995\": 144867,\n            \"data_1996\": 139102,\n            \"data_1997\": 148585,\n            \"data_1998\": 134891,\n            \"data_1999\": 155870,\n            \"data_2000\": 163696,\n            \"data_2001\": 149344,\n            \"data_2002\": 181665,\n            \"data_2003\": 157252,\n            \"data_2004\": 165862,\n            \"data_2005\": 171150,\n            \"data_2006\": 175870,\n            \"data_2007\": 183604,\n            \"data_2008\": 169802,\n            \"data_2009\": 188570,\n            \"data_2010\": 203814,\n            \"data_2011\": 236016,\n            \"data_2012\": 236260,\n            \"data_2013\": 240102,\n            \"data_2014\": 242227,\n            \"data_2015\": 260925,\n            \"data_2016\": 254652,\n            \"data_2017\": 246334,\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"data_1993\": 39346,\n            \"data_1994\": 47255,\n            \"data_1995\": 62738,\n            \"data_1996\": 55934,\n            \"data_1997\": 48140,\n            \"data_1998\": 42322,\n            \"data_1999\": 58089,\n            \"data_2000\": 50175,\n            \"data_2001\": 51817,\n            \"data_2002\": 53782,\n            \"data_2003\": 47971,\n            \"data_2004\": 49722,\n            \"data_2005\": 48639,\n            \"data_2006\": 44787,\n            \"data_2007\": 49932,\n            \"data_2008\": 49749,\n            \"data_2009\": 51651,\n            \"data_2010\": 56086,\n            \"data_2011\": 81710,\n            \"data_2012\": 104421,\n            \"data_2013\": 100682,\n            \"data_2014\": 107051,\n            \"data_2015\": 107819,\n            \"data_2016\": 113552,\n            \"data_2017\": 103103,\n            \"state_name\": \"Delaware\"\n        },\n        {\n            \"data_1993\": 368011,\n            \"data_1994\": 417702,\n            \"data_1995\": 579310,\n            \"data_1996\": 561145,\n            \"data_1997\": 547201,\n            \"data_1998\": 529565,\n            \"data_1999\": 583448,\n            \"data_2000\": 574460,\n            \"data_2001\": 569757,\n            \"data_2002\": 708638,\n            \"data_2003\": 714826,\n            \"data_2004\": 757672,\n            \"data_2005\": 805446,\n            \"data_2006\": 917468,\n            \"data_2007\": 943845,\n            \"data_2008\": 970038,\n            \"data_2009\": 1081725,\n            \"data_2010\": 1180462,\n            \"data_2011\": 1235953,\n            \"data_2012\": 1348390,\n            \"data_2013\": 1245287,\n            \"data_2014\": 1241250,\n            \"data_2015\": 1378089,\n            \"data_2016\": 1414358,\n            \"data_2017\": 1418207,\n            \"state_name\": \"Florida\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 6\n}"},{"id":"b7365921-7498-4fe4-bfff-29f6a3e0ad6b","name":"GET /api/naturalgas?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/naturalgas?page=2","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","naturalgas"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 51,\n    \"objects\": [\n        {\n            \"data_1993\": 359989,\n            \"data_1994\": 351897,\n            \"data_1995\": 383385,\n            \"data_1996\": 393417,\n            \"data_1997\": 381712,\n            \"data_1998\": 378549,\n            \"data_1999\": 347107,\n            \"data_2000\": 421262,\n            \"data_2001\": 362643,\n            \"data_2002\": 393127,\n            \"data_2003\": 390760,\n            \"data_2004\": 406436,\n            \"data_2005\": 427825,\n            \"data_2006\": 433920,\n            \"data_2007\": 455220,\n            \"data_2008\": 436093,\n            \"data_2009\": 475240,\n            \"data_2010\": 540943,\n            \"data_2011\": 531596,\n            \"data_2012\": 624338,\n            \"data_2013\": 634635,\n            \"data_2014\": 664808,\n            \"data_2015\": 712580,\n            \"data_2016\": 727336,\n            \"data_2017\": 708703,\n            \"state_name\": \"Georgia\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 76,\n            \"data_2001\": 134,\n            \"data_2002\": 140,\n            \"data_2003\": 137,\n            \"data_2004\": 155,\n            \"data_2005\": 195,\n            \"data_2006\": 179,\n            \"data_2007\": 173,\n            \"data_2008\": 148,\n            \"data_2009\": 167,\n            \"data_2010\": 161,\n            \"data_2011\": 158,\n            \"data_2012\": 187,\n            \"data_2013\": 197,\n            \"data_2014\": 167,\n            \"data_2015\": 196,\n            \"data_2016\": 162,\n            \"data_2017\": 163,\n            \"state_name\": \"Hawaii\"\n        },\n        {\n            \"data_1993\": 58294,\n            \"data_1994\": 59069,\n            \"data_1995\": 65687,\n            \"data_1996\": 69191,\n            \"data_1997\": 70801,\n            \"data_1998\": 71912,\n            \"data_1999\": 73361,\n            \"data_2000\": 74518,\n            \"data_2001\": 81804,\n            \"data_2002\": 73482,\n            \"data_2003\": 71754,\n            \"data_2004\": 78273,\n            \"data_2005\": 78118,\n            \"data_2006\": 79041,\n            \"data_2007\": 83904,\n            \"data_2008\": 90550,\n            \"data_2009\": 87072,\n            \"data_2010\": 85075,\n            \"data_2011\": 83947,\n            \"data_2012\": 90339,\n            \"data_2013\": 107089,\n            \"data_2014\": 93610,\n            \"data_2015\": 107871,\n            \"data_2016\": 110344,\n            \"data_2017\": 116017,\n            \"state_name\": \"Idaho\"\n        },\n        {\n            \"data_1993\": 1043124,\n            \"data_1994\": 1038608,\n            \"data_1995\": 1093289,\n            \"data_1996\": 1136534,\n            \"data_1997\": 1095556,\n            \"data_1998\": 975542,\n            \"data_1999\": 1011875,\n            \"data_2000\": 1040261,\n            \"data_2001\": 958425,\n            \"data_2002\": 1051213,\n            \"data_2003\": 1001534,\n            \"data_2004\": 955972,\n            \"data_2005\": 972710,\n            \"data_2006\": 896138,\n            \"data_2007\": 968652,\n            \"data_2008\": 1003219,\n            \"data_2009\": 956553,\n            \"data_2010\": 962240,\n            \"data_2011\": 986310,\n            \"data_2012\": 939024,\n            \"data_2013\": 1063511,\n            \"data_2014\": 1108134,\n            \"data_2015\": 1011357,\n            \"data_2016\": 1045034,\n            \"data_2017\": 1034951,\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"data_1993\": 521235,\n            \"data_1994\": 523523,\n            \"data_1995\": 538395,\n            \"data_1996\": 576285,\n            \"data_1997\": 559146,\n            \"data_1998\": 527435,\n            \"data_1999\": 558192,\n            \"data_2000\": 576102,\n            \"data_2001\": 505274,\n            \"data_2002\": 538368,\n            \"data_2003\": 566838,\n            \"data_2004\": 526391,\n            \"data_2005\": 535512,\n            \"data_2006\": 499753,\n            \"data_2007\": 543800,\n            \"data_2008\": 555489,\n            \"data_2009\": 511289,\n            \"data_2010\": 577423,\n            \"data_2011\": 635117,\n            \"data_2012\": 654528,\n            \"data_2013\": 680051,\n            \"data_2014\": 723942,\n            \"data_2015\": 735055,\n            \"data_2016\": 779945,\n            \"data_2017\": 747968,\n            \"state_name\": \"Indiana\"\n        },\n        {\n            \"data_1993\": 196652,\n            \"data_1994\": 198503,\n            \"data_1995\": 210496,\n            \"data_1996\": 223127,\n            \"data_1997\": 208360,\n            \"data_1998\": 184856,\n            \"data_1999\": 201472,\n            \"data_2000\": 203042,\n            \"data_2001\": 193445,\n            \"data_2002\": 194041,\n            \"data_2003\": 197629,\n            \"data_2004\": 198017,\n            \"data_2005\": 210742,\n            \"data_2006\": 207162,\n            \"data_2007\": 264166,\n            \"data_2008\": 297357,\n            \"data_2009\": 283990,\n            \"data_2010\": 278751,\n            \"data_2011\": 277576,\n            \"data_2012\": 266283,\n            \"data_2013\": 306419,\n            \"data_2014\": 311352,\n            \"data_2015\": 302936,\n            \"data_2016\": 317115,\n            \"data_2017\": 376293,\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"data_1993\": 386513,\n            \"data_1994\": 415552,\n            \"data_1995\": 367750,\n            \"data_1996\": 360921,\n            \"data_1997\": 338569,\n            \"data_1998\": 325041,\n            \"data_1999\": 302023,\n            \"data_2000\": 314868,\n            \"data_2001\": 273862,\n            \"data_2002\": 307432,\n            \"data_2003\": 284722,\n            \"data_2004\": 260117,\n            \"data_2005\": 258695,\n            \"data_2006\": 269274,\n            \"data_2007\": 291695,\n            \"data_2008\": 292523,\n            \"data_2009\": 292425,\n            \"data_2010\": 280413,\n            \"data_2011\": 285318,\n            \"data_2012\": 268086,\n            \"data_2013\": 288274,\n            \"data_2014\": 291483,\n            \"data_2015\": 280421,\n            \"data_2016\": 276404,\n            \"data_2017\": 278639,\n            \"state_name\": \"Kansas\"\n        },\n        {\n            \"data_1993\": 213053,\n            \"data_1994\": 221269,\n            \"data_1995\": 245572,\n            \"data_1996\": 248009,\n            \"data_1997\": 239307,\n            \"data_1998\": 212107,\n            \"data_1999\": 225390,\n            \"data_2000\": 234171,\n            \"data_2001\": 216705,\n            \"data_2002\": 236124,\n            \"data_2003\": 231384,\n            \"data_2004\": 233361,\n            \"data_2005\": 240853,\n            \"data_2006\": 217166,\n            \"data_2007\": 235876,\n            \"data_2008\": 233165,\n            \"data_2009\": 214261,\n            \"data_2010\": 239057,\n            \"data_2011\": 229048,\n            \"data_2012\": 232701,\n            \"data_2013\": 235703,\n            \"data_2014\": 262278,\n            \"data_2015\": 276867,\n            \"data_2016\": 279935,\n            \"data_2017\": 296911,\n            \"state_name\": \"Kentucky\"\n        },\n        {\n            \"data_1993\": 1637028,\n            \"data_1994\": 1649015,\n            \"data_1995\": 1737257,\n            \"data_1996\": 1687569,\n            \"data_1997\": 1857072,\n            \"data_1998\": 1679040,\n            \"data_1999\": 1558295,\n            \"data_2000\": 1625863,\n            \"data_2001\": 1347228,\n            \"data_2002\": 1475464,\n            \"data_2003\": 1353179,\n            \"data_2004\": 1393140,\n            \"data_2005\": 1367497,\n            \"data_2006\": 1346690,\n            \"data_2007\": 1430621,\n            \"data_2008\": 1369823,\n            \"data_2009\": 1315265,\n            \"data_2010\": 1482948,\n            \"data_2011\": 1535704,\n            \"data_2012\": 1585876,\n            \"data_2013\": 1504968,\n            \"data_2014\": 1547175,\n            \"data_2015\": 1594204,\n            \"data_2016\": 1718308,\n            \"data_2017\": 1717520,\n            \"state_name\": \"Louisiana\"\n        }\n    ],\n    \"page\": 2,\n    \"total_pages\": 6\n}"}],"_postman_id":"596e2df3-3cdf-415e-a8f4-321fb94192c1"},{"name":"GET /api/nuclearpower","event":[{"listen":"test","script":{"id":"35b07708-8016-41ed-9238-242d3dc02840","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","pm.test(\"Paginated properly\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.total_pages).not.eql(1);\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(pm.response.text()).to.include(\"data_1993\");\r","    pm.expect(pm.response.text()).to.include(\"data_1994\");\r","    pm.expect(pm.response.text()).to.include(\"data_1995\");\r","    pm.expect(pm.response.text()).to.include(\"data_1996\");\r","    pm.expect(pm.response.text()).to.include(\"data_1997\");\r","    pm.expect(pm.response.text()).to.include(\"data_1998\");\r","    pm.expect(pm.response.text()).to.include(\"data_1999\");\r","    pm.expect(pm.response.text()).to.include(\"data_2000\");\r","    pm.expect(pm.response.text()).to.include(\"data_2001\");\r","    pm.expect(pm.response.text()).to.include(\"data_2002\");\r","    pm.expect(pm.response.text()).to.include(\"data_2003\");\r","    pm.expect(pm.response.text()).to.include(\"data_2004\");\r","    pm.expect(pm.response.text()).to.include(\"data_2005\");\r","    pm.expect(pm.response.text()).to.include(\"data_2006\");\r","    pm.expect(pm.response.text()).to.include(\"data_2007\");\r","    pm.expect(pm.response.text()).to.include(\"data_2008\");\r","    pm.expect(pm.response.text()).to.include(\"data_2009\");\r","    pm.expect(pm.response.text()).to.include(\"data_2010\");\r","    pm.expect(pm.response.text()).to.include(\"data_2011\");\r","    pm.expect(pm.response.text()).to.include(\"data_2012\");\r","    pm.expect(pm.response.text()).to.include(\"data_2013\");\r","    pm.expect(pm.response.text()).to.include(\"data_2014\");\r","    pm.expect(pm.response.text()).to.include(\"data_2015\");\r","    pm.expect(pm.response.text()).to.include(\"data_2016\");\r","    pm.expect(pm.response.text()).to.include(\"data_2017\");\r","    pm.expect(pm.response.text()).to.include(\"state_name\");\r","});"],"type":"text/javascript"}}],"id":"ecd451c4-5ee7-4fe6-b4df-ee8df135b393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/nuclearpower","description":"Retrieve data on nuclear power consumption for all states in years 1993-2017.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can search for data on a specific state. Use ?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}. The same **state_name** can be used to retrieve other data on the state with /api/states/**state_name**."},"response":[{"id":"26b8df9c-f760-47f2-9f5c-43dd6e8726d7","name":"GET /api/nuclearpower","originalRequest":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/nuclearpower"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 51,\n    \"objects\": [\n        {\n            \"data_1993\": 187216,\n            \"data_1994\": 214054,\n            \"data_1995\": 218045,\n            \"data_1996\": 312018,\n            \"data_1997\": 310336,\n            \"data_1998\": 300698,\n            \"data_1999\": 322826,\n            \"data_2000\": 327143,\n            \"data_2001\": 317019,\n            \"data_2002\": 332650,\n            \"data_2003\": 330137,\n            \"data_2004\": 329898,\n            \"data_2005\": 330761,\n            \"data_2006\": 332992,\n            \"data_2007\": 360036,\n            \"data_2008\": 407551,\n            \"data_2009\": 415392,\n            \"data_2010\": 396557,\n            \"data_2011\": 411822,\n            \"data_2012\": 427975,\n            \"data_2013\": 426488,\n            \"data_2014\": 431368,\n            \"data_2015\": 438728,\n            \"data_2016\": 417334,\n            \"data_2017\": 446097,\n            \"state_name\": \"Alabama\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"data_1993\": 231601,\n            \"data_1994\": 242182,\n            \"data_1995\": 283526,\n            \"data_1996\": 302902,\n            \"data_1997\": 307623,\n            \"data_1998\": 317888,\n            \"data_1999\": 317843,\n            \"data_2000\": 316839,\n            \"data_2001\": 299966,\n            \"data_2002\": 322260,\n            \"data_2003\": 297872,\n            \"data_2004\": 293158,\n            \"data_2005\": 269327,\n            \"data_2006\": 250568,\n            \"data_2007\": 280920,\n            \"data_2008\": 305726,\n            \"data_2009\": 320692,\n            \"data_2010\": 326102,\n            \"data_2011\": 327292,\n            \"data_2012\": 334636,\n            \"data_2013\": 328423,\n            \"data_2014\": 338044,\n            \"data_2015\": 340153,\n            \"data_2016\": 338636,\n            \"data_2017\": 338246,\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"data_1993\": 142032,\n            \"data_1994\": 145531,\n            \"data_1995\": 122486,\n            \"data_1996\": 140285,\n            \"data_1997\": 149100,\n            \"data_1998\": 137403,\n            \"data_1999\": 135009,\n            \"data_2000\": 121516,\n            \"data_2001\": 154356,\n            \"data_2002\": 152024,\n            \"data_2003\": 153093,\n            \"data_2004\": 161111,\n            \"data_2005\": 142864,\n            \"data_2006\": 158952,\n            \"data_2007\": 162434,\n            \"data_2008\": 148085,\n            \"data_2009\": 158663,\n            \"data_2010\": 157017,\n            \"data_2011\": 148531,\n            \"data_2012\": 162353,\n            \"data_2013\": 124816,\n            \"data_2014\": 151428,\n            \"data_2015\": 144716,\n            \"data_2016\": 140370,\n            \"data_2017\": 132736,\n            \"state_name\": \"Arkansas\"\n        },\n        {\n            \"data_1993\": 331724,\n            \"data_1994\": 352778,\n            \"data_1995\": 317794,\n            \"data_1996\": 358119,\n            \"data_1997\": 320194,\n            \"data_1998\": 362928,\n            \"data_1999\": 348736,\n            \"data_2000\": 366845,\n            \"data_2001\": 346911,\n            \"data_2002\": 358707,\n            \"data_2003\": 370958,\n            \"data_2004\": 315634,\n            \"data_2005\": 377313,\n            \"data_2006\": 333488,\n            \"data_2007\": 375427,\n            \"data_2008\": 339506,\n            \"data_2009\": 332218,\n            \"data_2010\": 336562,\n            \"data_2011\": 383644,\n            \"data_2012\": 193939,\n            \"data_2013\": 187162,\n            \"data_2014\": 177656,\n            \"data_2015\": 193529,\n            \"data_2016\": 197754,\n            \"data_2017\": 187227,\n            \"state_name\": \"California\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"data_1993\": 229006,\n            \"data_1994\": 210712,\n            \"data_1995\": 196995,\n            \"data_1996\": 65384,\n            \"data_1997\": -1309,\n            \"data_1998\": 34022,\n            \"data_1999\": 132456,\n            \"data_2000\": 170674,\n            \"data_2001\": 161112,\n            \"data_2002\": 155777,\n            \"data_2003\": 167566,\n            \"data_2004\": 172470,\n            \"data_2005\": 162406,\n            \"data_2006\": 173111,\n            \"data_2007\": 171874,\n            \"data_2008\": 161305,\n            \"data_2009\": 174220,\n            \"data_2010\": 175074,\n            \"data_2011\": 166669,\n            \"data_2012\": 178959,\n            \"data_2013\": 178465,\n            \"data_2014\": 165677,\n            \"data_2015\": 182083,\n            \"data_2016\": 173363,\n            \"data_2017\": 172570,\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Delaware\"\n        },\n        {\n            \"data_1993\": 271916,\n            \"data_1994\": 278881,\n            \"data_1995\": 301978,\n            \"data_1996\": 267514,\n            \"data_1997\": 241023,\n            \"data_1998\": 326432,\n            \"data_1999\": 329450,\n            \"data_2000\": 336766,\n            \"data_2001\": 329825,\n            \"data_2002\": 351940,\n            \"data_2003\": 322868,\n            \"data_2004\": 325516,\n            \"data_2005\": 300127,\n            \"data_2006\": 327934,\n            \"data_2007\": 307215,\n            \"data_2008\": 335857,\n            \"data_2009\": 304544,\n            \"data_2010\": 250178,\n            \"data_2011\": 230369,\n            \"data_2012\": 187259,\n            \"data_2013\": 277169,\n            \"data_2014\": 291474,\n            \"data_2015\": 294099,\n            \"data_2016\": 306658,\n            \"data_2017\": 304840,\n            \"state_name\": \"Florida\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 6\n}"},{"id":"5e271088-0aee-4e99-a437-bff8322a4266","name":"GET /api/nuclearpower?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/nuclearpower?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","nuclearpower"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 1,\n    \"objects\": [\n        {\n            \"data_1993\": 187216,\n            \"data_1994\": 214054,\n            \"data_1995\": 218045,\n            \"data_1996\": 312018,\n            \"data_1997\": 310336,\n            \"data_1998\": 300698,\n            \"data_1999\": 322826,\n            \"data_2000\": 327143,\n            \"data_2001\": 317019,\n            \"data_2002\": 332650,\n            \"data_2003\": 330137,\n            \"data_2004\": 329898,\n            \"data_2005\": 330761,\n            \"data_2006\": 332992,\n            \"data_2007\": 360036,\n            \"data_2008\": 407551,\n            \"data_2009\": 415392,\n            \"data_2010\": 396557,\n            \"data_2011\": 411822,\n            \"data_2012\": 427975,\n            \"data_2013\": 426488,\n            \"data_2014\": 431368,\n            \"data_2015\": 438728,\n            \"data_2016\": 417334,\n            \"data_2017\": 446097,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 1\n}"},{"id":"b95d63f6-cff1-4c6d-b185-7ee2c01ed313","name":"GET /api/nuclearpower?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/nuclearpower?page=2","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","nuclearpower"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 51,\n    \"objects\": [\n        {\n            \"data_1993\": 286059,\n            \"data_1994\": 302346,\n            \"data_1995\": 322151,\n            \"data_1996\": 314302,\n            \"data_1997\": 319170,\n            \"data_1998\": 329212,\n            \"data_1999\": 328946,\n            \"data_2000\": 338660,\n            \"data_2001\": 351739,\n            \"data_2002\": 324827,\n            \"data_2003\": 346601,\n            \"data_2004\": 351921,\n            \"data_2005\": 329092,\n            \"data_2006\": 333981,\n            \"data_2007\": 341364,\n            \"data_2008\": 331235,\n            \"data_2009\": 331368,\n            \"data_2010\": 350268,\n            \"data_2011\": 338052,\n            \"data_2012\": 355674,\n            \"data_2013\": 343801,\n            \"data_2014\": 340652,\n            \"data_2015\": 353883,\n            \"data_2016\": 360633,\n            \"data_2017\": 352560,\n            \"state_name\": \"Georgia\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Hawaii\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Idaho\"\n        },\n        {\n            \"data_1993\": 823235,\n            \"data_1994\": 759385,\n            \"data_1995\": 824598,\n            \"data_1996\": 732840,\n            \"data_1997\": 535916,\n            \"data_1998\": 583254,\n            \"data_1999\": 854224,\n            \"data_2000\": 932749,\n            \"data_2001\": 964500,\n            \"data_2002\": 948761,\n            \"data_2003\": 987308,\n            \"data_2004\": 959869,\n            \"data_2005\": 973293,\n            \"data_2006\": 982498,\n            \"data_2007\": 1004100,\n            \"data_2008\": 994526,\n            \"data_2009\": 998562,\n            \"data_2010\": 1005374,\n            \"data_2011\": 1002694,\n            \"data_2012\": 1010189,\n            \"data_2013\": 1014926,\n            \"data_2014\": 1023496,\n            \"data_2015\": 1017377,\n            \"data_2016\": 1031331,\n            \"data_2017\": 1016522,\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Indiana\"\n        },\n        {\n            \"data_1993\": 33981,\n            \"data_1994\": 42930,\n            \"data_1995\": 39191,\n            \"data_1996\": 41210,\n            \"data_1997\": 43541,\n            \"data_1998\": 39525,\n            \"data_1999\": 38041,\n            \"data_2000\": 46439,\n            \"data_2001\": 40234,\n            \"data_2002\": 47761,\n            \"data_2003\": 41559,\n            \"data_2004\": 51399,\n            \"data_2005\": 47362,\n            \"data_2006\": 53171,\n            \"data_2007\": 47398,\n            \"data_2008\": 55210,\n            \"data_2009\": 48937,\n            \"data_2010\": 46518,\n            \"data_2011\": 54572,\n            \"data_2012\": 45552,\n            \"data_2013\": 55597,\n            \"data_2014\": 43431,\n            \"data_2015\": 54836,\n            \"data_2016\": 49185,\n            \"data_2017\": 54528,\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"data_1993\": 82977,\n            \"data_1994\": 89145,\n            \"data_1995\": 105723,\n            \"data_1996\": 86176,\n            \"data_1997\": 88469,\n            \"data_1998\": 109219,\n            \"data_1999\": 95687,\n            \"data_2000\": 94495,\n            \"data_2001\": 108050,\n            \"data_2002\": 94413,\n            \"data_2003\": 92648,\n            \"data_2004\": 105664,\n            \"data_2005\": 92055,\n            \"data_2006\": 97570,\n            \"data_2007\": 108762,\n            \"data_2008\": 88812,\n            \"data_2009\": 91710,\n            \"data_2010\": 99876,\n            \"data_2011\": 76585,\n            \"data_2012\": 86818,\n            \"data_2013\": 74902,\n            \"data_2014\": 89512,\n            \"data_2015\": 90254,\n            \"data_2016\": 86245,\n            \"data_2017\": 111367,\n            \"state_name\": \"Kansas\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Kentucky\"\n        },\n        {\n            \"data_1993\": 151238,\n            \"data_1994\": 133562,\n            \"data_1995\": 164812,\n            \"data_1996\": 165578,\n            \"data_1997\": 141785,\n            \"data_1998\": 172341,\n            \"data_1999\": 137016,\n            \"data_2000\": 164734,\n            \"data_2001\": 181041,\n            \"data_2002\": 180702,\n            \"data_2003\": 168069,\n            \"data_2004\": 178110,\n            \"data_2005\": 163598,\n            \"data_2006\": 174634,\n            \"data_2007\": 179127,\n            \"data_2008\": 160658,\n            \"data_2009\": 175524,\n            \"data_2010\": 194818,\n            \"data_2011\": 173859,\n            \"data_2012\": 164092,\n            \"data_2013\": 177156,\n            \"data_2014\": 181059,\n            \"data_2015\": 160015,\n            \"data_2016\": 179391,\n            \"data_2017\": 161171,\n            \"state_name\": \"Louisiana\"\n        }\n    ],\n    \"page\": 2,\n    \"total_pages\": 6\n}"}],"_postman_id":"ecd451c4-5ee7-4fe6-b4df-ee8df135b393"},{"name":"GET /api/solarenergy","event":[{"listen":"test","script":{"id":"13a9da92-5fe8-4248-bf43-0b316d642715","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","pm.test(\"Paginated properly\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.total_pages).not.eql(1);\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(pm.response.text()).to.include(\"data_1993\");\r","    pm.expect(pm.response.text()).to.include(\"data_1994\");\r","    pm.expect(pm.response.text()).to.include(\"data_1995\");\r","    pm.expect(pm.response.text()).to.include(\"data_1996\");\r","    pm.expect(pm.response.text()).to.include(\"data_1997\");\r","    pm.expect(pm.response.text()).to.include(\"data_1998\");\r","    pm.expect(pm.response.text()).to.include(\"data_1999\");\r","    pm.expect(pm.response.text()).to.include(\"data_2000\");\r","    pm.expect(pm.response.text()).to.include(\"data_2001\");\r","    pm.expect(pm.response.text()).to.include(\"data_2002\");\r","    pm.expect(pm.response.text()).to.include(\"data_2003\");\r","    pm.expect(pm.response.text()).to.include(\"data_2004\");\r","    pm.expect(pm.response.text()).to.include(\"data_2005\");\r","    pm.expect(pm.response.text()).to.include(\"data_2006\");\r","    pm.expect(pm.response.text()).to.include(\"data_2007\");\r","    pm.expect(pm.response.text()).to.include(\"data_2008\");\r","    pm.expect(pm.response.text()).to.include(\"data_2009\");\r","    pm.expect(pm.response.text()).to.include(\"data_2010\");\r","    pm.expect(pm.response.text()).to.include(\"data_2011\");\r","    pm.expect(pm.response.text()).to.include(\"data_2012\");\r","    pm.expect(pm.response.text()).to.include(\"data_2013\");\r","    pm.expect(pm.response.text()).to.include(\"data_2014\");\r","    pm.expect(pm.response.text()).to.include(\"data_2015\");\r","    pm.expect(pm.response.text()).to.include(\"data_2016\");\r","    pm.expect(pm.response.text()).to.include(\"data_2017\");\r","    pm.expect(pm.response.text()).to.include(\"state_name\");\r","});"],"type":"text/javascript"}}],"id":"637fa02b-9c5f-44d1-ba94-c59f30c15177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/solarenergy","description":"Retrieve data on solar energy consumption for all states in years 1993-2017.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can search for data on a specific state. Use ?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}. The same **state_name** can be used to retrieve other data on the state with /api/states/**state_name**."},"response":[{"id":"12780b7e-6db0-4e8d-9dbe-2a836ffe0a48","name":"GET /api/solarenergy","originalRequest":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/solarenergy"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 51,\n    \"objects\": [\n        {\n            \"data_1993\": 148,\n            \"data_1994\": 153,\n            \"data_1995\": 150,\n            \"data_1996\": 146,\n            \"data_1997\": 138,\n            \"data_1998\": 134,\n            \"data_1999\": 127,\n            \"data_2000\": 113,\n            \"data_2001\": 97,\n            \"data_2002\": 82,\n            \"data_2003\": 68,\n            \"data_2004\": 54,\n            \"data_2005\": 53,\n            \"data_2006\": 62,\n            \"data_2007\": 63,\n            \"data_2008\": 64,\n            \"data_2009\": 62,\n            \"data_2010\": 68,\n            \"data_2011\": 71,\n            \"data_2012\": 78,\n            \"data_2013\": 97,\n            \"data_2014\": 100,\n            \"data_2015\": 101,\n            \"data_2016\": 431,\n            \"data_2017\": 1812,\n            \"state_name\": \"Alabama\"\n        },\n        {\n            \"data_1993\": 1,\n            \"data_1994\": 1,\n            \"data_1995\": 1,\n            \"data_1996\": 1,\n            \"data_1997\": 1,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 2,\n            \"data_2009\": 3,\n            \"data_2010\": 3,\n            \"data_2011\": 3,\n            \"data_2012\": 3,\n            \"data_2013\": 3,\n            \"data_2014\": 3,\n            \"data_2015\": 3,\n            \"data_2016\": 14,\n            \"data_2017\": 20,\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"data_1993\": 3794,\n            \"data_1994\": 3836,\n            \"data_1995\": 3844,\n            \"data_1996\": 3861,\n            \"data_1997\": 3792,\n            \"data_1998\": 3713,\n            \"data_1999\": 3573,\n            \"data_2000\": 3344,\n            \"data_2001\": 3086,\n            \"data_2002\": 2877,\n            \"data_2003\": 2760,\n            \"data_2004\": 2672,\n            \"data_2005\": 2574,\n            \"data_2006\": 2661,\n            \"data_2007\": 2749,\n            \"data_2008\": 3112,\n            \"data_2009\": 3445,\n            \"data_2010\": 4518,\n            \"data_2011\": 7604,\n            \"data_2012\": 18096,\n            \"data_2013\": 31405,\n            \"data_2014\": 43565,\n            \"data_2015\": 48223,\n            \"data_2016\": 52843,\n            \"data_2017\": 66316,\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"data_1993\": 1272,\n            \"data_1994\": 1259,\n            \"data_1995\": 1230,\n            \"data_1996\": 1189,\n            \"data_1997\": 1108,\n            \"data_1998\": 1033,\n            \"data_1999\": 931,\n            \"data_2000\": 795,\n            \"data_2001\": 642,\n            \"data_2002\": 500,\n            \"data_2003\": 367,\n            \"data_2004\": 239,\n            \"data_2005\": 90,\n            \"data_2006\": 94,\n            \"data_2007\": 53,\n            \"data_2008\": 53,\n            \"data_2009\": 59,\n            \"data_2010\": 80,\n            \"data_2011\": 85,\n            \"data_2012\": 100,\n            \"data_2013\": 108,\n            \"data_2014\": 111,\n            \"data_2015\": 124,\n            \"data_2016\": 372,\n            \"data_2017\": 443,\n            \"state_name\": \"Arkansas\"\n        },\n        {\n            \"data_1993\": 24615,\n            \"data_1994\": 25150,\n            \"data_1995\": 25349,\n            \"data_1996\": 25606,\n            \"data_1997\": 24988,\n            \"data_1998\": 24497,\n            \"data_1999\": 23925,\n            \"data_2000\": 23073,\n            \"data_2001\": 22960,\n            \"data_2002\": 22418,\n            \"data_2003\": 21857,\n            \"data_2004\": 22216,\n            \"data_2005\": 22115,\n            \"data_2006\": 23341,\n            \"data_2007\": 25804,\n            \"data_2008\": 29985,\n            \"data_2009\": 31297,\n            \"data_2010\": 36006,\n            \"data_2011\": 41816,\n            \"data_2012\": 53911,\n            \"data_2013\": 84832,\n            \"data_2014\": 156457,\n            \"data_2015\": 211807,\n            \"data_2016\": 267479,\n            \"data_2017\": 340354,\n            \"state_name\": \"California\"\n        },\n        {\n            \"data_1993\": 188,\n            \"data_1994\": 208,\n            \"data_1995\": 217,\n            \"data_1996\": 227,\n            \"data_1997\": 230,\n            \"data_1998\": 233,\n            \"data_1999\": 231,\n            \"data_2000\": 221,\n            \"data_2001\": 212,\n            \"data_2002\": 205,\n            \"data_2003\": 199,\n            \"data_2004\": 193,\n            \"data_2005\": 206,\n            \"data_2006\": 232,\n            \"data_2007\": 308,\n            \"data_2008\": 819,\n            \"data_2009\": 1148,\n            \"data_2010\": 1808,\n            \"data_2011\": 2865,\n            \"data_2012\": 3886,\n            \"data_2013\": 5186,\n            \"data_2014\": 6045,\n            \"data_2015\": 6270,\n            \"data_2016\": 9508,\n            \"data_2017\": 13973,\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"data_1993\": 78,\n            \"data_1994\": 134,\n            \"data_1995\": 152,\n            \"data_1996\": 187,\n            \"data_1997\": 199,\n            \"data_1998\": 231,\n            \"data_1999\": 264,\n            \"data_2000\": 260,\n            \"data_2001\": 303,\n            \"data_2002\": 365,\n            \"data_2003\": 403,\n            \"data_2004\": 454,\n            \"data_2005\": 556,\n            \"data_2006\": 654,\n            \"data_2007\": 773,\n            \"data_2008\": 929,\n            \"data_2009\": 1062,\n            \"data_2010\": 1137,\n            \"data_2011\": 1189,\n            \"data_2012\": 1295,\n            \"data_2013\": 1601,\n            \"data_2014\": 2239,\n            \"data_2015\": 2951,\n            \"data_2016\": 4125,\n            \"data_2017\": 5086,\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"data_1993\": 29,\n            \"data_1994\": 29,\n            \"data_1995\": 28,\n            \"data_1996\": 27,\n            \"data_1997\": 26,\n            \"data_1998\": 24,\n            \"data_1999\": 23,\n            \"data_2000\": 20,\n            \"data_2001\": 17,\n            \"data_2002\": 16,\n            \"data_2003\": 13,\n            \"data_2004\": 12,\n            \"data_2005\": 11,\n            \"data_2006\": 22,\n            \"data_2007\": 44,\n            \"data_2008\": 50,\n            \"data_2009\": 85,\n            \"data_2010\": 125,\n            \"data_2011\": 383,\n            \"data_2012\": 607,\n            \"data_2013\": 1001,\n            \"data_2014\": 1189,\n            \"data_2015\": 1230,\n            \"data_2016\": 1133,\n            \"data_2017\": 1354,\n            \"state_name\": \"Delaware\"\n        },\n        {\n            \"data_1993\": 28530,\n            \"data_1994\": 29387,\n            \"data_1995\": 29925,\n            \"data_1996\": 30259,\n            \"data_1997\": 29982,\n            \"data_1998\": 29626,\n            \"data_1999\": 28969,\n            \"data_2000\": 27909,\n            \"data_2001\": 26770,\n            \"data_2002\": 25656,\n            \"data_2003\": 24706,\n            \"data_2004\": 23957,\n            \"data_2005\": 22915,\n            \"data_2006\": 22985,\n            \"data_2007\": 23160,\n            \"data_2008\": 23615,\n            \"data_2009\": 23273,\n            \"data_2010\": 24638,\n            \"data_2011\": 25868,\n            \"data_2012\": 27441,\n            \"data_2013\": 28428,\n            \"data_2014\": 29750,\n            \"data_2015\": 30085,\n            \"data_2016\": 30757,\n            \"data_2017\": 38185,\n            \"state_name\": \"Florida\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 6\n}"},{"id":"9971a69e-eba0-4783-b27f-bef40065aa6c","name":"GET /api/solarenergy?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/solarenergy?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","solarenergy"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 1,\n    \"objects\": [\n        {\n            \"data_1993\": 148,\n            \"data_1994\": 153,\n            \"data_1995\": 150,\n            \"data_1996\": 146,\n            \"data_1997\": 138,\n            \"data_1998\": 134,\n            \"data_1999\": 127,\n            \"data_2000\": 113,\n            \"data_2001\": 97,\n            \"data_2002\": 82,\n            \"data_2003\": 68,\n            \"data_2004\": 54,\n            \"data_2005\": 53,\n            \"data_2006\": 62,\n            \"data_2007\": 63,\n            \"data_2008\": 64,\n            \"data_2009\": 62,\n            \"data_2010\": 68,\n            \"data_2011\": 71,\n            \"data_2012\": 78,\n            \"data_2013\": 97,\n            \"data_2014\": 100,\n            \"data_2015\": 101,\n            \"data_2016\": 431,\n            \"data_2017\": 1812,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 1\n}"},{"id":"a7cbcec4-b2b7-4fe1-acc3-4014a04dcaba","name":"GET /api/solarenergy?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/solarenergy?page=2","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","solarenergy"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 51,\n    \"objects\": [\n        {\n            \"data_1993\": 133,\n            \"data_1994\": 143,\n            \"data_1995\": 159,\n            \"data_1996\": 169,\n            \"data_1997\": 186,\n            \"data_1998\": 202,\n            \"data_1999\": 216,\n            \"data_2000\": 224,\n            \"data_2001\": 226,\n            \"data_2002\": 231,\n            \"data_2003\": 236,\n            \"data_2004\": 234,\n            \"data_2005\": 237,\n            \"data_2006\": 241,\n            \"data_2007\": 245,\n            \"data_2008\": 264,\n            \"data_2009\": 293,\n            \"data_2010\": 388,\n            \"data_2011\": 536,\n            \"data_2012\": 750,\n            \"data_2013\": 1312,\n            \"data_2014\": 2396,\n            \"data_2015\": 2460,\n            \"data_2016\": 10255,\n            \"data_2017\": 20716,\n            \"state_name\": \"Georgia\"\n        },\n        {\n            \"data_1993\": 1065,\n            \"data_1994\": 1120,\n            \"data_1995\": 1168,\n            \"data_1996\": 1211,\n            \"data_1997\": 1222,\n            \"data_1998\": 1257,\n            \"data_1999\": 1281,\n            \"data_2000\": 1283,\n            \"data_2001\": 1237,\n            \"data_2002\": 1240,\n            \"data_2003\": 1260,\n            \"data_2004\": 1273,\n            \"data_2005\": 1302,\n            \"data_2006\": 1382,\n            \"data_2007\": 1520,\n            \"data_2008\": 1799,\n            \"data_2009\": 2033,\n            \"data_2010\": 2311,\n            \"data_2011\": 2870,\n            \"data_2012\": 4333,\n            \"data_2013\": 6056,\n            \"data_2014\": 7553,\n            \"data_2015\": 8356,\n            \"data_2016\": 9807,\n            \"data_2017\": 12570,\n            \"state_name\": \"Hawaii\"\n        },\n        {\n            \"data_1993\": 2,\n            \"data_1994\": 2,\n            \"data_1995\": 2,\n            \"data_1996\": 2,\n            \"data_1997\": 2,\n            \"data_1998\": 2,\n            \"data_1999\": 2,\n            \"data_2000\": 1,\n            \"data_2001\": 2,\n            \"data_2002\": 3,\n            \"data_2003\": 3,\n            \"data_2004\": 3,\n            \"data_2005\": 8,\n            \"data_2006\": 14,\n            \"data_2007\": 17,\n            \"data_2008\": 20,\n            \"data_2009\": 23,\n            \"data_2010\": 29,\n            \"data_2011\": 29,\n            \"data_2012\": 47,\n            \"data_2013\": 62,\n            \"data_2014\": 64,\n            \"data_2015\": 81,\n            \"data_2016\": 390,\n            \"data_2017\": 4405,\n            \"state_name\": \"Idaho\"\n        },\n        {\n            \"data_1993\": 70,\n            \"data_1994\": 86,\n            \"data_1995\": 105,\n            \"data_1996\": 113,\n            \"data_1997\": 137,\n            \"data_1998\": 180,\n            \"data_1999\": 209,\n            \"data_2000\": 208,\n            \"data_2001\": 248,\n            \"data_2002\": 326,\n            \"data_2003\": 393,\n            \"data_2004\": 520,\n            \"data_2005\": 670,\n            \"data_2006\": 826,\n            \"data_2007\": 956,\n            \"data_2008\": 1054,\n            \"data_2009\": 1105,\n            \"data_2010\": 1286,\n            \"data_2011\": 1322,\n            \"data_2012\": 1565,\n            \"data_2013\": 1797,\n            \"data_2014\": 1892,\n            \"data_2015\": 1936,\n            \"data_2016\": 2029,\n            \"data_2017\": 2284,\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"data_1993\": 20,\n            \"data_1994\": 24,\n            \"data_1995\": 25,\n            \"data_1996\": 32,\n            \"data_1997\": 32,\n            \"data_1998\": 33,\n            \"data_1999\": 34,\n            \"data_2000\": 33,\n            \"data_2001\": 35,\n            \"data_2002\": 38,\n            \"data_2003\": 37,\n            \"data_2004\": 63,\n            \"data_2005\": 78,\n            \"data_2006\": 91,\n            \"data_2007\": 100,\n            \"data_2008\": 102,\n            \"data_2009\": 128,\n            \"data_2010\": 134,\n            \"data_2011\": 168,\n            \"data_2012\": 185,\n            \"data_2013\": 488,\n            \"data_2014\": 1205,\n            \"data_2015\": 1713,\n            \"data_2016\": 2391,\n            \"data_2017\": 3032,\n            \"state_name\": \"Indiana\"\n        },\n        {\n            \"data_1993\": 9,\n            \"data_1994\": 9,\n            \"data_1995\": 9,\n            \"data_1996\": 9,\n            \"data_1997\": 9,\n            \"data_1998\": 9,\n            \"data_1999\": 9,\n            \"data_2000\": 8,\n            \"data_2001\": 7,\n            \"data_2002\": 6,\n            \"data_2003\": 5,\n            \"data_2004\": 4,\n            \"data_2005\": 8,\n            \"data_2006\": 14,\n            \"data_2007\": 17,\n            \"data_2008\": 19,\n            \"data_2009\": 32,\n            \"data_2010\": 33,\n            \"data_2011\": 34,\n            \"data_2012\": 48,\n            \"data_2013\": 87,\n            \"data_2014\": 268,\n            \"data_2015\": 419,\n            \"data_2016\": 587,\n            \"data_2017\": 905,\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"data_1993\": 37,\n            \"data_1994\": 37,\n            \"data_1995\": 37,\n            \"data_1996\": 37,\n            \"data_1997\": 36,\n            \"data_1998\": 34,\n            \"data_1999\": 32,\n            \"data_2000\": 29,\n            \"data_2001\": 25,\n            \"data_2002\": 22,\n            \"data_2003\": 18,\n            \"data_2004\": 15,\n            \"data_2005\": 17,\n            \"data_2006\": 21,\n            \"data_2007\": 24,\n            \"data_2008\": 23,\n            \"data_2009\": 24,\n            \"data_2010\": 28,\n            \"data_2011\": 29,\n            \"data_2012\": 39,\n            \"data_2013\": 54,\n            \"data_2014\": 56,\n            \"data_2015\": 87,\n            \"data_2016\": 125,\n            \"data_2017\": 231,\n            \"state_name\": \"Kansas\"\n        },\n        {\n            \"data_1993\": 4,\n            \"data_1994\": 4,\n            \"data_1995\": 4,\n            \"data_1996\": 4,\n            \"data_1997\": 4,\n            \"data_1998\": 4,\n            \"data_1999\": 4,\n            \"data_2000\": 4,\n            \"data_2001\": 4,\n            \"data_2002\": 4,\n            \"data_2003\": 4,\n            \"data_2004\": 30,\n            \"data_2005\": 35,\n            \"data_2006\": 39,\n            \"data_2007\": 41,\n            \"data_2008\": 48,\n            \"data_2009\": 60,\n            \"data_2010\": 67,\n            \"data_2011\": 86,\n            \"data_2012\": 93,\n            \"data_2013\": 184,\n            \"data_2014\": 188,\n            \"data_2015\": 198,\n            \"data_2016\": 365,\n            \"data_2017\": 481,\n            \"state_name\": \"Kentucky\"\n        },\n        {\n            \"data_1993\": 70,\n            \"data_1994\": 72,\n            \"data_1995\": 75,\n            \"data_1996\": 73,\n            \"data_1997\": 69,\n            \"data_1998\": 71,\n            \"data_1999\": 67,\n            \"data_2000\": 60,\n            \"data_2001\": 57,\n            \"data_2002\": 56,\n            \"data_2003\": 60,\n            \"data_2004\": 65,\n            \"data_2005\": 65,\n            \"data_2006\": 67,\n            \"data_2007\": 77,\n            \"data_2008\": 79,\n            \"data_2009\": 83,\n            \"data_2010\": 113,\n            \"data_2011\": 165,\n            \"data_2012\": 319,\n            \"data_2013\": 669,\n            \"data_2014\": 1075,\n            \"data_2015\": 1520,\n            \"data_2016\": 1851,\n            \"data_2017\": 1958,\n            \"state_name\": \"Louisiana\"\n        }\n    ],\n    \"page\": 2,\n    \"total_pages\": 6\n}"}],"_postman_id":"637fa02b-9c5f-44d1-ba94-c59f30c15177"},{"name":"GET /api/windenergy","event":[{"listen":"test","script":{"id":"06f658db-5840-4e54-8c69-bde5436c4438","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","pm.test(\"Paginated properly\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.total_pages).not.eql(1);\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(pm.response.text()).to.include(\"data_1993\");\r","    pm.expect(pm.response.text()).to.include(\"data_1994\");\r","    pm.expect(pm.response.text()).to.include(\"data_1995\");\r","    pm.expect(pm.response.text()).to.include(\"data_1996\");\r","    pm.expect(pm.response.text()).to.include(\"data_1997\");\r","    pm.expect(pm.response.text()).to.include(\"data_1998\");\r","    pm.expect(pm.response.text()).to.include(\"data_1999\");\r","    pm.expect(pm.response.text()).to.include(\"data_2000\");\r","    pm.expect(pm.response.text()).to.include(\"data_2001\");\r","    pm.expect(pm.response.text()).to.include(\"data_2002\");\r","    pm.expect(pm.response.text()).to.include(\"data_2003\");\r","    pm.expect(pm.response.text()).to.include(\"data_2004\");\r","    pm.expect(pm.response.text()).to.include(\"data_2005\");\r","    pm.expect(pm.response.text()).to.include(\"data_2006\");\r","    pm.expect(pm.response.text()).to.include(\"data_2007\");\r","    pm.expect(pm.response.text()).to.include(\"data_2008\");\r","    pm.expect(pm.response.text()).to.include(\"data_2009\");\r","    pm.expect(pm.response.text()).to.include(\"data_2010\");\r","    pm.expect(pm.response.text()).to.include(\"data_2011\");\r","    pm.expect(pm.response.text()).to.include(\"data_2012\");\r","    pm.expect(pm.response.text()).to.include(\"data_2013\");\r","    pm.expect(pm.response.text()).to.include(\"data_2014\");\r","    pm.expect(pm.response.text()).to.include(\"data_2015\");\r","    pm.expect(pm.response.text()).to.include(\"data_2016\");\r","    pm.expect(pm.response.text()).to.include(\"data_2017\");\r","    pm.expect(pm.response.text()).to.include(\"state_name\");\r","});"],"type":"text/javascript"}}],"id":"afce2fab-97a8-471a-8f56-97b03d4699a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/windenergy","description":"Retrieve data on wind energy consumption for all states in years 1993-2017.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can search for data on a specific state. Use ?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}. The same **state_name** can be used to retrieve other data on the state with /api/states/**state_name**."},"response":[{"id":"e02869f1-157f-47dd-95e4-3c77598b8f9f","name":"GET /api/windenergy?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/windenergy?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","windenergy"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 1,\n    \"objects\": [\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Alabama\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 1\n}"},{"id":"f58fde85-9be5-4ac4-9c2a-334daeef39bc","name":"GET /api/windenergy","originalRequest":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/windenergy"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 51, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 0, \r\n      \"data_1994\": 0, \r\n      \"data_1995\": 0, \r\n      \"data_1996\": 0, \r\n      \"data_1997\": 0, \r\n      \"data_1998\": 0, \r\n      \"data_1999\": 0, \r\n      \"data_2000\": 0, \r\n      \"data_2001\": 0, \r\n      \"data_2002\": 0, \r\n      \"data_2003\": 0, \r\n      \"data_2004\": 0, \r\n      \"data_2005\": 0, \r\n      \"data_2006\": 0, \r\n      \"data_2007\": 0, \r\n      \"data_2008\": 0, \r\n      \"data_2009\": 0, \r\n      \"data_2010\": 0, \r\n      \"data_2011\": 0, \r\n      \"data_2012\": 0, \r\n      \"data_2013\": 0, \r\n      \"data_2014\": 0, \r\n      \"data_2015\": 0, \r\n      \"data_2016\": 0, \r\n      \"data_2017\": 0, \r\n      \"state_name\": \"Alabama\"\r\n    }, \r\n    {\r\n      \"data_1993\": 0, \r\n      \"data_1994\": 0, \r\n      \"data_1995\": 0, \r\n      \"data_1996\": 0, \r\n      \"data_1997\": 0, \r\n      \"data_1998\": 0, \r\n      \"data_1999\": 0, \r\n      \"data_2000\": 0, \r\n      \"data_2001\": 10, \r\n      \"data_2002\": 0, \r\n      \"data_2003\": 0, \r\n      \"data_2004\": 0, \r\n      \"data_2005\": 6, \r\n      \"data_2006\": 8, \r\n      \"data_2007\": 10, \r\n      \"data_2008\": 1, \r\n      \"data_2009\": 69, \r\n      \"data_2010\": 123, \r\n      \"data_2011\": 121, \r\n      \"data_2012\": 356, \r\n      \"data_2013\": 1386, \r\n      \"data_2014\": 1445, \r\n      \"data_2015\": 1488, \r\n      \"data_2016\": 1563, \r\n      \"data_2017\": 1305, \r\n      \"state_name\": \"Alaska\"\r\n    }, \r\n    {\r\n      \"data_1993\": 0, \r\n      \"data_1994\": 0, \r\n      \"data_1995\": 0, \r\n      \"data_1996\": 0, \r\n      \"data_1997\": 0, \r\n      \"data_1998\": 0, \r\n      \"data_1999\": 0, \r\n      \"data_2000\": 0, \r\n      \"data_2001\": 0, \r\n      \"data_2002\": 0, \r\n      \"data_2003\": 0, \r\n      \"data_2004\": 0, \r\n      \"data_2005\": 0, \r\n      \"data_2006\": 0, \r\n      \"data_2007\": 0, \r\n      \"data_2008\": 0, \r\n      \"data_2009\": 288, \r\n      \"data_2010\": 1316, \r\n      \"data_2011\": 2483, \r\n      \"data_2012\": 5059, \r\n      \"data_2013\": 4291, \r\n      \"data_2014\": 4452, \r\n      \"data_2015\": 4213, \r\n      \"data_2016\": 5000, \r\n      \"data_2017\": 5251, \r\n      \"state_name\": \"Arizona\"\r\n    }, \r\n    {\r\n      \"data_1993\": 0, \r\n      \"data_1994\": 0, \r\n      \"data_1995\": 0, \r\n      \"data_1996\": 0, \r\n      \"data_1997\": 0, \r\n      \"data_1998\": 0, \r\n      \"data_1999\": 0, \r\n      \"data_2000\": 0, \r\n      \"data_2001\": 0, \r\n      \"data_2002\": 0, \r\n      \"data_2003\": 0, \r\n      \"data_2004\": 0, \r\n      \"data_2005\": 0, \r\n      \"data_2006\": 0, \r\n      \"data_2007\": 0, \r\n      \"data_2008\": 0, \r\n      \"data_2009\": 0, \r\n      \"data_2010\": 0, \r\n      \"data_2011\": 0, \r\n      \"data_2012\": 0, \r\n      \"data_2013\": 0, \r\n      \"data_2014\": 0, \r\n      \"data_2015\": 0, \r\n      \"data_2016\": 0, \r\n      \"data_2017\": 0, \r\n      \"state_name\": \"Arkansas\"\r\n    }, \r\n    {\r\n      \"data_1993\": 30758, \r\n      \"data_1994\": 34942, \r\n      \"data_1995\": 31831, \r\n      \"data_1996\": 31836, \r\n      \"data_1997\": 32037, \r\n      \"data_1998\": 28122, \r\n      \"data_1999\": 33029, \r\n      \"data_2000\": 35887, \r\n      \"data_2001\": 36163, \r\n      \"data_2002\": 38684, \r\n      \"data_2003\": 39441, \r\n      \"data_2004\": 43128, \r\n      \"data_2005\": 42618, \r\n      \"data_2006\": 48433, \r\n      \"data_2007\": 55201, \r\n      \"data_2008\": 53063, \r\n      \"data_2009\": 56997, \r\n      \"data_2010\": 59303, \r\n      \"data_2011\": 75317, \r\n      \"data_2012\": 92821, \r\n      \"data_2013\": 122335, \r\n      \"data_2014\": 123559, \r\n      \"data_2015\": 113967, \r\n      \"data_2016\": 124715, \r\n      \"data_2017\": 118137, \r\n      \"state_name\": \"California\"\r\n    }, \r\n    {\r\n      \"data_1993\": 0, \r\n      \"data_1994\": 0, \r\n      \"data_1995\": 0, \r\n      \"data_1996\": 0, \r\n      \"data_1997\": 0, \r\n      \"data_1998\": 0, \r\n      \"data_1999\": 0, \r\n      \"data_2000\": 0, \r\n      \"data_2001\": 503, \r\n      \"data_2002\": 1414, \r\n      \"data_2003\": 1489, \r\n      \"data_2004\": 2205, \r\n      \"data_2005\": 7762, \r\n      \"data_2006\": 8585, \r\n      \"data_2007\": 12765, \r\n      \"data_2008\": 31738, \r\n      \"data_2009\": 30879, \r\n      \"data_2010\": 33676, \r\n      \"data_2011\": 50526, \r\n      \"data_2012\": 56798, \r\n      \"data_2013\": 68731, \r\n      \"data_2014\": 70076, \r\n      \"data_2015\": 69662, \r\n      \"data_2016\": 86977, \r\n      \"data_2017\": 85816, \r\n      \"state_name\": \"Colorado\"\r\n    }, \r\n    {\r\n      \"data_1993\": 0, \r\n      \"data_1994\": 0, \r\n      \"data_1995\": 0, \r\n      \"data_1996\": 0, \r\n      \"data_1997\": 0, \r\n      \"data_1998\": 0, \r\n      \"data_1999\": 0, \r\n      \"data_2000\": 0, \r\n      \"data_2001\": 0, \r\n      \"data_2002\": 0, \r\n      \"data_2003\": 0, \r\n      \"data_2004\": 0, \r\n      \"data_2005\": 0, \r\n      \"data_2006\": 0, \r\n      \"data_2007\": 0, \r\n      \"data_2008\": 0, \r\n      \"data_2009\": 0, \r\n      \"data_2010\": 0, \r\n      \"data_2011\": 0, \r\n      \"data_2012\": 0, \r\n      \"data_2013\": 0, \r\n      \"data_2014\": 0, \r\n      \"data_2015\": 0, \r\n      \"data_2016\": 118, \r\n      \"data_2017\": 117, \r\n      \"state_name\": \"Connecticut\"\r\n    }, \r\n    {\r\n      \"data_1993\": 0, \r\n      \"data_1994\": 0, \r\n      \"data_1995\": 0, \r\n      \"data_1996\": 0, \r\n      \"data_1997\": 0, \r\n      \"data_1998\": 0, \r\n      \"data_1999\": 0, \r\n      \"data_2000\": 0, \r\n      \"data_2001\": 0, \r\n      \"data_2002\": 0, \r\n      \"data_2003\": 0, \r\n      \"data_2004\": 0, \r\n      \"data_2005\": 0, \r\n      \"data_2006\": 0, \r\n      \"data_2007\": 0, \r\n      \"data_2008\": 0, \r\n      \"data_2009\": 0, \r\n      \"data_2010\": 25, \r\n      \"data_2011\": 47, \r\n      \"data_2012\": 35, \r\n      \"data_2013\": 43, \r\n      \"data_2014\": 48, \r\n      \"data_2015\": 48, \r\n      \"data_2016\": 49, \r\n      \"data_2017\": 46, \r\n      \"state_name\": \"Delaware\"\r\n    }, \r\n    {\r\n      \"data_1993\": 0, \r\n      \"data_1994\": 0, \r\n      \"data_1995\": 0, \r\n      \"data_1996\": 0, \r\n      \"data_1997\": 0, \r\n      \"data_1998\": 0, \r\n      \"data_1999\": 0, \r\n      \"data_2000\": 0, \r\n      \"data_2001\": 0, \r\n      \"data_2002\": 0, \r\n      \"data_2003\": 0, \r\n      \"data_2004\": 0, \r\n      \"data_2005\": 0, \r\n      \"data_2006\": 0, \r\n      \"data_2007\": 0, \r\n      \"data_2008\": 0, \r\n      \"data_2009\": 0, \r\n      \"data_2010\": 0, \r\n      \"data_2011\": 0, \r\n      \"data_2012\": 0, \r\n      \"data_2013\": 0, \r\n      \"data_2014\": 0, \r\n      \"data_2015\": 0, \r\n      \"data_2016\": 0, \r\n      \"data_2017\": 0, \r\n      \"state_name\": \"Florida\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 6\r\n}"},{"id":"f7ec4236-90d0-4b9c-996b-609960759a9d","name":"GET /api/windenergy?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/windenergy?page=2","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","windenergy"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 51,\n    \"objects\": [\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Georgia\"\n        },\n        {\n            \"data_1993\": 226,\n            \"data_1994\": 210,\n            \"data_1995\": 210,\n            \"data_1996\": 233,\n            \"data_1997\": 164,\n            \"data_1998\": 197,\n            \"data_1999\": 169,\n            \"data_2000\": 173,\n            \"data_2001\": 22,\n            \"data_2002\": 16,\n            \"data_2003\": 16,\n            \"data_2004\": 75,\n            \"data_2005\": 66,\n            \"data_2006\": 790,\n            \"data_2007\": 2354,\n            \"data_2008\": 2365,\n            \"data_2009\": 2454,\n            \"data_2010\": 2547,\n            \"data_2011\": 3311,\n            \"data_2012\": 3599,\n            \"data_2013\": 4802,\n            \"data_2014\": 5503,\n            \"data_2015\": 5710,\n            \"data_2016\": 5900,\n            \"data_2017\": 4902,\n            \"state_name\": \"Hawaii\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 1682,\n            \"data_2007\": 1703,\n            \"data_2008\": 2044,\n            \"data_2009\": 3059,\n            \"data_2010\": 4300,\n            \"data_2011\": 12696,\n            \"data_2012\": 17991,\n            \"data_2013\": 23472,\n            \"data_2014\": 26683,\n            \"data_2015\": 21156,\n            \"data_2016\": 23804,\n            \"data_2017\": 23444,\n            \"state_name\": \"Idaho\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 182,\n            \"data_2004\": 782,\n            \"data_2005\": 1411,\n            \"data_2006\": 2525,\n            \"data_2007\": 6567,\n            \"data_2008\": 23029,\n            \"data_2009\": 27519,\n            \"data_2010\": 43450,\n            \"data_2011\": 60367,\n            \"data_2012\": 73528,\n            \"data_2013\": 91834,\n            \"data_2014\": 95888,\n            \"data_2015\": 100154,\n            \"data_2016\": 98445,\n            \"data_2017\": 113023,\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 2349,\n            \"data_2009\": 13695,\n            \"data_2010\": 28625,\n            \"data_2011\": 31921,\n            \"data_2012\": 30547,\n            \"data_2013\": 33213,\n            \"data_2014\": 33247,\n            \"data_2015\": 42077,\n            \"data_2016\": 45232,\n            \"data_2017\": 46889,\n            \"state_name\": \"Indiana\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 1,\n            \"data_1995\": 1,\n            \"data_1996\": 1,\n            \"data_1997\": 1,\n            \"data_1998\": 1,\n            \"data_1999\": 3337,\n            \"data_2000\": 5037,\n            \"data_2001\": 5041,\n            \"data_2002\": 9347,\n            \"data_2003\": 9942,\n            \"data_2004\": 10516,\n            \"data_2005\": 16470,\n            \"data_2006\": 22990,\n            \"data_2007\": 27247,\n            \"data_2008\": 40242,\n            \"data_2009\": 72424,\n            \"data_2010\": 89466,\n            \"data_2011\": 104050,\n            \"data_2012\": 133533,\n            \"data_2013\": 148538,\n            \"data_2014\": 155077,\n            \"data_2015\": 166555,\n            \"data_2016\": 185305,\n            \"data_2017\": 196907,\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"data_1993\": 1,\n            \"data_1994\": 1,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 412,\n            \"data_2002\": 4748,\n            \"data_2003\": 3705,\n            \"data_2004\": 3592,\n            \"data_2005\": 4258,\n            \"data_2006\": 9839,\n            \"data_2007\": 11392,\n            \"data_2008\": 17337,\n            \"data_2009\": 27945,\n            \"data_2010\": 33220,\n            \"data_2011\": 36143,\n            \"data_2012\": 49439,\n            \"data_2013\": 90002,\n            \"data_2014\": 103135,\n            \"data_2015\": 102495,\n            \"data_2016\": 130272,\n            \"data_2017\": 171344,\n            \"state_name\": \"Kansas\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Kentucky\"\n        },\n        {\n            \"data_1993\": 0,\n            \"data_1994\": 0,\n            \"data_1995\": 0,\n            \"data_1996\": 0,\n            \"data_1997\": 0,\n            \"data_1998\": 0,\n            \"data_1999\": 0,\n            \"data_2000\": 0,\n            \"data_2001\": 0,\n            \"data_2002\": 0,\n            \"data_2003\": 0,\n            \"data_2004\": 0,\n            \"data_2005\": 0,\n            \"data_2006\": 0,\n            \"data_2007\": 0,\n            \"data_2008\": 0,\n            \"data_2009\": 0,\n            \"data_2010\": 0,\n            \"data_2011\": 0,\n            \"data_2012\": 0,\n            \"data_2013\": 0,\n            \"data_2014\": 0,\n            \"data_2015\": 0,\n            \"data_2016\": 0,\n            \"data_2017\": 0,\n            \"state_name\": \"Louisiana\"\n        }\n    ],\n    \"page\": 2,\n    \"total_pages\": 6\n}"}],"_postman_id":"afce2fab-97a8-471a-8f56-97b03d4699a3"},{"name":"GET /api/woodandwaste","event":[{"listen":"test","script":{"id":"cc97fdec-93d6-4528-a154-47fdb10be8fc","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","pm.test(\"Paginated properly\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.total_pages).not.eql(1);\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    pm.expect(pm.response.text()).to.include(\"data_1993\");\r","    pm.expect(pm.response.text()).to.include(\"data_1994\");\r","    pm.expect(pm.response.text()).to.include(\"data_1995\");\r","    pm.expect(pm.response.text()).to.include(\"data_1996\");\r","    pm.expect(pm.response.text()).to.include(\"data_1997\");\r","    pm.expect(pm.response.text()).to.include(\"data_1998\");\r","    pm.expect(pm.response.text()).to.include(\"data_1999\");\r","    pm.expect(pm.response.text()).to.include(\"data_2000\");\r","    pm.expect(pm.response.text()).to.include(\"data_2001\");\r","    pm.expect(pm.response.text()).to.include(\"data_2002\");\r","    pm.expect(pm.response.text()).to.include(\"data_2003\");\r","    pm.expect(pm.response.text()).to.include(\"data_2004\");\r","    pm.expect(pm.response.text()).to.include(\"data_2005\");\r","    pm.expect(pm.response.text()).to.include(\"data_2006\");\r","    pm.expect(pm.response.text()).to.include(\"data_2007\");\r","    pm.expect(pm.response.text()).to.include(\"data_2008\");\r","    pm.expect(pm.response.text()).to.include(\"data_2009\");\r","    pm.expect(pm.response.text()).to.include(\"data_2010\");\r","    pm.expect(pm.response.text()).to.include(\"data_2011\");\r","    pm.expect(pm.response.text()).to.include(\"data_2012\");\r","    pm.expect(pm.response.text()).to.include(\"data_2013\");\r","    pm.expect(pm.response.text()).to.include(\"data_2014\");\r","    pm.expect(pm.response.text()).to.include(\"data_2015\");\r","    pm.expect(pm.response.text()).to.include(\"data_2016\");\r","    pm.expect(pm.response.text()).to.include(\"data_2017\");\r","    pm.expect(pm.response.text()).to.include(\"state_name\");\r","});"],"type":"text/javascript"}}],"id":"4cbf6e76-a35c-4a61-b8f9-2f103ba37675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/woodandwaste","description":"Retrieve data on wood and waste consumption for all states in years 1993-2017.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can search for data on a specific state. Use ?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"**state_name**\"}]}. The same **state_name** can be used to retrieve other data on the state with /api/states/**state_name**."},"response":[{"id":"0cc7b4a7-825a-4cde-912d-55db6be0e591","name":"GET /api/woodandwaste","originalRequest":{"method":"GET","header":[],"url":"http://3.84.54.129:5000/api/woodandwaste"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 51,\n    \"objects\": [\n        {\n            \"data_1993\": 174850,\n            \"data_1994\": 214463,\n            \"data_1995\": 221956,\n            \"data_1996\": 208622,\n            \"data_1997\": 181859,\n            \"data_1998\": 209183,\n            \"data_1999\": 210656,\n            \"data_2000\": 203782,\n            \"data_2001\": 165015,\n            \"data_2002\": 162766,\n            \"data_2003\": 155066,\n            \"data_2004\": 184143,\n            \"data_2005\": 178033,\n            \"data_2006\": 194075,\n            \"data_2007\": 187119,\n            \"data_2008\": 172732,\n            \"data_2009\": 141954,\n            \"data_2010\": 157118,\n            \"data_2011\": 169330,\n            \"data_2012\": 171090,\n            \"data_2013\": 187188,\n            \"data_2014\": 178169,\n            \"data_2015\": 164877,\n            \"data_2016\": 163785,\n            \"data_2017\": 165205,\n            \"state_name\": \"Alabama\"\n        },\n        {\n            \"data_1993\": 7067,\n            \"data_1994\": 9656,\n            \"data_1995\": 8305,\n            \"data_1996\": 8046,\n            \"data_1997\": 3719,\n            \"data_1998\": 1886,\n            \"data_1999\": 1775,\n            \"data_2000\": 1898,\n            \"data_2001\": 2973,\n            \"data_2002\": 3193,\n            \"data_2003\": 3261,\n            \"data_2004\": 3324,\n            \"data_2005\": 1133,\n            \"data_2006\": 1065,\n            \"data_2007\": 1177,\n            \"data_2008\": 1233,\n            \"data_2009\": 2543,\n            \"data_2010\": 2704,\n            \"data_2011\": 2675,\n            \"data_2012\": 2263,\n            \"data_2013\": 3357,\n            \"data_2014\": 3522,\n            \"data_2015\": 7488,\n            \"data_2016\": 8093,\n            \"data_2017\": 7023,\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"data_1993\": 13594,\n            \"data_1994\": 13459,\n            \"data_1995\": 14380,\n            \"data_1996\": 12790,\n            \"data_1997\": 14517,\n            \"data_1998\": 10834,\n            \"data_1999\": 11223,\n            \"data_2000\": 11924,\n            \"data_2001\": 8366,\n            \"data_2002\": 8153,\n            \"data_2003\": 8451,\n            \"data_2004\": 8607,\n            \"data_2005\": 11383,\n            \"data_2006\": 10447,\n            \"data_2007\": 11095,\n            \"data_2008\": 13582,\n            \"data_2009\": 6335,\n            \"data_2010\": 7247,\n            \"data_2011\": 6069,\n            \"data_2012\": 5922,\n            \"data_2013\": 6353,\n            \"data_2014\": 7563,\n            \"data_2015\": 8659,\n            \"data_2016\": 7969,\n            \"data_2017\": 7015,\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"data_1993\": 85755,\n            \"data_1994\": 82478,\n            \"data_1995\": 82933,\n            \"data_1996\": 87769,\n            \"data_1997\": 86884,\n            \"data_1998\": 81960,\n            \"data_1999\": 82147,\n            \"data_2000\": 83466,\n            \"data_2001\": 66816,\n            \"data_2002\": 72938,\n            \"data_2003\": 80378,\n            \"data_2004\": 75878,\n            \"data_2005\": 81190,\n            \"data_2006\": 84115,\n            \"data_2007\": 88207,\n            \"data_2008\": 76806,\n            \"data_2009\": 82522,\n            \"data_2010\": 88679,\n            \"data_2011\": 91598,\n            \"data_2012\": 89736,\n            \"data_2013\": 90343,\n            \"data_2014\": 90358,\n            \"data_2015\": 79217,\n            \"data_2016\": 75941,\n            \"data_2017\": 74776,\n            \"state_name\": \"Arkansas\"\n        },\n        {\n            \"data_1993\": 191699,\n            \"data_1994\": 192715,\n            \"data_1995\": 172906,\n            \"data_1996\": 167589,\n            \"data_1997\": 151226,\n            \"data_1998\": 141059,\n            \"data_1999\": 150581,\n            \"data_2000\": 158300,\n            \"data_2001\": 156150,\n            \"data_2002\": 162059,\n            \"data_2003\": 155300,\n            \"data_2004\": 155751,\n            \"data_2005\": 145608,\n            \"data_2006\": 138797,\n            \"data_2007\": 137807,\n            \"data_2008\": 140810,\n            \"data_2009\": 152041,\n            \"data_2010\": 159402,\n            \"data_2011\": 157792,\n            \"data_2012\": 156083,\n            \"data_2013\": 165621,\n            \"data_2014\": 166794,\n            \"data_2015\": 139561,\n            \"data_2016\": 129715,\n            \"data_2017\": 128082,\n            \"state_name\": \"California\"\n        },\n        {\n            \"data_1993\": 11118,\n            \"data_1994\": 10627,\n            \"data_1995\": 10748,\n            \"data_1996\": 10947,\n            \"data_1997\": 11798,\n            \"data_1998\": 10577,\n            \"data_1999\": 11148,\n            \"data_2000\": 11300,\n            \"data_2001\": 6837,\n            \"data_2002\": 6380,\n            \"data_2003\": 6643,\n            \"data_2004\": 7338,\n            \"data_2005\": 8725,\n            \"data_2006\": 7925,\n            \"data_2007\": 8702,\n            \"data_2008\": 9702,\n            \"data_2009\": 11824,\n            \"data_2010\": 12612,\n            \"data_2011\": 12226,\n            \"data_2012\": 10433,\n            \"data_2013\": 13384,\n            \"data_2014\": 14228,\n            \"data_2015\": 14936,\n            \"data_2016\": 15408,\n            \"data_2017\": 15484,\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"data_1993\": 34758,\n            \"data_1994\": 35346,\n            \"data_1995\": 42241,\n            \"data_1996\": 49396,\n            \"data_1997\": 45948,\n            \"data_1998\": 44385,\n            \"data_1999\": 44706,\n            \"data_2000\": 44944,\n            \"data_2001\": 26546,\n            \"data_2002\": 24535,\n            \"data_2003\": 25105,\n            \"data_2004\": 25094,\n            \"data_2005\": 20382,\n            \"data_2006\": 19571,\n            \"data_2007\": 19510,\n            \"data_2008\": 19828,\n            \"data_2009\": 23378,\n            \"data_2010\": 25334,\n            \"data_2011\": 23856,\n            \"data_2012\": 22455,\n            \"data_2013\": 23874,\n            \"data_2014\": 25645,\n            \"data_2015\": 26728,\n            \"data_2016\": 26456,\n            \"data_2017\": 24008,\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"data_1993\": 2395,\n            \"data_1994\": 2330,\n            \"data_1995\": 2381,\n            \"data_1996\": 2543,\n            \"data_1997\": 2101,\n            \"data_1998\": 1833,\n            \"data_1999\": 1889,\n            \"data_2000\": 2181,\n            \"data_2001\": 1207,\n            \"data_2002\": 1190,\n            \"data_2003\": 1246,\n            \"data_2004\": 1270,\n            \"data_2005\": 767,\n            \"data_2006\": 646,\n            \"data_2007\": 1240,\n            \"data_2008\": 2607,\n            \"data_2009\": 3125,\n            \"data_2010\": 3275,\n            \"data_2011\": 3340,\n            \"data_2012\": 2509,\n            \"data_2013\": 2321,\n            \"data_2014\": 2558,\n            \"data_2015\": 1809,\n            \"data_2016\": 1498,\n            \"data_2017\": 1449,\n            \"state_name\": \"Delaware\"\n        },\n        {\n            \"data_1993\": 184714,\n            \"data_1994\": 181822,\n            \"data_1995\": 186258,\n            \"data_1996\": 206049,\n            \"data_1997\": 196914,\n            \"data_1998\": 171706,\n            \"data_1999\": 171555,\n            \"data_2000\": 164002,\n            \"data_2001\": 127298,\n            \"data_2002\": 144135,\n            \"data_2003\": 157601,\n            \"data_2004\": 148999,\n            \"data_2005\": 153165,\n            \"data_2006\": 155527,\n            \"data_2007\": 159894,\n            \"data_2008\": 162697,\n            \"data_2009\": 179897,\n            \"data_2010\": 194373,\n            \"data_2011\": 190275,\n            \"data_2012\": 184106,\n            \"data_2013\": 192075,\n            \"data_2014\": 188457,\n            \"data_2015\": 180650,\n            \"data_2016\": 170396,\n            \"data_2017\": 177819,\n            \"state_name\": \"Florida\"\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 6\n}"},{"id":"1d3acf42-a1aa-49d8-8f33-77723cccc8fb","name":"GET /api/woodandwaste?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/woodandwaste?q={\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","woodandwaste"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"state_name\",\"op\":\"eq\",\"val\":\"Alabama\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 1, \r\n  \"objects\": [\r\n    {\r\n      \"data_1993\": 174850, \r\n      \"data_1994\": 214463, \r\n      \"data_1995\": 221956, \r\n      \"data_1996\": 208622, \r\n      \"data_1997\": 181859, \r\n      \"data_1998\": 209183, \r\n      \"data_1999\": 210656, \r\n      \"data_2000\": 203782, \r\n      \"data_2001\": 165015, \r\n      \"data_2002\": 162766, \r\n      \"data_2003\": 155066, \r\n      \"data_2004\": 184143, \r\n      \"data_2005\": 178033, \r\n      \"data_2006\": 194075, \r\n      \"data_2007\": 187119, \r\n      \"data_2008\": 172732, \r\n      \"data_2009\": 141954, \r\n      \"data_2010\": 157118, \r\n      \"data_2011\": 169330, \r\n      \"data_2012\": 171090, \r\n      \"data_2013\": 187188, \r\n      \"data_2014\": 178169, \r\n      \"data_2015\": 164877, \r\n      \"data_2016\": 163785, \r\n      \"data_2017\": 165205, \r\n      \"state_name\": \"Alabama\"\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 1\r\n}"},{"id":"3c6cccf1-a157-474f-a9cc-6e386146b8c5","name":"GET /api/woodandwaste?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://3.84.54.129:5000/api/woodandwaste?page=2","protocol":"http","host":["3","84","54","129"],"port":"5000","path":["api","woodandwaste"],"query":[{"key":"page","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 51,\n    \"objects\": [\n        {\n            \"data_1993\": 193872,\n            \"data_1994\": 195956,\n            \"data_1995\": 205634,\n            \"data_1996\": 208259,\n            \"data_1997\": 218529,\n            \"data_1998\": 202938,\n            \"data_1999\": 202675,\n            \"data_2000\": 196564,\n            \"data_2001\": 164904,\n            \"data_2002\": 255738,\n            \"data_2003\": 179384,\n            \"data_2004\": 189388,\n            \"data_2005\": 175267,\n            \"data_2006\": 181285,\n            \"data_2007\": 177945,\n            \"data_2008\": 148022,\n            \"data_2009\": 148098,\n            \"data_2010\": 173517,\n            \"data_2011\": 179886,\n            \"data_2012\": 175219,\n            \"data_2013\": 202846,\n            \"data_2014\": 222000,\n            \"data_2015\": 224371,\n            \"data_2016\": 207829,\n            \"data_2017\": 195748,\n            \"state_name\": \"Georgia\"\n        },\n        {\n            \"data_1993\": 24388,\n            \"data_1994\": 20724,\n            \"data_1995\": 19803,\n            \"data_1996\": 19066,\n            \"data_1997\": 17433,\n            \"data_1998\": 16548,\n            \"data_1999\": 16981,\n            \"data_2000\": 15194,\n            \"data_2001\": 7947,\n            \"data_2002\": 7480,\n            \"data_2003\": 9305,\n            \"data_2004\": 9336,\n            \"data_2005\": 8382,\n            \"data_2006\": 8524,\n            \"data_2007\": 7969,\n            \"data_2008\": 8609,\n            \"data_2009\": 8586,\n            \"data_2010\": 7744,\n            \"data_2011\": 7378,\n            \"data_2012\": 6691,\n            \"data_2013\": 8156,\n            \"data_2014\": 7708,\n            \"data_2015\": 7220,\n            \"data_2016\": 8181,\n            \"data_2017\": 5372,\n            \"state_name\": \"Hawaii\"\n        },\n        {\n            \"data_1993\": 24811,\n            \"data_1994\": 23622,\n            \"data_1995\": 25235,\n            \"data_1996\": 26022,\n            \"data_1997\": 28360,\n            \"data_1998\": 27075,\n            \"data_1999\": 27835,\n            \"data_2000\": 27553,\n            \"data_2001\": 28118,\n            \"data_2002\": 22008,\n            \"data_2003\": 22469,\n            \"data_2004\": 25708,\n            \"data_2005\": 34138,\n            \"data_2006\": 31787,\n            \"data_2007\": 32961,\n            \"data_2008\": 31812,\n            \"data_2009\": 25767,\n            \"data_2010\": 29766,\n            \"data_2011\": 24930,\n            \"data_2012\": 24201,\n            \"data_2013\": 26040,\n            \"data_2014\": 32343,\n            \"data_2015\": 39585,\n            \"data_2016\": 32627,\n            \"data_2017\": 34615,\n            \"state_name\": \"Idaho\"\n        },\n        {\n            \"data_1993\": 53276,\n            \"data_1994\": 51009,\n            \"data_1995\": 52191,\n            \"data_1996\": 59268,\n            \"data_1997\": 53157,\n            \"data_1998\": 46561,\n            \"data_1999\": 49492,\n            \"data_2000\": 44917,\n            \"data_2001\": 41960,\n            \"data_2002\": 44134,\n            \"data_2003\": 44389,\n            \"data_2004\": 44709,\n            \"data_2005\": 31519,\n            \"data_2006\": 25253,\n            \"data_2007\": 27489,\n            \"data_2008\": 29224,\n            \"data_2009\": 37841,\n            \"data_2010\": 40507,\n            \"data_2011\": 29450,\n            \"data_2012\": 26509,\n            \"data_2013\": 30591,\n            \"data_2014\": 31273,\n            \"data_2015\": 19411,\n            \"data_2016\": 18629,\n            \"data_2017\": 17241,\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"data_1993\": 38098,\n            \"data_1994\": 36335,\n            \"data_1995\": 37204,\n            \"data_1996\": 38619,\n            \"data_1997\": 32152,\n            \"data_1998\": 30163,\n            \"data_1999\": 30363,\n            \"data_2000\": 27960,\n            \"data_2001\": 32747,\n            \"data_2002\": 33785,\n            \"data_2003\": 33839,\n            \"data_2004\": 34600,\n            \"data_2005\": 38712,\n            \"data_2006\": 28252,\n            \"data_2007\": 27300,\n            \"data_2008\": 33469,\n            \"data_2009\": 31509,\n            \"data_2010\": 33942,\n            \"data_2011\": 33461,\n            \"data_2012\": 30441,\n            \"data_2013\": 34377,\n            \"data_2014\": 34805,\n            \"data_2015\": 34599,\n            \"data_2016\": 34415,\n            \"data_2017\": 32369,\n            \"state_name\": \"Indiana\"\n        },\n        {\n            \"data_1993\": 43480,\n            \"data_1994\": 40818,\n            \"data_1995\": 40825,\n            \"data_1996\": 48281,\n            \"data_1997\": 40383,\n            \"data_1998\": 37255,\n            \"data_1999\": 37539,\n            \"data_2000\": 31558,\n            \"data_2001\": 27660,\n            \"data_2002\": 30789,\n            \"data_2003\": 30503,\n            \"data_2004\": 30567,\n            \"data_2005\": 31021,\n            \"data_2006\": 20863,\n            \"data_2007\": 23476,\n            \"data_2008\": 23929,\n            \"data_2009\": 26721,\n            \"data_2010\": 28307,\n            \"data_2011\": 19783,\n            \"data_2012\": 17619,\n            \"data_2013\": 19625,\n            \"data_2014\": 22978,\n            \"data_2015\": 21425,\n            \"data_2016\": 20556,\n            \"data_2017\": 19948,\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"data_1993\": 10903,\n            \"data_1994\": 10291,\n            \"data_1995\": 10347,\n            \"data_1996\": 10459,\n            \"data_1997\": 8411,\n            \"data_1998\": 7674,\n            \"data_1999\": 7856,\n            \"data_2000\": 7634,\n            \"data_2001\": 7971,\n            \"data_2002\": 8118,\n            \"data_2003\": 8305,\n            \"data_2004\": 8411,\n            \"data_2005\": 7593,\n            \"data_2006\": 4692,\n            \"data_2007\": 5136,\n            \"data_2008\": 5614,\n            \"data_2009\": 5721,\n            \"data_2010\": 6884,\n            \"data_2011\": 8769,\n            \"data_2012\": 7575,\n            \"data_2013\": 8500,\n            \"data_2014\": 8477,\n            \"data_2015\": 7158,\n            \"data_2016\": 6415,\n            \"data_2017\": 6251,\n            \"state_name\": \"Kansas\"\n        },\n        {\n            \"data_1993\": 15157,\n            \"data_1994\": 14897,\n            \"data_1995\": 15499,\n            \"data_1996\": 18531,\n            \"data_1997\": 12955,\n            \"data_1998\": 11149,\n            \"data_1999\": 11459,\n            \"data_2000\": 11738,\n            \"data_2001\": 12652,\n            \"data_2002\": 21150,\n            \"data_2003\": 24631,\n            \"data_2004\": 26406,\n            \"data_2005\": 32585,\n            \"data_2006\": 30401,\n            \"data_2007\": 32457,\n            \"data_2008\": 32324,\n            \"data_2009\": 30355,\n            \"data_2010\": 36693,\n            \"data_2011\": 36830,\n            \"data_2012\": 32935,\n            \"data_2013\": 38220,\n            \"data_2014\": 40535,\n            \"data_2015\": 32445,\n            \"data_2016\": 32145,\n            \"data_2017\": 32734,\n            \"state_name\": \"Kentucky\"\n        },\n        {\n            \"data_1993\": 124571,\n            \"data_1994\": 136914,\n            \"data_1995\": 141446,\n            \"data_1996\": 142103,\n            \"data_1997\": 138651,\n            \"data_1998\": 136187,\n            \"data_1999\": 139590,\n            \"data_2000\": 136388,\n            \"data_2001\": 127962,\n            \"data_2002\": 131270,\n            \"data_2003\": 138817,\n            \"data_2004\": 173792,\n            \"data_2005\": 142234,\n            \"data_2006\": 141324,\n            \"data_2007\": 140637,\n            \"data_2008\": 97433,\n            \"data_2009\": 93270,\n            \"data_2010\": 100484,\n            \"data_2011\": 99645,\n            \"data_2012\": 100238,\n            \"data_2013\": 113505,\n            \"data_2014\": 136092,\n            \"data_2015\": 119577,\n            \"data_2016\": 134858,\n            \"data_2017\": 214628,\n            \"state_name\": \"Louisiana\"\n        }\n    ],\n    \"page\": 2,\n    \"total_pages\": 6\n}"}],"_postman_id":"4cbf6e76-a35c-4a61-b8f9-2f103ba37675"}],"id":"058a33c8-3f48-4f74-8cf4-4f69fa8a55d3","description":"API calls related to information on state energy consumption.","event":[{"listen":"prerequest","script":{"id":"77ae3de0-f742-43a7-a584-984e72308528","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"953b52a7-53cf-4d56-bb3d-16cc79252bed","type":"text/javascript","exec":[""]}}],"_postman_id":"058a33c8-3f48-4f74-8cf4-4f69fa8a55d3"},{"name":"congresses","item":[{"name":"GET /api/congresses","event":[{"listen":"test","script":{"id":"6aea7d69-6b87-43ab-8d47-4fb17576313d","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response time below 2000 ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(2000);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","var jsonData = pm.response.json();\r","var con_list = jsonData.objects\r","var total_pages = jsonData.total_pages\r","\r","pm.test(\"Paginated properly\", function () {\r","    var numResults = jsonData.num_results\r","    if (numResults > 9) {\r","        pm.expect(con_list.length).to.eql(9)\r","        pm.expect(total_pages).not.eql(1);\r","    }\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    for (var con in con_list) {\r","        pm.expect(con_list[con]).to.have.property(\"chamber\");\r","        pm.expect(con_list[con]).to.have.property(\"con_num\");\r","        pm.expect(con_list[con]).to.have.property(\"id\");\r","        pm.expect(con_list[con]).to.have.property(\"member_id\");\r","        pm.expect(con_list[con]).to.have.property(\"member_rs\");\r","    }\r","});"],"type":"text/javascript"}}],"id":"51863822-9231-45a3-83c7-d4ab41d581f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/congresses","description":"Retrieve data on Congress members' terms served in the years 1993-2019.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**.\n\nCaller can filter by a particular Congress member to retrieve all terms they have served. Use ?q={\"filters\":[{\"name\":\"member_id\",\"op\":\"eq\",\"val\":\"**member_id**\"}]}. The same **member_id** can be used to retrieve other data on the Congress member with /api/congressmembers/**member_id**.\n\nCaller can also filter by Congress number and/or chamber. Use ?q={\"filters\":[{\"name\":\"con_num\",\"op\":\"eq\",\"val\":\"**con_num**\"},{\"name\":\"chamber\",\"op\":\"eq\",\"val\":\"**chamber**\"}]} with one or both dictionaries."},"response":[{"id":"19b99d04-4d02-44a9-9461-64b927721a9e","name":"GET /api/congresses?q={\"filters\":[{\"name\":\"con_num\",\"op\":\"eq\",\"val\":\"116\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.empoweringknowledge.me/api/congresses?q={\"filters\":[{\"name\":\"con_num\",\"op\":\"eq\",\"val\":\"116\"}]}","protocol":"https","host":["api","empoweringknowledge","me"],"path":["api","congresses"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"con_num\",\"op\":\"eq\",\"val\":\"116\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 544, \r\n  \"objects\": [\r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7188, \r\n      \"member_id\": \"A000360\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"5\", \r\n        \"date_of_birth\": \"1940-07-03\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"senatorlamaralexander\", \r\n        \"first_name\": \"Lamar\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000360.jpg\", \r\n        \"last_name\": \"Alexander\", \r\n        \"member_id\": \"A000360\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Tennessee\", \r\n        \"state_abr\": \"TN\", \r\n        \"title\": \"Senator, 2nd Class\", \r\n        \"twitter_account\": \"SenAlexander\", \r\n        \"url\": \"https://www.alexander.senate.gov/public\", \r\n        \"votes_with_party_pct\": \"96.65\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7189, \r\n      \"member_id\": \"B001230\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"57884\", \r\n        \"date_of_birth\": \"1962-02-11\", \r\n        \"district\": \"2\", \r\n        \"facebook_account\": \"senatortammybaldwin\", \r\n        \"first_name\": \"Tammy\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001230.jpg\", \r\n        \"last_name\": \"Baldwin\", \r\n        \"member_id\": \"B001230\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Wisconsin\", \r\n        \"state_abr\": \"WI\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"SenatorBaldwin\", \r\n        \"url\": \"https://www.baldwin.senate.gov\", \r\n        \"votes_with_party_pct\": \"91.0\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7190, \r\n      \"member_id\": \"B001261\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"1024777\", \r\n        \"date_of_birth\": \"1952-07-21\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"johnbarrasso\", \r\n        \"first_name\": \"John\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001261.jpg\", \r\n        \"last_name\": \"Barrasso\", \r\n        \"member_id\": \"B001261\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Wyoming\", \r\n        \"state_abr\": \"WY\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenJohnBarrasso\", \r\n        \"url\": \"https://www.barrasso.senate.gov\", \r\n        \"votes_with_party_pct\": \"87.35\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7191, \r\n      \"member_id\": \"B001267\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"1031622\", \r\n        \"date_of_birth\": \"1964-11-28\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"senbennetco\", \r\n        \"first_name\": \"Michael\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001267.jpg\", \r\n        \"last_name\": \"Bennet\", \r\n        \"member_id\": \"B001267\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Colorado\", \r\n        \"state_abr\": \"CO\", \r\n        \"title\": \"Senator, 3rd Class\", \r\n        \"twitter_account\": \"SenBennetCo\", \r\n        \"url\": \"https://www.bennet.senate.gov/public\", \r\n        \"votes_with_party_pct\": \"91.2\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7192, \r\n      \"member_id\": \"B001243\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"31226\", \r\n        \"date_of_birth\": \"1952-06-06\", \r\n        \"district\": \"7\", \r\n        \"facebook_account\": \"marshablackburn\", \r\n        \"first_name\": \"Marsha\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001243.jpg\", \r\n        \"last_name\": \"Blackburn\", \r\n        \"member_id\": \"B001243\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Tennessee\", \r\n        \"state_abr\": \"TN\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"MarshaBlackburn\", \r\n        \"url\": \"https://www.blackburn.senate.gov\", \r\n        \"votes_with_party_pct\": \"95.45\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7193, \r\n      \"member_id\": \"B001277\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"21799\", \r\n        \"date_of_birth\": \"1946-02-13\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"SenBlumenthal\", \r\n        \"first_name\": \"Richard\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001277.jpg\", \r\n        \"last_name\": \"Blumenthal\", \r\n        \"member_id\": \"B001277\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Connecticut\", \r\n        \"state_abr\": \"CT\", \r\n        \"title\": \"Senator, 3rd Class\", \r\n        \"twitter_account\": \"SenBlumenthal\", \r\n        \"url\": \"https://www.blumenthal.senate.gov\", \r\n        \"votes_with_party_pct\": \"95.96\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7194, \r\n      \"member_id\": \"B000575\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"45465\", \r\n        \"date_of_birth\": \"1950-01-10\", \r\n        \"district\": \"7\", \r\n        \"facebook_account\": \"SenatorBlunt\", \r\n        \"first_name\": \"Roy\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B000575.jpg\", \r\n        \"last_name\": \"Blunt\", \r\n        \"member_id\": \"B000575\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Missouri\", \r\n        \"state_abr\": \"MO\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"RoyBlunt\", \r\n        \"url\": \"https://www.blunt.senate.gov\", \r\n        \"votes_with_party_pct\": \"94.38\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7195, \r\n      \"member_id\": \"B001288\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"84679\", \r\n        \"date_of_birth\": \"1969-04-27\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Cory\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001288.jpg\", \r\n        \"last_name\": \"Booker\", \r\n        \"member_id\": \"B001288\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"New Jersey\", \r\n        \"state_abr\": \"NJ\", \r\n        \"title\": \"Senator, 2nd Class\", \r\n        \"twitter_account\": \"SenBooker\", \r\n        \"url\": \"https://www.booker.senate.gov\", \r\n        \"votes_with_party_pct\": \"98.81\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7196, \r\n      \"member_id\": \"B001236\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"92069\", \r\n        \"date_of_birth\": \"1950-12-10\", \r\n        \"district\": \"3\", \r\n        \"facebook_account\": \"JohnBoozman\", \r\n        \"first_name\": \"John\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001236.jpg\", \r\n        \"last_name\": \"Boozman\", \r\n        \"member_id\": \"B001236\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Arkansas\", \r\n        \"state_abr\": \"AR\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"JohnBoozman\", \r\n        \"url\": \"https://www.boozman.senate.gov/public\", \r\n        \"votes_with_party_pct\": \"97.55\"\r\n      }\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 61\r\n}"},{"id":"1b3888d5-986e-4161-a33e-cf05223cd4be","name":"GET /api/congresses?q={\"filters\":[{\"name\":\"chamber\",\"op\":\"eq\",\"val\":\"senate\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.empoweringknowledge.me/api/congresses?q={\"filters\":[{\"name\":\"chamber\",\"op\":\"eq\",\"val\":\"senate\"}]}","protocol":"https","host":["api","empoweringknowledge","me"],"path":["api","congresses"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"chamber\",\"op\":\"eq\",\"val\":\"senate\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 1442, \r\n  \"objects\": [\r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 103, \r\n      \"id\": 1, \r\n      \"member_id\": \"A000069\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"8704\", \r\n        \"date_of_birth\": \"1924-09-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Daniel\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n        \"last_name\": \"Akaka\", \r\n        \"member_id\": \"A000069\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Hawaii\", \r\n        \"state_abr\": \"HI\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenatorAkaka\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"94.39\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 103, \r\n      \"id\": 2, \r\n      \"member_id\": \"B000243\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"1727\", \r\n        \"date_of_birth\": \"1941-12-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Max\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B000243.jpg\", \r\n        \"last_name\": \"Baucus\", \r\n        \"member_id\": \"B000243\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Montana\", \r\n        \"state_abr\": \"MT\", \r\n        \"title\": \"Senator, 2nd Class\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"http://www.baucus.senate.gov\", \r\n        \"votes_with_party_pct\": \"88.2\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 103, \r\n      \"id\": 3, \r\n      \"member_id\": \"B000382\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"25708\", \r\n        \"date_of_birth\": \"1933-09-18\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Robert\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B000382.jpg\", \r\n        \"last_name\": \"Bennett\", \r\n        \"member_id\": \"B000382\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Utah\", \r\n        \"state_abr\": \"UT\", \r\n        \"title\": \"Senator, 3rd Class\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"93.12\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 103, \r\n      \"id\": 4, \r\n      \"member_id\": \"B000401\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1921-02-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Lloyd\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Bentsen\", \r\n        \"member_id\": \"B000401\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Texas\", \r\n        \"state_abr\": \"TX\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"0.0\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 103, \r\n      \"id\": 5, \r\n      \"member_id\": \"B000444\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"34\", \r\n        \"date_of_birth\": \"1942-11-20\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Joseph\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B000444.jpg\", \r\n        \"last_name\": \"Biden\", \r\n        \"member_id\": \"B000444\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Delaware\", \r\n        \"state_abr\": \"DE\", \r\n        \"title\": \"Senator, 2nd Class\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"91.95\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 103, \r\n      \"id\": 6, \r\n      \"member_id\": \"B000468\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"590\", \r\n        \"date_of_birth\": \"1943-10-03\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Jeff\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B000468.jpg\", \r\n        \"last_name\": \"Bingaman\", \r\n        \"member_id\": \"B000468\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"New Mexico\", \r\n        \"state_abr\": \"NM\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"jeffbingaman\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"86.26\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 103, \r\n      \"id\": 7, \r\n      \"member_id\": \"B000611\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"2360\", \r\n        \"date_of_birth\": \"1939-03-06\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Christopher\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B000611.jpg\", \r\n        \"last_name\": \"Bond\", \r\n        \"member_id\": \"B000611\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Missouri\", \r\n        \"state_abr\": \"MO\", \r\n        \"title\": \"Senator, 3rd Class\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"87.54\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 103, \r\n      \"id\": 8, \r\n      \"member_id\": \"B000639\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1941-04-21\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"David\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Boren\", \r\n        \"member_id\": \"B000639\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Oklahoma\", \r\n        \"state_abr\": \"OK\", \r\n        \"title\": \"Senator, 2nd Class\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"84.47\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 103, \r\n      \"id\": 9, \r\n      \"member_id\": \"B000711\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"2470\", \r\n        \"date_of_birth\": \"1940-11-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"senatorboxer\", \r\n        \"first_name\": \"Barbara\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B000711.jpg\", \r\n        \"last_name\": \"Boxer\", \r\n        \"member_id\": \"B000711\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"California\", \r\n        \"state_abr\": \"CA\", \r\n        \"title\": \"Senator, 3rd Class\", \r\n        \"twitter_account\": \"SenatorBoxer\", \r\n        \"url\": \"https://www.boxer.senate.gov\", \r\n        \"votes_with_party_pct\": \"90.74\"\r\n      }\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 161\r\n}"},{"id":"7b40b5ca-f546-45d8-af3e-23a27ec75451","name":"GET /api/congresses?q={\"filters\":[{\"name\":\"member_id\",\"op\":\"eq\",\"val\":\"A000069\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.empoweringknowledge.me/api/congresses?q={\"filters\":[{\"name\":\"member_id\",\"op\":\"eq\",\"val\":\"A000069\"}]}","protocol":"https","host":["api","empoweringknowledge","me"],"path":["api","congresses"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"member_id\",\"op\":\"eq\",\"val\":\"A000069\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 10, \r\n  \"objects\": [\r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 103, \r\n      \"id\": 1, \r\n      \"member_id\": \"A000069\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"8704\", \r\n        \"date_of_birth\": \"1924-09-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Daniel\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n        \"last_name\": \"Akaka\", \r\n        \"member_id\": \"A000069\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Hawaii\", \r\n        \"state_abr\": \"HI\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenatorAkaka\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"94.39\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 104, \r\n      \"id\": 555, \r\n      \"member_id\": \"A000069\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"8704\", \r\n        \"date_of_birth\": \"1924-09-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Daniel\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n        \"last_name\": \"Akaka\", \r\n        \"member_id\": \"A000069\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Hawaii\", \r\n        \"state_abr\": \"HI\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenatorAkaka\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"94.39\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 105, \r\n      \"id\": 1111, \r\n      \"member_id\": \"A000069\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"8704\", \r\n        \"date_of_birth\": \"1924-09-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Daniel\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n        \"last_name\": \"Akaka\", \r\n        \"member_id\": \"A000069\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Hawaii\", \r\n        \"state_abr\": \"HI\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenatorAkaka\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"94.39\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 106, \r\n      \"id\": 1661, \r\n      \"member_id\": \"A000069\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"8704\", \r\n        \"date_of_birth\": \"1924-09-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Daniel\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n        \"last_name\": \"Akaka\", \r\n        \"member_id\": \"A000069\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Hawaii\", \r\n        \"state_abr\": \"HI\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenatorAkaka\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"94.39\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 107, \r\n      \"id\": 2207, \r\n      \"member_id\": \"A000069\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"8704\", \r\n        \"date_of_birth\": \"1924-09-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Daniel\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n        \"last_name\": \"Akaka\", \r\n        \"member_id\": \"A000069\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Hawaii\", \r\n        \"state_abr\": \"HI\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenatorAkaka\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"94.39\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 108, \r\n      \"id\": 2760, \r\n      \"member_id\": \"A000069\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"8704\", \r\n        \"date_of_birth\": \"1924-09-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Daniel\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n        \"last_name\": \"Akaka\", \r\n        \"member_id\": \"A000069\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Hawaii\", \r\n        \"state_abr\": \"HI\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenatorAkaka\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"94.39\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 109, \r\n      \"id\": 3306, \r\n      \"member_id\": \"A000069\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"8704\", \r\n        \"date_of_birth\": \"1924-09-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Daniel\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n        \"last_name\": \"Akaka\", \r\n        \"member_id\": \"A000069\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Hawaii\", \r\n        \"state_abr\": \"HI\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenatorAkaka\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"94.39\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 110, \r\n      \"id\": 3853, \r\n      \"member_id\": \"A000069\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"8704\", \r\n        \"date_of_birth\": \"1924-09-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Daniel\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n        \"last_name\": \"Akaka\", \r\n        \"member_id\": \"A000069\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Hawaii\", \r\n        \"state_abr\": \"HI\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenatorAkaka\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"94.39\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 111, \r\n      \"id\": 4408, \r\n      \"member_id\": \"A000069\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"8704\", \r\n        \"date_of_birth\": \"1924-09-11\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Daniel\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000069.jpg\", \r\n        \"last_name\": \"Akaka\", \r\n        \"member_id\": \"A000069\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Hawaii\", \r\n        \"state_abr\": \"HI\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenatorAkaka\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"94.39\"\r\n      }\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 2\r\n}"},{"id":"9fb37124-3ec5-43e7-ba5c-15b5a326ea45","name":"GET /api/congresses?q={\"filters\":[{\"name\":\"con_num\",\"op\":\"eq\",\"val\":\"116\"},{\"name\":\"chamber\",\"op\":\"eq\",\"val\":\"senate\"}]}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.empoweringknowledge.me/api/congresses?q={\"filters\":[{\"name\":\"con_num\",\"op\":\"eq\",\"val\":\"116\"},{\"name\":\"chamber\",\"op\":\"eq\",\"val\":\"senate\"}]}","protocol":"https","host":["api","empoweringknowledge","me"],"path":["api","congresses"],"query":[{"key":"q","value":"{\"filters\":[{\"name\":\"con_num\",\"op\":\"eq\",\"val\":\"116\"},{\"name\":\"chamber\",\"op\":\"eq\",\"val\":\"senate\"}]}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 100, \r\n  \"objects\": [\r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7188, \r\n      \"member_id\": \"A000360\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"5\", \r\n        \"date_of_birth\": \"1940-07-03\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"senatorlamaralexander\", \r\n        \"first_name\": \"Lamar\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/A000360.jpg\", \r\n        \"last_name\": \"Alexander\", \r\n        \"member_id\": \"A000360\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Tennessee\", \r\n        \"state_abr\": \"TN\", \r\n        \"title\": \"Senator, 2nd Class\", \r\n        \"twitter_account\": \"SenAlexander\", \r\n        \"url\": \"https://www.alexander.senate.gov/public\", \r\n        \"votes_with_party_pct\": \"96.65\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7189, \r\n      \"member_id\": \"B001230\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"57884\", \r\n        \"date_of_birth\": \"1962-02-11\", \r\n        \"district\": \"2\", \r\n        \"facebook_account\": \"senatortammybaldwin\", \r\n        \"first_name\": \"Tammy\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001230.jpg\", \r\n        \"last_name\": \"Baldwin\", \r\n        \"member_id\": \"B001230\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Wisconsin\", \r\n        \"state_abr\": \"WI\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"SenatorBaldwin\", \r\n        \"url\": \"https://www.baldwin.senate.gov\", \r\n        \"votes_with_party_pct\": \"91.0\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7190, \r\n      \"member_id\": \"B001261\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"1024777\", \r\n        \"date_of_birth\": \"1952-07-21\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"johnbarrasso\", \r\n        \"first_name\": \"John\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001261.jpg\", \r\n        \"last_name\": \"Barrasso\", \r\n        \"member_id\": \"B001261\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Wyoming\", \r\n        \"state_abr\": \"WY\", \r\n        \"title\": \"Senator, 1st Class\", \r\n        \"twitter_account\": \"SenJohnBarrasso\", \r\n        \"url\": \"https://www.barrasso.senate.gov\", \r\n        \"votes_with_party_pct\": \"87.35\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7191, \r\n      \"member_id\": \"B001267\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"1031622\", \r\n        \"date_of_birth\": \"1964-11-28\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"senbennetco\", \r\n        \"first_name\": \"Michael\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001267.jpg\", \r\n        \"last_name\": \"Bennet\", \r\n        \"member_id\": \"B001267\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Colorado\", \r\n        \"state_abr\": \"CO\", \r\n        \"title\": \"Senator, 3rd Class\", \r\n        \"twitter_account\": \"SenBennetCo\", \r\n        \"url\": \"https://www.bennet.senate.gov/public\", \r\n        \"votes_with_party_pct\": \"91.2\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7192, \r\n      \"member_id\": \"B001243\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"31226\", \r\n        \"date_of_birth\": \"1952-06-06\", \r\n        \"district\": \"7\", \r\n        \"facebook_account\": \"marshablackburn\", \r\n        \"first_name\": \"Marsha\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001243.jpg\", \r\n        \"last_name\": \"Blackburn\", \r\n        \"member_id\": \"B001243\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Tennessee\", \r\n        \"state_abr\": \"TN\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"MarshaBlackburn\", \r\n        \"url\": \"https://www.blackburn.senate.gov\", \r\n        \"votes_with_party_pct\": \"95.45\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7193, \r\n      \"member_id\": \"B001277\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"21799\", \r\n        \"date_of_birth\": \"1946-02-13\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"SenBlumenthal\", \r\n        \"first_name\": \"Richard\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001277.jpg\", \r\n        \"last_name\": \"Blumenthal\", \r\n        \"member_id\": \"B001277\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Connecticut\", \r\n        \"state_abr\": \"CT\", \r\n        \"title\": \"Senator, 3rd Class\", \r\n        \"twitter_account\": \"SenBlumenthal\", \r\n        \"url\": \"https://www.blumenthal.senate.gov\", \r\n        \"votes_with_party_pct\": \"95.96\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7194, \r\n      \"member_id\": \"B000575\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"45465\", \r\n        \"date_of_birth\": \"1950-01-10\", \r\n        \"district\": \"7\", \r\n        \"facebook_account\": \"SenatorBlunt\", \r\n        \"first_name\": \"Roy\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B000575.jpg\", \r\n        \"last_name\": \"Blunt\", \r\n        \"member_id\": \"B000575\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Missouri\", \r\n        \"state_abr\": \"MO\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"RoyBlunt\", \r\n        \"url\": \"https://www.blunt.senate.gov\", \r\n        \"votes_with_party_pct\": \"94.38\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7195, \r\n      \"member_id\": \"B001288\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"84679\", \r\n        \"date_of_birth\": \"1969-04-27\", \r\n        \"district\": \"0\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Cory\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001288.jpg\", \r\n        \"last_name\": \"Booker\", \r\n        \"member_id\": \"B001288\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"New Jersey\", \r\n        \"state_abr\": \"NJ\", \r\n        \"title\": \"Senator, 2nd Class\", \r\n        \"twitter_account\": \"SenBooker\", \r\n        \"url\": \"https://www.booker.senate.gov\", \r\n        \"votes_with_party_pct\": \"98.81\"\r\n      }\r\n    }, \r\n    {\r\n      \"chamber\": \"senate\", \r\n      \"con_num\": 116, \r\n      \"id\": 7196, \r\n      \"member_id\": \"B001236\", \r\n      \"member_rs\": {\r\n        \"cspan_id\": \"92069\", \r\n        \"date_of_birth\": \"1950-12-10\", \r\n        \"district\": \"3\", \r\n        \"facebook_account\": \"JohnBoozman\", \r\n        \"first_name\": \"John\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/B001236.jpg\", \r\n        \"last_name\": \"Boozman\", \r\n        \"member_id\": \"B001236\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"R\", \r\n        \"phone\": null, \r\n        \"state\": \"Arkansas\", \r\n        \"state_abr\": \"AR\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"JohnBoozman\", \r\n        \"url\": \"https://www.boozman.senate.gov/public\", \r\n        \"votes_with_party_pct\": \"97.55\"\r\n      }\r\n    }\r\n  ], \r\n  \"page\": 1, \r\n  \"total_pages\": 12\r\n}"}],"_postman_id":"51863822-9231-45a3-83c7-d4ab41d581f9"}],"id":"04db4bf5-707d-4c7e-a49f-ba0468bef678","description":"API calls related to Congress members' terms served.","_postman_id":"04db4bf5-707d-4c7e-a49f-ba0468bef678"},{"name":"cosponsors","item":[{"name":"GET /api/cosponsors","event":[{"listen":"test","script":{"id":"4ad1bf9a-e964-4886-b559-daae8ae9cf5e","exec":["pm.test(\"Status code 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response time below 2000 ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(2000);\r","});\r","\r","pm.test(\"Content-Type header is present\", function () {\r","    pm.response.to.have.header(\"Content-Type\");\r","});\r","\r","var jsonData = pm.response.json();\r","var co_list = jsonData.objects\r","var total_pages = jsonData.total_pages\r","\r","pm.test(\"Paginated properly\", function () {\r","    var numResults = jsonData.num_results\r","    if (numResults > 9) {\r","        pm.expect(co_list.length).to.eql(9)\r","        pm.expect(total_pages).not.eql(1);\r","    }\r","});\r","\r","pm.test(\"Contains expected attributes\", function () {\r","    for (var co in co_list) {\r","        pm.expect(co_list[co]).to.have.property(\"bill_id\");\r","        pm.expect(co_list[co]).to.have.property(\"bill_rs\");\r","        pm.expect(co_list[co]).to.have.property(\"cosponsor_id\");\r","        pm.expect(co_list[co]).to.have.property(\"cosponsor_rs\");\r","        pm.expect(co_list[co]).to.have.property(\"id\");\r","    }\r","});"],"type":"text/javascript"}}],"id":"aa656a49-7d33-493e-9a16-3d5e912a83a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/cosponsors","description":"Retrieve data on cosponsors of congressional bills introduced between 1993 and 2019.\n\nPaginated; returns 9 records at a time. Use ?page=**pagenum**."},"response":[{"id":"0ed372e1-5f46-4740-8b60-b419d7f158b1","name":"GET /api/cosponsors","originalRequest":{"method":"GET","header":[],"url":"https://api.empoweringknowledge.me/api/cosponsors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"18992"},{"key":"Connection","value":"keep-alive"},{"key":"Link","value":"<http://ec2-3-84-54-129.compute-1.amazonaws.com/api/cosponsors?page=2&results_per_page=9>; rel=\"next\", <http://ec2-3-84-54-129.compute-1.amazonaws.com/api/cosponsors?page=2678&results_per_page=9>; rel=\"last\""},{"key":"Link","value":"<http://ec2-3-84-54-129.compute-1.amazonaws.com/api/cosponsors?page=2&results_per_page=9>; rel=\"next\", <http://ec2-3-84-54-129.compute-1.amazonaws.com/api/cosponsors?page=2678&results_per_page=9>; rel=\"last\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.16.0 Python/2.7.15+"},{"key":"Date","value":"Fri, 08 Nov 2019 22:57:03 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c650b968d15de7f70750f5bb6bd4f469.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"DFW50-C1"},{"key":"X-Amz-Cf-Id","value":"tLkBG2YeMFt7bc5-1MCmiwFfA9HoH6FJdqTADKu6LRuoJhH172G_eQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"num_results\": 24100,\n    \"objects\": [\n        {\n            \"bill_id\": \"hconres106-111\",\n            \"bill_rs\": {\n                \"active\": true,\n                \"bill_id\": \"hconres106-111\",\n                \"bill_type\": \"hconres\",\n                \"committees\": \"House Energy and Commerce\",\n                \"congressdotgov_url\": \"https://www.congress.gov/bill/111th-congress/house-concurrent-resolution/106\",\n                \"cosponsors_by_party_D\": 2,\n                \"cosponsors_by_party_R\": 1,\n                \"govtrack_url\": null,\n                \"house_passage\": \"0\",\n                \"introduced_date\": \"2009-04-23\",\n                \"senate_passage\": \"0\",\n                \"short_title\": \"0\",\n                \"sponsor_id\": \"B001264\",\n                \"summary\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\",\n                \"summary_short\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\",\n                \"title\": \"Expressing the sense of Congress in support of a single national fuel economy standard.\"\n            },\n            \"cosponsor_id\": \"T000459\",\n            \"cosponsor_rs\": {\n                \"cspan_id\": \"57891\",\n                \"date_of_birth\": \"1962-01-29\",\n                \"district\": \"2\",\n                \"facebook_account\": \"leeterry\",\n                \"first_name\": \"Lee\",\n                \"image_url\": \"https://theunitedstates.io/images/congress/original/T000459.jpg\",\n                \"last_name\": \"Terry\",\n                \"member_id\": \"T000459\",\n                \"office\": \"Office not given\",\n                \"party\": \"R\",\n                \"phone\": null,\n                \"state\": \"Nebraska\",\n                \"state_abr\": \"NE\",\n                \"title\": \"Representative\",\n                \"twitter_account\": \"LEETERRYNE\",\n                \"url\": \"http://leeterry.house.gov\",\n                \"votes_with_party_pct\": \"93.76\"\n            },\n            \"id\": 1\n        },\n        {\n            \"bill_id\": \"hconres106-111\",\n            \"bill_rs\": {\n                \"active\": true,\n                \"bill_id\": \"hconres106-111\",\n                \"bill_type\": \"hconres\",\n                \"committees\": \"House Energy and Commerce\",\n                \"congressdotgov_url\": \"https://www.congress.gov/bill/111th-congress/house-concurrent-resolution/106\",\n                \"cosponsors_by_party_D\": 2,\n                \"cosponsors_by_party_R\": 1,\n                \"govtrack_url\": null,\n                \"house_passage\": \"0\",\n                \"introduced_date\": \"2009-04-23\",\n                \"senate_passage\": \"0\",\n                \"short_title\": \"0\",\n                \"sponsor_id\": \"B001264\",\n                \"summary\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\",\n                \"summary_short\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\",\n                \"title\": \"Expressing the sense of Congress in support of a single national fuel economy standard.\"\n            },\n            \"cosponsor_id\": \"D000602\",\n            \"cosponsor_rs\": {\n                \"cspan_id\": \"1002463\",\n                \"date_of_birth\": \"1967-10-09\",\n                \"district\": \"7\",\n                \"facebook_account\": \"Facebook not given\",\n                \"first_name\": \"Artur\",\n                \"image_url\": \"https://theunitedstates.io/images/congress/original/D000602.jpg\",\n                \"last_name\": \"Davis\",\n                \"member_id\": \"D000602\",\n                \"office\": \"Office not given\",\n                \"party\": \"D\",\n                \"phone\": null,\n                \"state\": \"Alabama\",\n                \"state_abr\": \"AL\",\n                \"title\": \"Representative\",\n                \"twitter_account\": \"ArturDavis\",\n                \"url\": \"\",\n                \"votes_with_party_pct\": \"92.32\"\n            },\n            \"id\": 2\n        },\n        {\n            \"bill_id\": \"hconres106-111\",\n            \"bill_rs\": {\n                \"active\": true,\n                \"bill_id\": \"hconres106-111\",\n                \"bill_type\": \"hconres\",\n                \"committees\": \"House Energy and Commerce\",\n                \"congressdotgov_url\": \"https://www.congress.gov/bill/111th-congress/house-concurrent-resolution/106\",\n                \"cosponsors_by_party_D\": 2,\n                \"cosponsors_by_party_R\": 1,\n                \"govtrack_url\": null,\n                \"house_passage\": \"0\",\n                \"introduced_date\": \"2009-04-23\",\n                \"senate_passage\": \"0\",\n                \"short_title\": \"0\",\n                \"sponsor_id\": \"B001264\",\n                \"summary\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\",\n                \"summary_short\": \"Expresses the sense of Congress that: (1) a single national fuel economy standard is necessary to achieve the national policy goals of reducing fuel consumption and greenhouse gas emissions without further exacerbating unemployment; and (2) the California Air Resources Board's regulation to implement California law AB 1493 undermines and conflicts with national policy established by the Energy Policy Conservation Act of 1975.\",\n                \"title\": \"Expressing the sense of Congress in support of a single national fuel economy standard.\"\n            },\n            \"cosponsor_id\": \"M001175\",\n            \"cosponsor_rs\": {\n                \"cspan_id\": \"45757\",\n                \"date_of_birth\": \"1942-09-20\",\n                \"district\": \"1\",\n                \"facebook_account\": \"Facebook not given\",\n                \"first_name\": \"Walt\",\n                \"image_url\": \"https://theunitedstates.io/images/congress/original/M001175.jpg\",\n                \"last_name\": \"Minnick\",\n                \"member_id\": \"M001175\",\n                \"office\": \"Office not given\",\n                \"party\": \"D\",\n                \"phone\": null,\n                \"state\": \"Idaho\",\n                \"state_abr\": \"ID\",\n                \"title\": \"Representative\",\n                \"twitter_account\": \"WaltMinnick\",\n                \"url\": \"\",\n                \"votes_with_party_pct\": \"71.3\"\n            },\n            \"id\": 3\n        },\n        {\n            \"bill_id\": \"hconres136-107\",\n            \"bill_rs\": {\n                \"active\": true,\n                \"bill_id\": \"hconres136-107\",\n                \"bill_type\": \"hconres\",\n                \"committees\": \"House Resources\",\n                \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\",\n                \"cosponsors_by_party_D\": 50,\n                \"cosponsors_by_party_R\": 4,\n                \"govtrack_url\": null,\n                \"house_passage\": \"0\",\n                \"introduced_date\": \"2001-05-16\",\n                \"senate_passage\": \"0\",\n                \"short_title\": \"0\",\n                \"sponsor_id\": \"C001036\",\n                \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\n            },\n            \"cosponsor_id\": \"T000460\",\n            \"cosponsor_rs\": {\n                \"cspan_id\": \"57872\",\n                \"date_of_birth\": \"1951-01-24\",\n                \"district\": \"1\",\n                \"facebook_account\": \"RepMikeThompson\",\n                \"first_name\": \"Mike\",\n                \"image_url\": \"https://theunitedstates.io/images/congress/original/T000460.jpg\",\n                \"last_name\": \"Thompson\",\n                \"member_id\": \"T000460\",\n                \"office\": \"Office not given\",\n                \"party\": \"D\",\n                \"phone\": null,\n                \"state\": \"California\",\n                \"state_abr\": \"CA\",\n                \"title\": \"Representative\",\n                \"twitter_account\": \"RepThompson\",\n                \"url\": \"https://mikethompson.house.gov\",\n                \"votes_with_party_pct\": \"87.93\"\n            },\n            \"id\": 4\n        },\n        {\n            \"bill_id\": \"hconres136-107\",\n            \"bill_rs\": {\n                \"active\": true,\n                \"bill_id\": \"hconres136-107\",\n                \"bill_type\": \"hconres\",\n                \"committees\": \"House Resources\",\n                \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\",\n                \"cosponsors_by_party_D\": 50,\n                \"cosponsors_by_party_R\": 4,\n                \"govtrack_url\": null,\n                \"house_passage\": \"0\",\n                \"introduced_date\": \"2001-05-16\",\n                \"senate_passage\": \"0\",\n                \"short_title\": \"0\",\n                \"sponsor_id\": \"C001036\",\n                \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\n            },\n            \"cosponsor_id\": \"S000106\",\n            \"cosponsor_rs\": {\n                \"cspan_id\": \"Not given\",\n                \"date_of_birth\": \"1963-04-09\",\n                \"district\": \"1\",\n                \"facebook_account\": \"Facebook not given\",\n                \"first_name\": \"Joe\",\n                \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\",\n                \"last_name\": \"Scarborough\",\n                \"member_id\": \"S000106\",\n                \"office\": \"Office not given\",\n                \"party\": \"R\",\n                \"phone\": null,\n                \"state\": \"Florida\",\n                \"state_abr\": \"FL\",\n                \"title\": \"Representative\",\n                \"twitter_account\": \"twitter\",\n                \"url\": \"\",\n                \"votes_with_party_pct\": \"87.79\"\n            },\n            \"id\": 5\n        },\n        {\n            \"bill_id\": \"hconres136-107\",\n            \"bill_rs\": {\n                \"active\": true,\n                \"bill_id\": \"hconres136-107\",\n                \"bill_type\": \"hconres\",\n                \"committees\": \"House Resources\",\n                \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\",\n                \"cosponsors_by_party_D\": 50,\n                \"cosponsors_by_party_R\": 4,\n                \"govtrack_url\": null,\n                \"house_passage\": \"0\",\n                \"introduced_date\": \"2001-05-16\",\n                \"senate_passage\": \"0\",\n                \"short_title\": \"0\",\n                \"sponsor_id\": \"C001036\",\n                \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\n            },\n            \"cosponsor_id\": \"B000586\",\n            \"cosponsor_rs\": {\n                \"cspan_id\": \"Not given\",\n                \"date_of_birth\": \"1936-09-28\",\n                \"district\": \"23\",\n                \"facebook_account\": \"Facebook not given\",\n                \"first_name\": \"Sherwood\",\n                \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\",\n                \"last_name\": \"Boehlert\",\n                \"member_id\": \"B000586\",\n                \"office\": \"Office not given\",\n                \"party\": \"R\",\n                \"phone\": null,\n                \"state\": \"New York\",\n                \"state_abr\": \"NY\",\n                \"title\": \"Representative\",\n                \"twitter_account\": \"twitter\",\n                \"url\": \"\",\n                \"votes_with_party_pct\": \"71.6\"\n            },\n            \"id\": 6\n        },\n        {\n            \"bill_id\": \"hconres136-107\",\n            \"bill_rs\": {\n                \"active\": true,\n                \"bill_id\": \"hconres136-107\",\n                \"bill_type\": \"hconres\",\n                \"committees\": \"House Resources\",\n                \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\",\n                \"cosponsors_by_party_D\": 50,\n                \"cosponsors_by_party_R\": 4,\n                \"govtrack_url\": null,\n                \"house_passage\": \"0\",\n                \"introduced_date\": \"2001-05-16\",\n                \"senate_passage\": \"0\",\n                \"short_title\": \"0\",\n                \"sponsor_id\": \"C001036\",\n                \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\n            },\n            \"cosponsor_id\": \"F000030\",\n            \"cosponsor_rs\": {\n                \"cspan_id\": \"30645\",\n                \"date_of_birth\": \"1941-07-04\",\n                \"district\": \"17\",\n                \"facebook_account\": \"RepSamFarr\",\n                \"first_name\": \"Sam\",\n                \"image_url\": \"https://theunitedstates.io/images/congress/original/F000030.jpg\",\n                \"last_name\": \"Farr\",\n                \"member_id\": \"F000030\",\n                \"office\": \"Office not given\",\n                \"party\": \"D\",\n                \"phone\": null,\n                \"state\": \"California\",\n                \"state_abr\": \"CA\",\n                \"title\": \"Representative\",\n                \"twitter_account\": \"RepSamFarr\",\n                \"url\": \"http://farr.house.gov\",\n                \"votes_with_party_pct\": \"93.03\"\n            },\n            \"id\": 7\n        },\n        {\n            \"bill_id\": \"hconres136-107\",\n            \"bill_rs\": {\n                \"active\": true,\n                \"bill_id\": \"hconres136-107\",\n                \"bill_type\": \"hconres\",\n                \"committees\": \"House Resources\",\n                \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\",\n                \"cosponsors_by_party_D\": 50,\n                \"cosponsors_by_party_R\": 4,\n                \"govtrack_url\": null,\n                \"house_passage\": \"0\",\n                \"introduced_date\": \"2001-05-16\",\n                \"senate_passage\": \"0\",\n                \"short_title\": \"0\",\n                \"sponsor_id\": \"C001036\",\n                \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\n            },\n            \"cosponsor_id\": \"M000725\",\n            \"cosponsor_rs\": {\n                \"cspan_id\": \"622\",\n                \"date_of_birth\": \"1945-05-17\",\n                \"district\": \"7\",\n                \"facebook_account\": \"repgeorgemiller\",\n                \"first_name\": \"George\",\n                \"image_url\": \"https://theunitedstates.io/images/congress/original/M000725.jpg\",\n                \"last_name\": \"Miller\",\n                \"member_id\": \"M000725\",\n                \"office\": \"Office not given\",\n                \"party\": \"D\",\n                \"phone\": null,\n                \"state\": \"California\",\n                \"state_abr\": \"CA\",\n                \"title\": \"Representative\",\n                \"twitter_account\": \"AskGeorge\",\n                \"url\": \"http://georgemiller.house.gov\",\n                \"votes_with_party_pct\": \"91.45\"\n            },\n            \"id\": 8\n        },\n        {\n            \"bill_id\": \"hconres136-107\",\n            \"bill_rs\": {\n                \"active\": true,\n                \"bill_id\": \"hconres136-107\",\n                \"bill_type\": \"hconres\",\n                \"committees\": \"House Resources\",\n                \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\",\n                \"cosponsors_by_party_D\": 50,\n                \"cosponsors_by_party_R\": 4,\n                \"govtrack_url\": null,\n                \"house_passage\": \"0\",\n                \"introduced_date\": \"2001-05-16\",\n                \"senate_passage\": \"0\",\n                \"short_title\": \"0\",\n                \"sponsor_id\": \"C001036\",\n                \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\",\n                \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\n            },\n            \"cosponsor_id\": \"L000551\",\n            \"cosponsor_rs\": {\n                \"cspan_id\": \"54579\",\n                \"date_of_birth\": \"1946-07-16\",\n                \"district\": \"9\",\n                \"facebook_account\": \"RepBarbaraLee\",\n                \"first_name\": \"Barbara\",\n                \"image_url\": \"https://theunitedstates.io/images/congress/original/L000551.jpg\",\n                \"last_name\": \"Lee\",\n                \"member_id\": \"L000551\",\n                \"office\": \"Office not given\",\n                \"party\": \"D\",\n                \"phone\": null,\n                \"state\": \"California\",\n                \"state_abr\": \"CA\",\n                \"title\": \"Representative\",\n                \"twitter_account\": \"RepBarbaraLee\",\n                \"url\": \"https://lee.house.gov\",\n                \"votes_with_party_pct\": \"89.23\"\n            },\n            \"id\": 9\n        }\n    ],\n    \"page\": 1,\n    \"total_pages\": 2678\n}"},{"id":"6f155b35-9887-48c0-bfa5-b6b5ae7d8f18","name":"GET /api/cosponsors?page=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.empoweringknowledge.me/api/cosponsors?page=2","protocol":"https","host":["api","empoweringknowledge","me"],"path":["api","cosponsors"],"query":[{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"18992"},{"key":"Connection","value":"keep-alive"},{"key":"Link","value":"<http://ec2-3-84-54-129.compute-1.amazonaws.com/api/cosponsors?page=2&results_per_page=9>; rel=\"next\", <http://ec2-3-84-54-129.compute-1.amazonaws.com/api/cosponsors?page=2678&results_per_page=9>; rel=\"last\""},{"key":"Link","value":"<http://ec2-3-84-54-129.compute-1.amazonaws.com/api/cosponsors?page=2&results_per_page=9>; rel=\"next\", <http://ec2-3-84-54-129.compute-1.amazonaws.com/api/cosponsors?page=2678&results_per_page=9>; rel=\"last\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.16.0 Python/2.7.15+"},{"key":"Date","value":"Fri, 08 Nov 2019 22:57:03 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c650b968d15de7f70750f5bb6bd4f469.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"DFW50-C1"},{"key":"X-Amz-Cf-Id","value":"tLkBG2YeMFt7bc5-1MCmiwFfA9HoH6FJdqTADKu6LRuoJhH172G_eQ=="}],"cookie":[],"responseTime":null,"body":"{\r\n  \"num_results\": 24100, \r\n  \"objects\": [\r\n    {\r\n      \"bill_id\": \"hconres136-107\", \r\n      \"bill_rs\": {\r\n        \"active\": true, \r\n        \"bill_id\": \"hconres136-107\", \r\n        \"bill_type\": \"hconres\", \r\n        \"committees\": \"House Resources\", \r\n        \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\", \r\n        \"cosponsors_by_party_D\": 50, \r\n        \"cosponsors_by_party_R\": 4, \r\n        \"govtrack_url\": null, \r\n        \"house_passage\": \"0\", \r\n        \"introduced_date\": \"2001-05-16\", \r\n        \"senate_passage\": \"0\", \r\n        \"short_title\": \"0\", \r\n        \"sponsor_id\": \"C001036\", \r\n        \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\r\n      }, \r\n      \"cosponsor_id\": \"P000034\", \r\n      \"cosponsor_rs\": {\r\n        \"cspan_id\": \"6107\", \r\n        \"date_of_birth\": \"1951-10-30\", \r\n        \"district\": \"6\", \r\n        \"facebook_account\": \"repfrankpallone\", \r\n        \"first_name\": \"Frank\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/P000034.jpg\", \r\n        \"last_name\": \"Pallone\", \r\n        \"member_id\": \"P000034\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"New Jersey\", \r\n        \"state_abr\": \"NJ\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"FrankPallone\", \r\n        \"url\": \"https://pallone.house.gov\", \r\n        \"votes_with_party_pct\": \"89.02\"\r\n      }, \r\n      \"id\": 10\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres136-107\", \r\n      \"bill_rs\": {\r\n        \"active\": true, \r\n        \"bill_id\": \"hconres136-107\", \r\n        \"bill_type\": \"hconres\", \r\n        \"committees\": \"House Resources\", \r\n        \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\", \r\n        \"cosponsors_by_party_D\": 50, \r\n        \"cosponsors_by_party_R\": 4, \r\n        \"govtrack_url\": null, \r\n        \"house_passage\": \"0\", \r\n        \"introduced_date\": \"2001-05-16\", \r\n        \"senate_passage\": \"0\", \r\n        \"short_title\": \"0\", \r\n        \"sponsor_id\": \"C001036\", \r\n        \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\r\n      }, \r\n      \"cosponsor_id\": \"L000090\", \r\n      \"cosponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1928-02-01\", \r\n        \"district\": \"12\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Tom\", \r\n        \"image_url\": \"https://gitlab.com/patelojasv/cs373-web/raw/master/frontend/empoweringknowledge/src/emptyperson.png\", \r\n        \"last_name\": \"Lantos\", \r\n        \"member_id\": \"L000090\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"California\", \r\n        \"state_abr\": \"CA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"93.66\"\r\n      }, \r\n      \"id\": 11\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres136-107\", \r\n      \"bill_rs\": {\r\n        \"active\": true, \r\n        \"bill_id\": \"hconres136-107\", \r\n        \"bill_type\": \"hconres\", \r\n        \"committees\": \"House Resources\", \r\n        \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\", \r\n        \"cosponsors_by_party_D\": 50, \r\n        \"cosponsors_by_party_R\": 4, \r\n        \"govtrack_url\": null, \r\n        \"house_passage\": \"0\", \r\n        \"introduced_date\": \"2001-05-16\", \r\n        \"senate_passage\": \"0\", \r\n        \"short_title\": \"0\", \r\n        \"sponsor_id\": \"C001036\", \r\n        \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\r\n      }, \r\n      \"cosponsor_id\": \"D000598\", \r\n      \"cosponsor_rs\": {\r\n        \"cspan_id\": \"85595\", \r\n        \"date_of_birth\": \"1944-04-13\", \r\n        \"district\": \"49\", \r\n        \"facebook_account\": \"RepSusanDavis\", \r\n        \"first_name\": \"Susan\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/D000598.jpg\", \r\n        \"last_name\": \"Davis\", \r\n        \"member_id\": \"D000598\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"California\", \r\n        \"state_abr\": \"CA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"RepSusanDavis\", \r\n        \"url\": \"https://susandavis.house.gov\", \r\n        \"votes_with_party_pct\": \"94.75\"\r\n      }, \r\n      \"id\": 12\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres136-107\", \r\n      \"bill_rs\": {\r\n        \"active\": true, \r\n        \"bill_id\": \"hconres136-107\", \r\n        \"bill_type\": \"hconres\", \r\n        \"committees\": \"House Resources\", \r\n        \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\", \r\n        \"cosponsors_by_party_D\": 50, \r\n        \"cosponsors_by_party_R\": 4, \r\n        \"govtrack_url\": null, \r\n        \"house_passage\": \"0\", \r\n        \"introduced_date\": \"2001-05-16\", \r\n        \"senate_passage\": \"0\", \r\n        \"short_title\": \"0\", \r\n        \"sponsor_id\": \"C001036\", \r\n        \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\r\n      }, \r\n      \"cosponsor_id\": \"H000762\", \r\n      \"cosponsor_rs\": {\r\n        \"cspan_id\": \"Not given\", \r\n        \"date_of_birth\": \"1939-04-04\", \r\n        \"district\": \"5\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Darlene\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/H000762.jpg\", \r\n        \"last_name\": \"Hooley\", \r\n        \"member_id\": \"H000762\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"Oregon\", \r\n        \"state_abr\": \"OR\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"twitter\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"90.98\"\r\n      }, \r\n      \"id\": 13\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres136-107\", \r\n      \"bill_rs\": {\r\n        \"active\": true, \r\n        \"bill_id\": \"hconres136-107\", \r\n        \"bill_type\": \"hconres\", \r\n        \"committees\": \"House Resources\", \r\n        \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\", \r\n        \"cosponsors_by_party_D\": 50, \r\n        \"cosponsors_by_party_R\": 4, \r\n        \"govtrack_url\": null, \r\n        \"house_passage\": \"0\", \r\n        \"introduced_date\": \"2001-05-16\", \r\n        \"senate_passage\": \"0\", \r\n        \"short_title\": \"0\", \r\n        \"sponsor_id\": \"C001036\", \r\n        \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\r\n      }, \r\n      \"cosponsor_id\": \"R000486\", \r\n      \"cosponsor_rs\": {\r\n        \"cspan_id\": \"26136\", \r\n        \"date_of_birth\": \"1941-06-12\", \r\n        \"district\": \"33\", \r\n        \"facebook_account\": \"RepRoybalAllard\", \r\n        \"first_name\": \"Lucille\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/R000486.jpg\", \r\n        \"last_name\": \"Roybal-Allard\", \r\n        \"member_id\": \"R000486\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"California\", \r\n        \"state_abr\": \"CA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"RepRoybalAllard\", \r\n        \"url\": \"https://roybal-allard.house.gov\", \r\n        \"votes_with_party_pct\": \"92.27\"\r\n      }, \r\n      \"id\": 14\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres136-107\", \r\n      \"bill_rs\": {\r\n        \"active\": true, \r\n        \"bill_id\": \"hconres136-107\", \r\n        \"bill_type\": \"hconres\", \r\n        \"committees\": \"House Resources\", \r\n        \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\", \r\n        \"cosponsors_by_party_D\": 50, \r\n        \"cosponsors_by_party_R\": 4, \r\n        \"govtrack_url\": null, \r\n        \"house_passage\": \"0\", \r\n        \"introduced_date\": \"2001-05-16\", \r\n        \"senate_passage\": \"0\", \r\n        \"short_title\": \"0\", \r\n        \"sponsor_id\": \"C001036\", \r\n        \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\r\n      }, \r\n      \"cosponsor_id\": \"H001034\", \r\n      \"cosponsor_rs\": {\r\n        \"cspan_id\": \"85565\", \r\n        \"date_of_birth\": \"1941-06-27\", \r\n        \"district\": \"15\", \r\n        \"facebook_account\": \"RepMikeHonda\", \r\n        \"first_name\": \"Michael\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/H001034.jpg\", \r\n        \"last_name\": \"Honda\", \r\n        \"member_id\": \"H001034\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"California\", \r\n        \"state_abr\": \"CA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"RepMikeHonda\", \r\n        \"url\": \"https://honda.house.gov\", \r\n        \"votes_with_party_pct\": \"92.06\"\r\n      }, \r\n      \"id\": 15\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres136-107\", \r\n      \"bill_rs\": {\r\n        \"active\": true, \r\n        \"bill_id\": \"hconres136-107\", \r\n        \"bill_type\": \"hconres\", \r\n        \"committees\": \"House Resources\", \r\n        \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\", \r\n        \"cosponsors_by_party_D\": 50, \r\n        \"cosponsors_by_party_R\": 4, \r\n        \"govtrack_url\": null, \r\n        \"house_passage\": \"0\", \r\n        \"introduced_date\": \"2001-05-16\", \r\n        \"senate_passage\": \"0\", \r\n        \"short_title\": \"0\", \r\n        \"sponsor_id\": \"C001036\", \r\n        \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\r\n      }, \r\n      \"cosponsor_id\": \"N000179\", \r\n      \"cosponsor_rs\": {\r\n        \"cspan_id\": \"57873\", \r\n        \"date_of_birth\": \"1936-12-04\", \r\n        \"district\": \"34\", \r\n        \"facebook_account\": \"RepGraceNapolitano\", \r\n        \"first_name\": \"Grace\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/N000179.jpg\", \r\n        \"last_name\": \"Napolitano\", \r\n        \"member_id\": \"N000179\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"California\", \r\n        \"state_abr\": \"CA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"GraceNapolitano\", \r\n        \"url\": \"https://napolitano.house.gov\", \r\n        \"votes_with_party_pct\": \"95.51\"\r\n      }, \r\n      \"id\": 16\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres136-107\", \r\n      \"bill_rs\": {\r\n        \"active\": true, \r\n        \"bill_id\": \"hconres136-107\", \r\n        \"bill_type\": \"hconres\", \r\n        \"committees\": \"House Resources\", \r\n        \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\", \r\n        \"cosponsors_by_party_D\": 50, \r\n        \"cosponsors_by_party_R\": 4, \r\n        \"govtrack_url\": null, \r\n        \"house_passage\": \"0\", \r\n        \"introduced_date\": \"2001-05-16\", \r\n        \"senate_passage\": \"0\", \r\n        \"short_title\": \"0\", \r\n        \"sponsor_id\": \"C001036\", \r\n        \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\r\n      }, \r\n      \"cosponsor_id\": \"S000810\", \r\n      \"cosponsor_rs\": {\r\n        \"cspan_id\": \"6747\", \r\n        \"date_of_birth\": \"1931-11-11\", \r\n        \"district\": \"13\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Pete\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/S000810.jpg\", \r\n        \"last_name\": \"Stark\", \r\n        \"member_id\": \"S000810\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"California\", \r\n        \"state_abr\": \"CA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"petestark\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"88.97\"\r\n      }, \r\n      \"id\": 17\r\n    }, \r\n    {\r\n      \"bill_id\": \"hconres136-107\", \r\n      \"bill_rs\": {\r\n        \"active\": true, \r\n        \"bill_id\": \"hconres136-107\", \r\n        \"bill_type\": \"hconres\", \r\n        \"committees\": \"House Resources\", \r\n        \"congressdotgov_url\": \"https://www.congress.gov/bill/107th-congress/house-concurrent-resolution/136\", \r\n        \"cosponsors_by_party_D\": 50, \r\n        \"cosponsors_by_party_R\": 4, \r\n        \"govtrack_url\": null, \r\n        \"house_passage\": \"0\", \r\n        \"introduced_date\": \"2001-05-16\", \r\n        \"senate_passage\": \"0\", \r\n        \"short_title\": \"0\", \r\n        \"sponsor_id\": \"C001036\", \r\n        \"summary\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"summary_short\": \"Expresses the sense of the Congress that the existing moratoria on new oil and natural gas leasing, pre-leasing, and related activities on submerged lands of the Outer Continental Shelf should be maintained.\", \r\n        \"title\": \"Expressing the sense of the Congress that the moratoria on new oil and natural gas leasing activity on submerged lands of the Outer Continental Shelf should be maintained.\"\r\n      }, \r\n      \"cosponsor_id\": \"W000738\", \r\n      \"cosponsor_rs\": {\r\n        \"cspan_id\": \"26132\", \r\n        \"date_of_birth\": \"1937-11-03\", \r\n        \"district\": \"6\", \r\n        \"facebook_account\": \"Facebook not given\", \r\n        \"first_name\": \"Lynn\", \r\n        \"image_url\": \"https://theunitedstates.io/images/congress/original/W000738.jpg\", \r\n        \"last_name\": \"Woolsey\", \r\n        \"member_id\": \"W000738\", \r\n        \"office\": \"Office not given\", \r\n        \"party\": \"D\", \r\n        \"phone\": null, \r\n        \"state\": \"California\", \r\n        \"state_abr\": \"CA\", \r\n        \"title\": \"Representative\", \r\n        \"twitter_account\": \"RepLynnWoolsey\", \r\n        \"url\": \"\", \r\n        \"votes_with_party_pct\": \"92.71\"\r\n      }, \r\n      \"id\": 18\r\n    }\r\n  ], \r\n  \"page\": 2, \r\n  \"total_pages\": 2678\r\n}"}],"_postman_id":"aa656a49-7d33-493e-9a16-3d5e912a83a1"}],"id":"3d285da2-2761-4064-807a-6d0d47a2123e","description":"API calls related to cosponsors of energy-related congressional bills.","_postman_id":"3d285da2-2761-4064-807a-6d0d47a2123e"}],"id":"8961a5ce-dedf-481c-a8db-37c7360aa8af","description":"All API calls for EmPowering Knowledge.","event":[{"listen":"prerequest","script":{"id":"e051c20d-2e1d-447c-b2e0-8b5b043bd1ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d234cf6c-7fe0-4b71-922a-458b6bb348ff","type":"text/javascript","exec":[""]}}],"_postman_id":"8961a5ce-dedf-481c-a8db-37c7360aa8af"}],"event":[{"listen":"prerequest","script":{"id":"baadc9d7-efd0-4efb-ac2e-a38573b6ee31","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b6bd28f0-7200-4f64-a6dc-e3ee72dd3bf6","type":"text/javascript","exec":[""]}}]}