Created
August 6, 2014 19:43
-
-
Save LindsayYoung/3770a0fee9b4e7e4ab43 to your computer and use it in GitHub Desktop.
Sample output of the new upcoming house output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
results: [ | |
{ | |
legislative_day: "2013-04-08", | |
range: "week", | |
chamber: "house", | |
bill_id: "hr1120-113", | |
scheduled_at: "2014-08-06T18:38:58Z", | |
congress: 113, | |
source_type: "house_docs", | |
url: "http://docs.house.gov/floor/Default.aspx?date=2013-04-08", | |
discription: "Preventing Greater Uncertainty in Labor-Management Relations Act (Rules Committee Print 113-6, showing the text as ordered reported by the Committee on Education and the Workforce) ", | |
concideration: null, | |
floor_id: "400203" | |
}, | |
{ | |
legislative_day: "2013-04-08", | |
range: "week", | |
chamber: "house", | |
bill_id: "hr678-113", | |
scheduled_at: "2014-08-06T18:38:58Z", | |
congress: 113, | |
source_type: "house_docs", | |
url: "http://docs.house.gov/floor/Default.aspx?date=2013-04-08", | |
discription: "Bureau of Reclamation Small Conduit Hydropower Development and Rural Jobs Act", | |
concideration: null, | |
floor_id: "400204" | |
}, | |
{ | |
legislative_day: "2013-04-08", | |
range: "week", | |
chamber: "house", | |
bill_id: "hr1033-113", | |
scheduled_at: "2014-08-06T18:38:58Z", | |
congress: 113, | |
source_type: "house_docs", | |
url: "http://docs.house.gov/floor/Default.aspx?date=2013-04-08", | |
discription: "American Battlefield Protection Program Amendments Act of 2013", | |
concideration: null, | |
floor_id: "400207" | |
}, | |
{ | |
legislative_day: "2013-04-08", | |
range: "week", | |
chamber: "house", | |
bill_id: "hr291-113", | |
scheduled_at: "2014-08-06T18:38:58Z", | |
congress: 113, | |
source_type: "house_docs", | |
url: "http://docs.house.gov/floor/Default.aspx?date=2013-04-08", | |
discription: "Black Hills Cemetery Act", | |
concideration: null, | |
floor_id: "400206" | |
}, | |
{ | |
legislative_day: "2013-04-08", | |
range: "week", | |
chamber: "house", | |
bill_id: "hr254-113", | |
scheduled_at: "2014-08-06T18:38:58Z", | |
congress: 113, | |
source_type: "house_docs", | |
url: "http://docs.house.gov/floor/Default.aspx?date=2013-04-08", | |
discription: "Bonneville Unit Clean Hydropower Facilitation Act", | |
concideration: null, | |
floor_id: "400205" | |
} | |
], | |
count: 5, | |
page: { | |
count: 5, | |
per_page: 20, | |
page: 1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment