Compare commits

..

10 Commits

Author SHA1 Message Date
7d3cb639be hearings about/url fix 2025-01-10 17:27:33 -06:00
f4aaa31d00 API keys and httpx 2025-01-10 17:23:03 -06:00
6780b4d638 404 and max size on hearings 2025-01-10 17:10:29 -06:00
8f7c857c0c draft of hearings API 2025-01-10 17:05:25 -06:00
a4925b4a3e adding hearings 2025-01-10 17:00:53 -06:00
James Turk
dcacb2b04c fix for detail page 2023-06-05 21:59:41 -05:00
James Turk
4cd716175b new detail pages 2023-06-05 21:53:09 -05:00
James Turk
dacf3c18ca replace yoyodyne data 2022-12-08 01:00:43 -06:00
James Turk
75fcee86d2 fix procfile 2022-12-08 00:24:44 -06:00
James Turk
d17187f4ec scrapple 2022-12-08 00:19:46 -06:00
1071 changed files with 1691 additions and 258 deletions

2
Justfile Normal file
View File

@ -0,0 +1,2 @@
serve:
uv run python -m flask --app scrapple run -h 0.0.0.0 -p 5555

View File

@ -1 +1 @@
web: python -m flask run -h 0.0.0.0 -p $PORT
web: python -m flask --app scrapple run -h 0.0.0.0 -p $PORT

View File

@ -1,4 +1,4 @@
Sample site for web scraping practice.
Visit https://yoyodyne-propulsion.fly.dev/ to see the site.
Visit https://scrapple.fly.dev/ to see the site.

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115266", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115266?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-01"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg50896/generated/CHRG-118hhrg50896.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg50896/CHRG-118hhrg50896.pdf"}], "jacketNumber": 50896, "libraryOfCongressIdentifier": "LC70380", "title": "FEDERAL PANDEMIC SPENDING: A PRESCRIPTION FOR WASTE, FRAUD AND ABUSE", "updateDate": "2024-09-20T01:21:11Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "50896"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115281", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115281?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-07"}], "formats": [{"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg50897/CHRG-118hhrg50897.pdf"}, {"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg50897/generated/CHRG-118hhrg50897.htm"}], "jacketNumber": 50897, "libraryOfCongressIdentifier": "LC70399", "title": "ON THE FRONT LINES OF THE BORDER CRISIS: A HEARING WITH CHIEF PATROL AGENTS", "updateDate": "2024-10-31T01:21:12Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "50897"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115286", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115286?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg50898/generated/CHRG-118hhrg50898.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg50898/CHRG-118hhrg50898.pdf"}], "jacketNumber": 50898, "libraryOfCongressIdentifier": "LC70386", "title": "PROTECTING SPEECH FROM GOVERNMENT INTERFERENCE AND SOCIAL MEDIA BIAS, PART I: TWITTER'S ROLE IN SUPPRESSING THE BIDEN LAPTOP STORY", "updateDate": "2024-06-13T12:39:12Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "50898"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115264", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115264?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-01"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg50918/generated/CHRG-118hhrg50918.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg50918/CHRG-118hhrg50918.pdf"}], "jacketNumber": 50918, "libraryOfCongressIdentifier": "LC70163", "title": "THE BIDEN BORDER CRISIS: PART I", "updateDate": "2024-06-13T12:39:38Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "50918"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115267", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115267?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-01-31"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51118/generated/CHRG-118hhrg51118.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51118/CHRG-118hhrg51118.pdf"}], "jacketNumber": 51118, "libraryOfCongressIdentifier": "LC70381", "title": "ORGANIZATIONAL MEETING", "updateDate": "2024-06-13T12:40:00Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51118"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115287", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115287?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51127/generated/CHRG-118hhrg51127.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51127/CHRG-118hhrg51127.pdf"}], "jacketNumber": 51127, "libraryOfCongressIdentifier": "LC70194", "title": "UNLEASHING AMERICA'S ENERGY AND MINERAL POTENTIAL", "updateDate": "2024-06-13T12:39:00Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51127"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115298", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115298?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-09"}], "formats": [{"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51158/CHRG-118hhrg51158.pdf"}, {"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51158/generated/CHRG-118hhrg51158.htm"}], "jacketNumber": 51158, "libraryOfCongressIdentifier": "LC70198", "title": "OVERSIGHT HEARING ON DEPENDENCE ON FOREIGN ADVERSARIES: AMERICA'S CRITICAL MINERALS CRISIS", "updateDate": "2024-06-13T12:39:12Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51158"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115344", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115344?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-13"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51182/generated/CHRG-118hhrg51182.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51182/CHRG-118hhrg51182.pdf"}], "jacketNumber": 51182, "libraryOfCongressIdentifier": "LC70402", "title": "FEDERAL ENERGY PRODUCTION SUPPORTS LOCAL COMMUNITIES", "updateDate": "2024-06-13T12:39:54Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51182"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "congress": 118, "dates": [{"date": "2023-02-08"}], "formats": [{"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51183/CHRG-118hhrg51183.pdf"}, {"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51183/generated/CHRG-118hhrg51183.htm"}], "jacketNumber": 51183, "libraryOfCongressIdentifier": "LC70164", "title": "COMMITTEE RULES OF PROCEDURE", "updateDate": "2024-06-13T12:40:08Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51183"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115305", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115305?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Small Business (Select) Committee", "systemCode": "hssm00", "url": "https://api.congress.gov/v3/committee/house/hssm00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51184/generated/CHRG-118hhrg51184.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51184/CHRG-118hhrg51184.pdf"}], "jacketNumber": 51184, "libraryOfCongressIdentifier": "LC70157", "title": "ORGANIZATIONAL MEETING", "updateDate": "2024-06-13T12:39:53Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51184"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115345", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115345?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Small Business (Select) Committee", "systemCode": "hssm00", "url": "https://api.congress.gov/v3/committee/house/hssm00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51185/generated/CHRG-118hhrg51185.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51185/CHRG-118hhrg51185.pdf"}], "jacketNumber": 51185, "libraryOfCongressIdentifier": "LC70398", "title": "FROM NOTHING TO SOMETHING: THE STORY OF THE AMERICAN DREAM", "updateDate": "2024-06-13T12:39:54Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51185"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115362", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115362?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House International Relations Committee", "systemCode": "hsfa00", "url": "https://api.congress.gov/v3/committee/house/hsfa00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51256/generated/CHRG-118hhrg51256.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51256/CHRG-118hhrg51256.pdf"}], "jacketNumber": 51256, "libraryOfCongressIdentifier": "LC70428", "title": "COMBATING THE GENERATIONAL CHALLENGE OF CCP AGGRESSION", "updateDate": "2024-06-13T12:39:51Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51256"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Energy and Commerce Committee", "systemCode": "hsif00", "url": "https://api.congress.gov/v3/committee/house/hsif00?format=json"}], "congress": 118, "dates": [{"date": "2023-01-31"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51279/generated/CHRG-118hhrg51279.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51279/CHRG-118hhrg51279.pdf"}], "jacketNumber": 51279, "libraryOfCongressIdentifier": "LC72849", "title": "AMERICAN ENERGY EXPANSION: STRENGTHENING ECONOMIC, ENVIRONMENTAL, AND NATIONAL SECURITY", "updateDate": "2024-07-27T02:06:20Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51279"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115359", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115359?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Science and Technology Committee", "systemCode": "hssy00", "url": "https://api.congress.gov/v3/committee/house/hssy00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51282/generated/CHRG-118hhrg51282.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51282/CHRG-118hhrg51282.pdf"}], "jacketNumber": 51282, "libraryOfCongressIdentifier": "LC70595", "title": "THE UNITED STATES, CHINA, AND THE FIGHT FOR GLOBAL LEADERSHIP: BUILDING A U.S. NATIONAL SCIENCE AND TECHNOLOGY STRATEGY", "updateDate": "2024-06-13T12:40:03Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51282"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115400", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115400?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Small Business (Select) Committee", "systemCode": "hssm00", "url": "https://api.congress.gov/v3/committee/house/hssm00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51287/generated/CHRG-118hhrg51287.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51287/CHRG-118hhrg51287.pdf"}], "jacketNumber": 51287, "libraryOfCongressIdentifier": "LC70192", "title": "SMALL BUSINESS PERSPECTIVES ON THE IMPACTS OF THE BIDEN ADMINISTRATION'S WATERS OF THE UNITED STATES (WOTUS) RULE", "updateDate": "2024-06-13T12:39:55Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51287"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Science and Technology Committee", "systemCode": "hssy00", "url": "https://api.congress.gov/v3/committee/house/hssy00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51313/generated/CHRG-118hhrg51313.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51313/CHRG-118hhrg51313.pdf"}], "jacketNumber": 51313, "libraryOfCongressIdentifier": "LC72871", "title": "INNOVATION THROUGH COLLABORATION: THE DEPARTMENT OF ENERGY'S ROLE IN THE U.S. RESEARCH ECOSYSTEM", "updateDate": "2024-09-13T22:04:18Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51313"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Science and Technology Committee", "systemCode": "hssy00", "url": "https://api.congress.gov/v3/committee/house/hssy00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-09"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51327/generated/CHRG-118hhrg51327.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51327/CHRG-118hhrg51327.pdf"}], "jacketNumber": 51327, "libraryOfCongressIdentifier": "LC72744", "title": "THE FEDERAL AVIATION ADMINISTRATION'S FLIGHT PLAN: EXAMINING THE AGENCY'S RESEARCH AND DEVELOPMENT PROGRAMS AND FUTURE PLANS", "updateDate": "2024-06-30T01:21:17Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51327"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115294", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115294?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-09"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51365/generated/CHRG-118hhrg51365.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51365/CHRG-118hhrg51365.pdf"}], "jacketNumber": 51365, "libraryOfCongressIdentifier": "LC70400", "title": "HEARING ON THE WEAPONIZATION OF THE FEDERAL GOVERNMENT", "updateDate": "2024-06-13T12:39:54Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51365"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115377", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115377?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51381/generated/CHRG-118hhrg51381.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51381/CHRG-118hhrg51381.pdf"}], "jacketNumber": 51381, "libraryOfCongressIdentifier": "LC70191", "title": "H.R.__, ``BUILDING UNITED STATES INFRASTRUCTURE THROUGH LIMITED DELAYS AND EFFICIENT REVIEWS ACT OF 2023\"", "updateDate": "2024-06-13T12:39:00Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51381"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115446", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115446?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House International Relations Committee", "systemCode": "hsfa00", "url": "https://api.congress.gov/v3/committee/house/hsfa00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-09"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51383/generated/CHRG-118hhrg51383.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51383/CHRG-118hhrg51383.pdf"}], "jacketNumber": 51383, "libraryOfCongressIdentifier": "LC70698", "title": "EXPANDING THE ABRAHAM ACCORDS", "updateDate": "2024-06-13T12:38:36Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51383"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115354", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115354?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Small Business (Select) Committee", "systemCode": "hssm00", "url": "https://api.congress.gov/v3/committee/house/hssm00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51409/generated/CHRG-118hhrg51409.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51409/CHRG-118hhrg51409.pdf"}], "jacketNumber": 51409, "libraryOfCongressIdentifier": "LC70397", "title": "MARKUP OF COMMITTEE'S BUDGET VIEWS AND ESTIMATES", "updateDate": "2024-06-13T12:39:53Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51409"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115368", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115368?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51411/generated/CHRG-118hhrg51411.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51411/CHRG-118hhrg51411.pdf"}], "jacketNumber": 51411, "libraryOfCongressIdentifier": "LC70389", "title": "Legislative hearing on the following bills: H.R. _____ (Westerman), \u201cTransparency and Production of American Energy Act of 2023\u201d; and H.R. 209 (Stauber), \u201cPermitting for Mining Needs Act of 2023\u201d", "updateDate": "2024-06-13T12:39:56Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51411"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115374", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115374?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-01"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51429/generated/CHRG-118hhrg51429.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51429/CHRG-118hhrg51429.pdf"}], "jacketNumber": 51429, "libraryOfCongressIdentifier": "LC70387", "title": "UNLOCKING INDIAN COUNTRY'S ECONOMIC POTENTIAL", "updateDate": "2024-06-13T12:39:55Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51429"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115481", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115481?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Small Business (Select) Committee", "systemCode": "hssm00", "url": "https://api.congress.gov/v3/committee/house/hssm00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-23"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51442/generated/CHRG-118hhrg51442.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51442/CHRG-118hhrg51442.pdf"}], "jacketNumber": 51442, "libraryOfCongressIdentifier": "LC70613", "title": "OVERSIGHT OF THE SMALL BUSINESS ADMINISTRATION", "updateDate": "2024-06-13T12:40:06Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51442"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115483", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115483?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Small Business (Select) Committee", "systemCode": "hssm00", "url": "https://api.congress.gov/v3/committee/house/hssm00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51443/generated/CHRG-118hhrg51443.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51443/CHRG-118hhrg51443.pdf"}], "jacketNumber": 51443, "libraryOfCongressIdentifier": "LC70587", "title": "THE END OF RELATIONSHIP BANKING? EXAMINING THE CFPB'S `SMALL BUSINESS LENDING DATA COLLECTION' RULE", "updateDate": "2024-06-13T12:40:01Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51443"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115484", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115484?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Small Business (Select) Committee", "systemCode": "hssm00", "url": "https://api.congress.gov/v3/committee/house/hssm00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-29"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51444/generated/CHRG-118hhrg51444.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51444/CHRG-118hhrg51444.pdf"}], "jacketNumber": 51444, "libraryOfCongressIdentifier": "LC70586", "title": "HIGHLIGHTING THE ROLE OF SMALL BUSINESS IN DOMESTIC ENERGY PRODUCTION", "updateDate": "2024-06-13T12:40:01Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51444"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51471/generated/CHRG-118hhrg51471.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51471/CHRG-118hhrg51471.pdf"}], "jacketNumber": 51471, "libraryOfCongressIdentifier": "LC70395", "title": "INVESTIGATING THE ORIGINS OF COVID-19", "updateDate": "2024-06-13T12:39:57Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51471"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115429", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115429?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51472/generated/CHRG-118hhrg51472.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51472/CHRG-118hhrg51472.pdf"}], "jacketNumber": 51472, "libraryOfCongressIdentifier": "LC70382", "title": "FORCE MULTIPLIERS: EXAMINING THE NEED FOR ADDITIONAL RESOURCES TO DISRUPT TRANSNATIONAL CRIME AT THE BORDER AND BEYOND", "updateDate": "2024-06-13T12:39:55Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51472"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115432", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115432?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51473/generated/CHRG-118hhrg51473.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51473/CHRG-118hhrg51473.pdf"}], "jacketNumber": 51473, "libraryOfCongressIdentifier": "LC70383", "title": "ADVANCES IN AI: ARE WE READY FOR A TECH REVOLUTION?", "updateDate": "2024-06-13T12:39:51Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51473"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115431", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115431?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51474/generated/CHRG-118hhrg51474.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51474/CHRG-118hhrg51474.pdf"}], "jacketNumber": 51474, "libraryOfCongressIdentifier": "LC70384", "title": "BURNING THE MIDNIGHT OIL: WHY DEPLETING THE STRATEGIC PETROLEUM RESERVE IS NOT A SOLUTION TO AMERICA'S ENERGY PROBLEM, PART I", "updateDate": "2024-06-13T12:39:55Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51474"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115452", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115452?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-09"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51475/generated/CHRG-118hhrg51475.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51475/CHRG-118hhrg51475.pdf"}], "jacketNumber": 51475, "libraryOfCongressIdentifier": "LC70418", "title": "OVERSIGHT OF OUR NATION'S LARGEST EMPLOYER: REVIEWING THE U.S. OFFICE OF PERSONNEL MANAGEMENT", "updateDate": "2024-06-13T12:39:58Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51475"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115449", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115449?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51479/generated/CHRG-118hhrg51479.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51479/CHRG-118hhrg51479.pdf"}], "jacketNumber": 51479, "libraryOfCongressIdentifier": "LC70392", "title": "PROMOTING CONSERVATION WITH A PURPOSE ON AMERICA'S FEDERAL LANDS AND FORESTS", "updateDate": "2024-06-13T12:39:01Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51479"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115350", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115350?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-23"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51491/generated/CHRG-118hhrg51491.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51491/CHRG-118hhrg51491.pdf"}], "jacketNumber": 51491, "libraryOfCongressIdentifier": "LC70189", "title": "THE BIDEN BORDER CRISIS, PART II", "updateDate": "2024-06-13T12:39:53Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51491"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115441", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115441?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51492/generated/CHRG-118hhrg51492.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51492/CHRG-118hhrg51492.pdf"}], "jacketNumber": 51492, "libraryOfCongressIdentifier": "LC70393", "title": "INTELLECTUAL PROPERTY AND STRATEGIC COMPETITION WITH CHINA: PART I", "updateDate": "2024-06-13T12:39:58Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51492"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115371", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115371?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-01"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51493/generated/CHRG-118hhrg51493.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51493/CHRG-118hhrg51493.pdf"}], "jacketNumber": 51493, "libraryOfCongressIdentifier": "LC70401", "title": "THE FENTANYL CRISIS IN AMERICA: INACTION IS NO LONGER AN OPTION", "updateDate": "2024-06-13T12:39:54Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51493"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115456", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115456?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-10"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51502/generated/CHRG-118hhrg51502.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51502/CHRG-118hhrg51502.pdf"}], "jacketNumber": 51502, "libraryOfCongressIdentifier": "LC70403", "title": "REINING IN THE ADMINISTRATIVE STATE: RECLAIMING CONGRESS'S LEGISLATIVE POWER", "updateDate": "2024-06-13T12:39:54Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51502"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115450", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115450?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51504/generated/CHRG-118hhrg51504.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51504/CHRG-118hhrg51504.pdf"}], "jacketNumber": 51504, "libraryOfCongressIdentifier": "LC70449", "title": "OVERSIGHT HEARING ON BENEFITS AND ACCESS: THE NECESSITY FOR MULTIPLE USE OF WATER RESOURCES", "updateDate": "2024-06-13T12:38:28Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51504"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115442", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115442?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-09"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51505/generated/CHRG-118hhrg51505.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51505/CHRG-118hhrg51505.pdf"}], "jacketNumber": 51505, "libraryOfCongressIdentifier": "LC70390", "title": "HEARING ON THE WEAPONIZATION OF THE FEDERAL GOVERNMENT", "updateDate": "2024-06-13T12:39:55Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51505"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115352", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115352?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Veterans' Affairs Committee", "systemCode": "hsvr00", "url": "https://api.congress.gov/v3/committee/house/hsvr00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51535/generated/CHRG-118hhrg51535.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51535/CHRG-118hhrg51535.pdf"}], "jacketNumber": 51535, "libraryOfCongressIdentifier": "LC70193", "title": "BUILDING AN ACCOUNTABLE VA: APPLYING LESSONS TO DRIVE FUTURE SUCCESS", "updateDate": "2024-06-13T12:39:55Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51535"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115390", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115390?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Veterans' Affairs Committee", "systemCode": "hsvr00", "url": "https://api.congress.gov/v3/committee/house/hsvr00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-07"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51536/generated/CHRG-118hhrg51536.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51536/CHRG-118hhrg51536.pdf"}], "jacketNumber": 51536, "libraryOfCongressIdentifier": "LC70413", "title": "VETERANS HEALTH INFORMATION SYSTEMS AND TECHNOLOGY ARCHITECTURE (VISTA)", "updateDate": "2024-06-13T12:39:57Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51536"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115444", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115444?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Veterans' Affairs Committee", "systemCode": "hsvr00", "url": "https://api.congress.gov/v3/committee/house/hsvr00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-09"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51537/generated/CHRG-118hhrg51537.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51537/CHRG-118hhrg51537.pdf"}], "jacketNumber": 51537, "libraryOfCongressIdentifier": "LC70412", "title": "EXAMINING THE FUTURE OF WORKFORCE PROTECTIONS FOR SERVICEMEMBERS", "updateDate": "2024-06-13T12:39:57Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51537"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House International Relations Committee", "systemCode": "hsfa00", "url": "https://api.congress.gov/v3/committee/house/hsfa00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-24"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51555/generated/CHRG-118hhrg51555.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51555/CHRG-118hhrg51555.pdf"}], "jacketNumber": 51555, "libraryOfCongressIdentifier": "LC72941", "title": "MARKUP OF: H. RES. 158, RESOLUTION OF INQUIRY REQUESTING THE PRESIDENT AND DIRECTING THE SECRETARY OF DEFENSE AND SECRETARY OF STATE TO TRANSMIT, RESPECTIVELY, CERTAIN DOCUMENTS TO THE HOUSE OF REPRESENTATIVES RELATING TO CONGRESSIONALLY APPROPRIATED FUNDS TO THE NATION OF UKRAINE FROM JANUARY 20, 2021 TO", "updateDate": "2024-09-13T22:04:23Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51555"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115445", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115445?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Veterans' Affairs Committee", "systemCode": "hsvr00", "url": "https://api.congress.gov/v3/committee/house/hsvr00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-09"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51558/generated/CHRG-118hhrg51558.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51558/CHRG-118hhrg51558.pdf"}], "jacketNumber": 51558, "libraryOfCongressIdentifier": "LC70416", "title": "ACCOUNTABILITY AT VA: LEADERSHIP DECISIONS IMPACTING ITS EMPLOYEES AND VETERANS", "updateDate": "2024-06-13T12:39:57Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51558"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115361", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115361?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Energy and Commerce Committee", "systemCode": "hsif00", "url": "https://api.congress.gov/v3/committee/house/hsif00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-01"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51563/generated/CHRG-118hhrg51563.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51563/CHRG-118hhrg51563.pdf"}], "jacketNumber": 51563, "libraryOfCongressIdentifier": "LC70648", "title": "LIVES WORTH LIVING: ADDRESSING THE FENTANYL CRISIS, PROTECTING CRITICAL LIFELINES, AND COMBATING DISCRIMINATION AGAINST THOSE WITH DISABILITIES", "updateDate": "2024-06-13T12:38:30Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51563"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House International Relations Committee", "systemCode": "hsfa00", "url": "https://api.congress.gov/v3/committee/house/hsfa00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51597/generated/CHRG-118hhrg51597.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51597/CHRG-118hhrg51597.pdf"}], "jacketNumber": 51597, "libraryOfCongressIdentifier": "LC70800", "title": "FULL COMMITTEE MARKUP", "updateDate": "2024-06-13T12:38:42Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51597"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Education and the Workforce Committee", "systemCode": "hsed00", "url": "https://api.congress.gov/v3/committee/house/hsed00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51623/generated/CHRG-118hhrg51623.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51623/CHRG-118hhrg51623.pdf"}], "jacketNumber": 51623, "libraryOfCongressIdentifier": "LC72583", "title": "AMERICAN EDUCATION IN CRISIS", "updateDate": "2024-09-13T22:04:20Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51623"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115527", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115527?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Education and the Workforce Committee", "systemCode": "hsed00", "url": "https://api.congress.gov/v3/committee/house/hsed00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-23"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51624/generated/CHRG-118hhrg51624.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51624/CHRG-118hhrg51624.pdf"}], "jacketNumber": 51624, "libraryOfCongressIdentifier": "LC70828", "title": "BREAKING THE SYSTEM: EXAMINING THE IMPLICATIONS OF BIDEN'S STUDENT LOAN POLICIES FOR STUDENTS AND TAXPAYERS", "updateDate": "2024-06-13T12:38:44Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51624"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115453", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115453?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-09"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51630/generated/CHRG-118hhrg51630.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51630/CHRG-118hhrg51630.pdf"}], "jacketNumber": 51630, "libraryOfCongressIdentifier": "LC70385", "title": "INFLATION: A PREVENTABLE CRISIS", "updateDate": "2024-06-13T12:39:55Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51630"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115454", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115454?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-09"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51631/generated/CHRG-118hhrg51631.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51631/CHRG-118hhrg51631.pdf"}], "jacketNumber": 51631, "libraryOfCongressIdentifier": "LC70406", "title": "WASTE, FRAUD, AND ABUSE GO VIRAL: INSPECTORS GENERAL ON CURING THE DISEASE", "updateDate": "2024-06-13T12:39:56Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51631"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115443", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115443?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-09"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51634/generated/CHRG-118hhrg51634.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51634/CHRG-118hhrg51634.pdf"}], "jacketNumber": 51634, "libraryOfCongressIdentifier": "LC70404", "title": "COMPLIANCE WITH COMMITTEE OVERSIGHT", "updateDate": "2024-06-13T12:39:54Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51634"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115604", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115604?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House International Relations Committee", "systemCode": "hsfa00", "url": "https://api.congress.gov/v3/committee/house/hsfa00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-29"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51645/generated/CHRG-118hhrg51645.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51645/CHRG-118hhrg51645.pdf"}], "jacketNumber": 51645, "libraryOfCongressIdentifier": "LC71017", "title": "EXAMINING U.S. SANCTIONS POLICY, IMPLEMENTATION, AND ENFORCEMENT", "updateDate": "2024-06-13T12:38:54Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51645"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Education and the Workforce Committee", "systemCode": "hsed00", "url": "https://api.congress.gov/v3/committee/house/hsed00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-29"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51659/generated/CHRG-118hhrg51659.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51659/CHRG-118hhrg51659.pdf"}], "jacketNumber": 51659, "libraryOfCongressIdentifier": "LC72570", "title": "DIVERSITY OF THOUGHT: PROTECTING FREE SPEECH ON COLLEGE CAMPUSES", "updateDate": "2024-07-09T02:21:20Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51659"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115558", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115558?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Education and the Workforce Committee", "systemCode": "hsed00", "url": "https://api.congress.gov/v3/committee/house/hsed00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51660/generated/CHRG-118hhrg51660.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51660/CHRG-118hhrg51660.pdf"}], "jacketNumber": 51660, "libraryOfCongressIdentifier": "LC70921", "title": "UNLEASHING AMERICA'S OPPORTUNITIES FOR HIRING AND EMPLOYMENT", "updateDate": "2024-07-09T04:51:10Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51660"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115291", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115291?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Works Committee", "systemCode": "hspw00", "url": "https://api.congress.gov/v3/committee/house/hspw00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51661/generated/CHRG-118hhrg51661.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51661/CHRG-118hhrg51661.pdf"}], "jacketNumber": 51661, "libraryOfCongressIdentifier": "LC70190", "title": "STAKEHOLDER PERSPECTIVES ON THE IMPACTS OF THE BIDEN ADMINISTRATION'S WATERS OF THE UNITED STATES (WOTUS) RULE", "updateDate": "2024-06-13T12:39:54Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51661"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115535", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115535?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-23"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51668/generated/CHRG-118hhrg51668.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51668/CHRG-118hhrg51668.pdf"}], "jacketNumber": 51668, "libraryOfCongressIdentifier": "LC70405", "title": "UNPACKING THE WHITE HOUSE NATIONAL CYBERSECURITY STRATEGY", "updateDate": "2024-06-13T12:39:56Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51668"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115531", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115531?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-23"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51678/generated/CHRG-118hhrg51678.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51678/CHRG-118hhrg51678.pdf"}], "jacketNumber": 51678, "libraryOfCongressIdentifier": "LC70394", "title": "FREE SPEECH: THE BIDEN ADMINISTRATION'S CHILLING OF PARENTS' FUNDAMENTAL RIGHTS", "updateDate": "2024-06-13T12:39:56Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51678"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115529", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115529?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-23"}], "formats": [{"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51679/CHRG-118hhrg51679.pdf"}, {"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51679/generated/CHRG-118hhrg51679.htm"}], "jacketNumber": 51679, "libraryOfCongressIdentifier": "LC70593", "title": "H.R. 200, \"Forest Information Reform (FIR) Act\"; H.R. 1473, \"Targeting and Offsetting Existing Illegal Contaminants Act\"; H.R. 1567, \"Accurately Counting Risk Elimination Solutions (ACRES) Act\"; and H.R. 1586, \"Forest Protection and Wildland Firefighter Safety Act of 2023\"", "updateDate": "2024-06-13T12:38:45Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51679"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115633", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115633?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-23"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51683/generated/CHRG-118hhrg51683.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51683/CHRG-118hhrg51683.pdf"}], "jacketNumber": 51683, "libraryOfCongressIdentifier": "LC70446", "title": "LEGISLATIVE HEARING ON H.R. 764, TO REQUIRE THE SECRETARY OF THE INTERIOR TO REISSUE REGULATIONS REMOVING THE GRAY WOLF FROM THE LIST OF ENDANGERED AND THREATENED WILDLIFE UNDERTHE ENDANGERED SPECIES ACT OF 1973, ``TRUST THE SCIENCE ACT''; H.R. 886, TO AMEND THE SAVE OUR SEAS 2.0 ACT TO IMPROVE THE ADMINISTRATION OF THE MARINE DEBRIS FOUNDATION, TO AMEND THE MARINE DEBRIS ACT TO IMPROVE THE ADMINISTRATION OF THE MARINE DEBRIS PROGRAM OF THE NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION, AND FOR OTHER PURPOSES, ``SAVE OUR SEAS 2.0 AMENDMENTS ACT''; H.R. 1245, TO DIRECT THE SECRETARY OF THE INTERIOR TO REISSUE A FINAL RULE RELATING TO REMOVING THE GREATER YELLOWSTONE ECOSYSTEM POPULATION OF GRIZZLY BEARS FROM THE FEDERAL LIST OF ENDANGERED AND THREATENED WILDLIFE, AND FOR OTHER PURPOSES, ``GRIZZLY BEAR STATE MANAGEMENT ACT OF 2023''; AND H.R. 1419, TO DIRECT THE SECRETARY OF THE INTERIOR TO ISSUE A NEW RULE REMOVING THE NORTHERN CONTINENTAL DIVIDE ECOSYSTEM POPULATION OF GRIZZLY BEARS FROM THE FEDERAL LIST OF ENDANGERED AND THREATENED WILDLIFE, ``COMPREHENSIVE GRIZZLY BEAR MANAGEMENT ACT OF 2023''", "updateDate": "2024-06-13T12:38:28Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51683"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115538", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115538?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-24"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51692/generated/CHRG-118hhrg51692.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51692/CHRG-118hhrg51692.pdf"}], "jacketNumber": 51692, "libraryOfCongressIdentifier": "LC70195", "title": "LEGISLATIVE HEARING ON H.R. 1246, TO AUTHORIZE LEASES OF UP TO 99 YEARS FOR LAND HELD IN TRUST FOR FEDERALLY RECOGNIZED INDIAN TRIBES; AND H.R. 1532, TO AUTHORIZE ANY INDIAN TRIBE TO LEASE, SELL, CONVEY, WARRANT, OR OTHERWISE TRANSFER REAL PROPERTY TO WHICH THAT INDIAN TRIBE HOLDS FEE TITLE WITHOUT THE CONSENT OF THE FEDERAL GOVERNMENT, AND FOR OTHER PURPOSES", "updateDate": "2024-06-13T12:39:56Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51692"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "Congressional-Executive Commission on China", "systemCode": "jcpk00", "url": "https://api.congress.gov/v3/committee/joint/jcpk00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51694/generated/CHRG-118hhrg51694.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51694/CHRG-118hhrg51694.pdf"}], "jacketNumber": 51694, "libraryOfCongressIdentifier": "LC70204", "title": "PRESERVING TIBET: COMBATING CULTURAL ERASURE, FORCED ASSIMILATION, AND TRANSNATIONAL REPRESSION", "updateDate": "2024-06-13T12:39:51Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51694"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115272", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115272?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House National Security Committee", "systemCode": "hsas00", "url": "https://api.congress.gov/v3/committee/house/hsas00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-02"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51700/generated/CHRG-118hhrg51700.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51700/CHRG-118hhrg51700.pdf"}], "jacketNumber": 51700, "libraryOfCongressIdentifier": "LC70904", "title": "[H.A.S.C. No. 118-1] ORGANIZATIONAL MEETING FOR THE 118TH CONGRESS", "updateDate": "2024-06-13T12:38:50Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51700"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115293", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115293?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House National Security Committee", "systemCode": "hsas00", "url": "https://api.congress.gov/v3/committee/house/hsas00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-07"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51704/generated/CHRG-118hhrg51704.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51704/CHRG-118hhrg51704.pdf"}], "jacketNumber": 51704, "libraryOfCongressIdentifier": "LC70825", "title": "[H.A.S.C. NO. 118-2] THE PRESSING THREAT OF THE CHINESE COMMUNIST PARTY TO U.S. NATIONAL DEFENSE", "updateDate": "2024-06-13T12:38:48Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51704"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115292", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115292?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House National Security Committee", "systemCode": "hsas00", "url": "https://api.congress.gov/v3/committee/house/hsas00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51705/generated/CHRG-118hhrg51705.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51705/CHRG-118hhrg51705.pdf"}], "jacketNumber": 51705, "libraryOfCongressIdentifier": "LC70843", "title": "[H.A.S.C. No. 118-3] STATE OF THE DEFENSE INDUSTRIAL BASE", "updateDate": "2024-06-13T12:38:49Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51705"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115346", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115346?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Energy and Commerce Committee", "systemCode": "hsif00", "url": "https://api.congress.gov/v3/committee/house/hsif00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-01"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51706/generated/CHRG-118hhrg51706.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51706/CHRG-118hhrg51706.pdf"}], "jacketNumber": 51706, "libraryOfCongressIdentifier": "LC70422", "title": "ECONOMIC DANGER ZONE: HOW AMERICA COMPETES TO WIN THE FUTURE VERSUS CHINA", "updateDate": "2024-06-13T12:39:59Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51706"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115566", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115566?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51718/generated/CHRG-118hhrg51718.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51718/CHRG-118hhrg51718.pdf"}], "jacketNumber": 51718, "libraryOfCongressIdentifier": "LC70410", "title": "FDA OVERSIGHT PART I: THE INFANT FORMULA SHORTAGE", "updateDate": "2024-06-13T12:39:57Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51718"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115586", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115586?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51719/generated/CHRG-118hhrg51719.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51719/CHRG-118hhrg51719.pdf"}], "jacketNumber": 51719, "libraryOfCongressIdentifier": "LC70417", "title": "THE CONSEQUENCES OF SCHOOL CLOSURES: INTENDED AND UNINTENDED", "updateDate": "2024-06-13T12:39:58Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51719"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115592", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115592?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51720/generated/CHRG-118hhrg51720.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51720/CHRG-118hhrg51720.pdf"}], "jacketNumber": 51720, "libraryOfCongressIdentifier": "LC70408", "title": "ENSURING FORCE READINESS: EXAMINING PROGRESSIVISM'S IMPACT ON AN ALL-VOLUNTEER MILITARY", "updateDate": "2024-06-13T12:39:57Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51720"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115607", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115607?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-29"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51722/generated/CHRG-118hhrg51722.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51722/CHRG-118hhrg51722.pdf"}], "jacketNumber": 51722, "libraryOfCongressIdentifier": "LC70409", "title": "LOGIN.GOV DOESN'T MEET THE STANDARD", "updateDate": "2024-06-13T12:39:57Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51722"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115629", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115629?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51753/generated/CHRG-118hhrg51753.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51753/CHRG-118hhrg51753.pdf"}], "jacketNumber": 51753, "libraryOfCongressIdentifier": "LC71437", "title": "H.R. 930, H.R. 1319, H.R. 1380, H.R. 1527, H.R. 1576, H.R. 1614, H.R. 1642, AND H.R. 1667", "updateDate": "2024-06-13T12:39:17Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51753"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115524", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115524?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51754/generated/CHRG-118hhrg51754.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51754/CHRG-118hhrg51754.pdf"}], "jacketNumber": 51754, "libraryOfCongressIdentifier": "LC70654", "title": "OVERSIGHT HEARING ON WHY WE NEED TO STORE MORE WATER AND WHAT'S STOPPING US", "updateDate": "2024-06-13T12:38:29Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51754"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115600", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115600?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-29"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51763/generated/CHRG-118hhrg51763.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51763/CHRG-118hhrg51763.pdf"}], "jacketNumber": 51763, "libraryOfCongressIdentifier": "LC70197", "title": "OVERSIGHT HEARING ON ``CHALLENGES AND OPPORTUNITIES FOR IMPROVING HEALTH-CARE DELIVERY IN TRIBAL COMMUNITIES''", "updateDate": "2024-06-13T12:39:56Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51763"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115601", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115601?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-29"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51764/generated/CHRG-118hhrg51764.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51764/CHRG-118hhrg51764.pdf"}], "jacketNumber": 51764, "libraryOfCongressIdentifier": "LC70391", "title": "HEARING ON COMPLIANCE WITH COMMITTEE OVERSIGHT", "updateDate": "2024-06-13T12:39:55Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51764"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Science and Technology Committee", "systemCode": "hssy00", "url": "https://api.congress.gov/v3/committee/house/hssy00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-18"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51793/generated/CHRG-118hhrg51793.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51793/CHRG-118hhrg51793.pdf"}], "jacketNumber": 51793, "libraryOfCongressIdentifier": "LC73370", "title": "ESTABLISHING AN INDEPENDENT NOAA", "updateDate": "2024-12-01T03:34:11Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51793"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Science and Technology Committee", "systemCode": "hssy00", "url": "https://api.congress.gov/v3/committee/house/hssy00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-19"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51794/generated/CHRG-118hhrg51794.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51794/CHRG-118hhrg51794.pdf"}], "jacketNumber": 51794, "libraryOfCongressIdentifier": "LC73366", "title": "PROTECTING AMERICAN TAXPAYERS: HIGHLIGHTING EFFORTS TO PROTECT AGAINST FEDERAL WASTE, FRAUD, AND MISMANAGEMENT", "updateDate": "2024-12-01T03:34:11Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51794"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115379", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115379?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51804/generated/CHRG-118hhrg51804.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51804/CHRG-118hhrg51804.pdf"}], "jacketNumber": 51804, "libraryOfCongressIdentifier": "LC70407", "title": "FULL COMMITTEE BUSINESS MEETING: MARK-UP OF H.R. 140 AND H.R. 1162", "updateDate": "2024-06-13T12:39:56Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51804"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115644", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115644?format=json"}, "chamber": "House", "citation": "H.Hrg.118-9", "committees": [{"name": "House Small Business (Select) Committee", "systemCode": "hssm00", "url": "https://api.congress.gov/v3/committee/house/hssm00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-19"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51813/generated/CHRG-118hhrg51813.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51813/CHRG-118hhrg51813.pdf"}], "jacketNumber": 51813, "libraryOfCongressIdentifier": "LC70979", "number": 9, "title": "OFFICE OF INSPECTOR GENERAL REPORTS TO CONGRESS ON INVESTIGATIONS OF SBA PROGRAMS", "updateDate": "2024-06-13T12:38:45Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51813"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115653", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115653?format=json"}, "chamber": "House", "citation": "H.Hrg.118-8", "committees": [{"name": "House Small Business (Select) Committee", "systemCode": "hssm00", "url": "https://api.congress.gov/v3/committee/house/hssm00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-18"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51814/generated/CHRG-118hhrg51814.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51814/CHRG-118hhrg51814.pdf"}], "jacketNumber": 51814, "libraryOfCongressIdentifier": "LC70711", "number": 8, "title": "PAYING THEIR FAIR SHARE: HOW TAX HIKES CRUSH THE COMPETITIVENESS OF SMALL BUSINESSES", "updateDate": "2024-06-13T12:38:36Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51814"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Education and the Workforce Committee", "systemCode": "hsed00", "url": "https://api.congress.gov/v3/committee/house/hsed00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-18"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51823/generated/CHRG-118hhrg51823.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51823/CHRG-118hhrg51823.pdf"}], "jacketNumber": 51823, "libraryOfCongressIdentifier": "LC72543", "title": "SCHOOL CHOICE: EXPANDING EDUCATIONAL FREEDOM FOR ALL", "updateDate": "2024-07-09T03:21:19Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51823"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Education and the Workforce Committee", "systemCode": "hsed00", "url": "https://api.congress.gov/v3/committee/house/hsed00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-19"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51824/generated/CHRG-118hhrg51824.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51824/CHRG-118hhrg51824.pdf"}], "jacketNumber": 51824, "libraryOfCongressIdentifier": "LC72564", "title": "EXAMINING BIDEN'S WAR ON INDEPENDENT CONTRACTORS", "updateDate": "2024-07-09T03:36:18Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51824"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115609", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115609?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-29"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51834/generated/CHRG-118hhrg51834.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51834/CHRG-118hhrg51834.pdf"}], "jacketNumber": 51834, "libraryOfCongressIdentifier": "LC70419", "title": "FUELING UNAFFORDABILITY: HOW THE BIDEN ADMINISTRATION'S POLICIES CATALYZED GLOBAL ENERGY SCARCITY AND COMPOUNDED INFLATION", "updateDate": "2024-06-13T12:39:58Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51834"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-29"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51835/generated/CHRG-118hhrg51835.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51835/CHRG-118hhrg51835.pdf"}], "jacketNumber": 51835, "libraryOfCongressIdentifier": "LC70415", "title": "FULL COMMITTEE BUSINESS MEETING: MARK-UP OF H.J. RES. 42 DISAPPROVING THE ACTION OF THE DISTRICT OF COLUMBIA COUNCIL IN APPROVING THE COMPREHENSIVE POLICING AND JUSTICE REFORM AMENDMENT ACT OF 2022", "updateDate": "2024-06-13T12:39:58Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51835"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House International Relations Committee", "systemCode": "hsfa00", "url": "https://api.congress.gov/v3/committee/house/hsfa00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-08"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51854/generated/CHRG-118hhrg51854.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51854/CHRG-118hhrg51854.pdf"}], "jacketNumber": 51854, "libraryOfCongressIdentifier": "LC72940", "title": "DURING AND AFTER THE FALL OF KABUL: EXAMINING THE ADMINISTRATION'S EMERGENCY EVACUATION FROM AFGHANISTAN", "updateDate": "2024-09-13T22:04:23Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51854"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Education and the Workforce Committee", "systemCode": "hsed00", "url": "https://api.congress.gov/v3/committee/house/hsed00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-26"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51857/generated/CHRG-118hhrg51857.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51857/CHRG-118hhrg51857.pdf"}], "jacketNumber": 51857, "libraryOfCongressIdentifier": "LC72645", "title": "REDUCING HEALTH CARE COSTS FOR WORKING AMERICANS AND THEIR FAMILIES", "updateDate": "2024-07-09T01:49:21Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51857"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115611", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115611?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-30"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51876/generated/CHRG-118hhrg51876.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51876/CHRG-118hhrg51876.pdf"}], "jacketNumber": 51876, "libraryOfCongressIdentifier": "LC70414", "title": "HEARING ON WEAPONIZATION OF THE FEDERAL GOVERNMENT", "updateDate": "2024-06-13T12:39:57Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51876"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Small Business (Select) Committee", "systemCode": "hssm00", "url": "https://api.congress.gov/v3/committee/house/hssm00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-26"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51877/generated/CHRG-118hhrg51877.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51877/CHRG-118hhrg51877.pdf"}], "jacketNumber": 51877, "libraryOfCongressIdentifier": "LC70614", "title": "HELP WANTED: EXPLORING HOW ALTERNATIVE PATHS TO STUDENT DEBT CAN HELP TO STRENGTHEN SMALL BUSINESS", "updateDate": "2024-06-13T12:40:06Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51877"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Science and Technology Committee", "systemCode": "hssy00", "url": "https://api.congress.gov/v3/committee/house/hssy00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-23"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51879/generated/CHRG-118hhrg51879.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51879/CHRG-118hhrg51879.pdf"}], "jacketNumber": 51879, "libraryOfCongressIdentifier": "LC72919", "title": "ADVANCED AIR MOBILITY: THE FUTURE OF UNMANNED AIRCRAFT SYSTEMS AND BEYOND", "updateDate": "2024-09-13T22:04:21Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51879"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Science and Technology Committee", "systemCode": "hssy00", "url": "https://api.congress.gov/v3/committee/house/hssy00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51881/generated/CHRG-118hhrg51881.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51881/CHRG-118hhrg51881.pdf"}], "jacketNumber": 51881, "libraryOfCongressIdentifier": "LC72980", "title": "REAUTHORIZING THE WEATHER ACT: DATA AND INNOVATION FOR PREDICTIONS", "updateDate": "2024-09-13T22:04:31Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51881"}}

View File

@ -0,0 +1 @@
{"hearing": {"chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Science and Technology Committee", "systemCode": "hssy00", "url": "https://api.congress.gov/v3/committee/house/hssy00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-26"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51882/generated/CHRG-118hhrg51882.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51882/CHRG-118hhrg51882.pdf"}], "jacketNumber": 51882, "libraryOfCongressIdentifier": "LC72956", "title": "AN OVERVIEW OF THE NATIONAL SCIENCE FOUNDATION BUDGET PROPOSAL FOR FISCAL YEAR 2024", "updateDate": "2024-09-13T22:04:24Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51882"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115646", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115646?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-11"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51883/generated/CHRG-118hhrg51883.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51883/CHRG-118hhrg51883.pdf"}], "jacketNumber": 51883, "libraryOfCongressIdentifier": "LC70738", "title": "LEGISLATIVE FIELD HEARING ON H.R. 215, TO PROVIDE LONG-TERM WATER SUPPLY AND REGULATORY RELIABILITY TO DROUGHT-STRICKEN CALIFORNIA, AND FOR OTHER PURPOSES, \"WATER FOR CALIFORNIA ACT\"; AND H.R. 872, TO AMEND THE ENDANGERED SPECIES ACT OF 1973 TO VEST IN THE SECRETARY OF THE INTERIOR FUNCTIONS UNDER THAT ACT WITH RESPECT TO SPECIES OF FISH THAT SPAWN IN FRESH OR ESTUARINE WATERS AND MIGRATE TO OCEAN WATERS AND SPECIES OF FISH THAT SPAWN IN OCEAN WATERS AND MIGRATE TO FRESH OR ESTUARINE WATERS, AND FOR OTHER PURPOSES, \"FISH ACT\"", "updateDate": "2024-06-13T12:38:39Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51883"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115637", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115637?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-18"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51886/generated/CHRG-118hhrg51886.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51886/CHRG-118hhrg51886.pdf"}], "jacketNumber": 51886, "libraryOfCongressIdentifier": "LC70637", "title": "OVERSIGHT HEARING ON EXAMINING THE IMPLEMENTATION OF THE GREAT AMERICAN OUTDOORS ACT AND THE GROWING NATIONAL PARK SERVICE DEFERRED MAINTENANCE BACKLOG", "updateDate": "2024-06-13T12:38:26Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51886"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115369", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115369?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Homeland Security (Select) Committee", "systemCode": "hshm00", "url": "https://api.congress.gov/v3/committee/house/hshm00?format=json"}], "congress": 118, "dates": [{"date": "2023-02-28"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51887/generated/CHRG-118hhrg51887.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51887/CHRG-118hhrg51887.pdf"}], "jacketNumber": 51887, "libraryOfCongressIdentifier": "LC70486", "title": "EVERY STATE IS A BORDER STATE: EXAMINING SECRETARY MAYORKAS' BORDER CRISIS", "updateDate": "2024-06-13T12:40:02Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51887"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115455", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115455?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Homeland Security (Select) Committee", "systemCode": "hshm00", "url": "https://api.congress.gov/v3/committee/house/hshm00?format=json"}], "congress": 118, "dates": [{"date": "2023-03-09"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51888/generated/CHRG-118hhrg51888.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51888/CHRG-118hhrg51888.pdf"}], "jacketNumber": 51888, "libraryOfCongressIdentifier": "LC70421", "title": "CONFRONTING THREATS POSED BY THE CHINESE COMMUNIST PARTY TO THE U.S. HOMELAND", "updateDate": "2024-06-13T12:39:59Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51888"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115744", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115744?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-18"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51891/generated/CHRG-118hhrg51891.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51891/CHRG-118hhrg51891.pdf"}], "jacketNumber": 51891, "libraryOfCongressIdentifier": "LC70591", "title": "INVESTIGATING THE ORIGINS OF COVID PART 2: CHINA AND THE AVAILABLE INTELLIGENCE", "updateDate": "2024-06-13T12:40:02Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51891"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115743", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115743?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-18"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51892/generated/CHRG-118hhrg51892.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51892/CHRG-118hhrg51892.pdf"}], "jacketNumber": 51892, "libraryOfCongressIdentifier": "LC70420", "title": "OVERSIGHT OF THE OFFICE OF REFUGEE RESETTLEMENT'S UNACCOMPANIED ALIEN CHILDREN PROGRAM", "updateDate": "2024-06-13T12:39:58Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51892"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115742", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115742?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Government Reform Committee", "systemCode": "hsgo00", "url": "https://api.congress.gov/v3/committee/house/hsgo00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-18"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51893/generated/CHRG-118hhrg51893.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51893/CHRG-118hhrg51893.pdf"}], "jacketNumber": 51893, "libraryOfCongressIdentifier": "LC70609", "title": "SPENDING ON EMPTY: HOW THE BIDEN ADMINISTRATION'S UNPRECEDENTED SPENDING INCREASED RISK OF WASTE, FRAUD, AND ABUSE AT THE DEPARTMENT OF ENERGY", "updateDate": "2024-06-13T12:40:06Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51893"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115638", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115638?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Public Lands Committee", "systemCode": "hsii00", "url": "https://api.congress.gov/v3/committee/house/hsii00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-18"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51897/generated/CHRG-118hhrg51897.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51897/CHRG-118hhrg51897.pdf"}], "jacketNumber": 51897, "libraryOfCongressIdentifier": "LC70803", "title": "LEGISLATIVE HEARING ON H.J. RES. 29, PROVIDING FOR CONGRESSIONAL DISAPPROVAL UNDER CHAPTER 8 OF TITLE 5, UNITED STATES CODE, OF THE RULE SUBMITTED BY THE UNITED STATES FISH AND WILDLIFE SERVICE RELATING TO \"ENDANGERED AND THREATENED WILDLIFE AND PLANTS; LESSER PRAIRIE-CHICKEN; THREATENED STATUS WITH SECTION 4(D) RULE FOR THE NORTHERN DISTINCT POPULATION SEGMENT AND ENDANGERED STATUS FOR THE SOUTHERN DISTINCT POPULATION SEGMENT\"; H.J. RES. 46, PROVIDING FOR CONGRESSIONAL DISAPPROVAL UNDER CHAPTER 8 OF TITLE 5, UNITED STATES CODE, OF THE RULE SUBMITTED BY THE NATIONAL MARINE FISHERIES SERVICE RELATING TO \"ENDANGERED AND THREATENED WILDLIFE AND PLANTS; REGULATIONS FOR LISTING ENDANGERED AND THREATENED SPECIES AND DESIGNATING CRITICAL HABITAT\"; H.J. RES. 49, PROVIDING FOR CONGRESSIONAL DISAPPROVAL UNDER CHAPTER 8 OF TITLE 5, UNITED STATES CODE, OF THE RULE SUBMITTED BY THE UNITED STATES FISH AND WILDLIFE SERVICE RELATING TO \"ENDANGERED AND THREATENED WILDLIFE AND PLANTS; ENDANGERED SPECIES STATUS FOR NORTHERN LONG-EARED BAT\"; AND H.R. 1213, TO AMEND THE CONSOLIDATED APPROPRIATIONS ACT, 2023 BY REPEALING CERTAIN PROVISIONS RELATING TO NORTH ATLANTIC RIGHT WHALES, \"RESCUE WHALES ACT OF 2023\"", "updateDate": "2024-06-13T12:38:42Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51897"}}

View File

@ -0,0 +1 @@
{"hearing": {"associatedMeeting": {"eventId": "115663", "url": "https://api.congress.gov/v3/committee-meeting/118/house/115663?format=json"}, "chamber": "House", "citation": "H.Hrg.118", "committees": [{"name": "House Judiciary Committee", "systemCode": "hsju00", "url": "https://api.congress.gov/v3/committee/house/hsju00?format=json"}], "congress": 118, "dates": [{"date": "2023-04-17"}], "formats": [{"type": "Formatted Text", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51906/generated/CHRG-118hhrg51906.htm"}, {"type": "PDF", "url": "https://congress.gov/118/chrg/CHRG-118hhrg51906/CHRG-118hhrg51906.pdf"}], "jacketNumber": 51906, "libraryOfCongressIdentifier": "LC70437", "title": "VICTIMS OF VIOLENT CRIME IN MANHATTAN", "updateDate": "2024-06-13T12:40:04Z"}, "request": {"chamber": "house", "congress": "118", "contentType": "application/json", "format": "json", "jacketNumber": "51906"}}

Some files were not shown because too many files have changed in this diff Show More