-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
950 lines (950 loc) · 53.5 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
{
"title": "Inside Congress Live",
"logoUrl": "https://static.politico.com/9b/34/98fed95c427a84fe1a872101f1b6/politico-inside-congress-live-cms-update-small-product-platform-159.png",
"publishedDate": "2024-01-18T14:06:32.105+00:00",
"signup": {
"link": "https://www.politico.com/newsletters/inside-congress",
"title": "Inside Congress newsletter",
"description": "An evening recap of the action on Capitol Hill and preview of the day ahead"
},
"twitterLink": "https://www.twitter.com/politicongress",
"twitterTitle": "Follow Us",
"twitterLinkTarget": "_blank",
"seoSuffix": "Live Updates",
"cards": [
{
"urlSlug": "trump-could-kill-senate-border-deal-00136425",
"type": "post",
"title": "Senate braces for Trump to try to kill its border-Ukraine deal",
"titleNav": "Trump could kill Senate border deal",
"dek": "Negotiators aren't there yet on an immigration proposal. But their work is already facing the specter of the former president's pushback as he cruises toward the nomination.",
"publishedDate": "2024-01-18T21:00:51.596+00:00",
"authors": [
{
"name": "Burgess Everett",
"link": "https://www.politico.com/staff/burgess-everett",
"imageUrl": "https://static.politico.com/a1/23/7d0f84b840a8a7a6986940f9166f/everett-burgess-2013-2.jpg"
},
{
"name": "Ursula Perano",
"link": "https://www.politico.com/staff/ursula-perano",
"imageUrl": "https://static.politico.com/6a/ec/99ac14f4429faf746c8e85d373fb/ursula-perano.png"
}
],
"body": [
{
"content": "Donald Trump <a href=\"https://www.politico.com/story/2018/02/16/senate-immigration-daca-dreamers-breakdown-415629\"><u>helped</u></a> kill Congress' last big bid for an immigration compromise. As the Senate closes in on its next attempt, members of both parties are prepared for the former president to try it again.",
"type": "text"
},
{
"content": "Speaker Mike Johnson's televised acknowledgement that he's consulting with Trump on border policy is giving déjà vu to senators who witnessed the Trump administration’s 2018 <a href=\"https://www.dhs.gov/news/2018/02/15/schumer-rounds-collins-destroys-ability-dhs-enforce-immigration-laws-creating-mass\"><u>squashing of</u></a> a plan to pair border security provisions with help for undocumented immigrants. This time around, the Senate is on the verge of a different deal — linking border and immigration restrictions with Ukraine aid — while Trump’s influence in the GOP is peaking again.",
"type": "text"
},
{
"content": "“I hope he will dissuade people\" from supporting any bipartisan border plan that emerges this year, said Sen. Josh Hawley (R-Mo.). “Can he? I don’t know… Maybe. Maybe not.”",
"type": "text"
},
{
"content": "Now that he’s won the Iowa caucus and is barreling toward the GOP nomination, Trump has reason to feel emboldened about his ability to sway congressional Republicans. If Trump goes all-out against the emerging border-Ukraine compromise, it’s even harder to imagine that Johnson would go along — and GOP senators might start peeling off into the no camp, too.",
"type": "text"
},
{
"content": "Trump appeared to begin making his stance clear on Thursday, posting on social media that he does “not think we should do a Border Deal, at all, unless we get EVERYTHING needed to shut down the INVASION of Millions & Millions of people.” Conservative Fox News host Laura Ingraham <a href=\"https://twitter.com/acyn/status/1747776926461096116?s=46\"><u>said</u></a> on Wednesday night that the former president opposes an emerging Senate deal and wants Johnson to come out against it too.",
"type": "text"
},
{
"content": "“It’s certainly not helpful,” Senate Minority Whip John Thune (R-S.D.) said of Trump's potential opposition. \"But in the end, people are going to have to do what they think is right.\"",
"type": "text"
},
{
"content": "About six years ago, a bipartisan group of senators hashed out a significant border security deal that would have also protected hundreds of thousands of young immigrants from deportation. At that time, Trump and Senate GOP leader Mitch McConnell were aligned on defeating the legislation, which went down on the floor. This time, however, McConnell is pushing back against Johnson and Trump's resistance.",
"type": "text"
},
{
"content": "Sen. Mike Rounds (R-S.D.), a lead sponsor of the 2018 border legislation, readily remembers the vote total (54) that brought down that immigration measure. It fell short of the 60 votes needed to break a filibuster even as Republicans held the House, Senate and White House. And Senate Republican leaders are now trying to remind Trump that if he wins back the presidency, he won't get the sort of concessions that Democrats are considering now.",
"type": "text"
},
{
"content": "Rounds said in an interview that some Senate Republicans are working behind the scenes to get Trump on board with this year’s legislation, telling him it would help future presidents: “Whether he believes that or not, I don’t know. But I do.”",
"type": "text"
},
{
"content": "“Anytime you have a Republican frontrunner for the presidency, people will listen to what he's got to say. But there's a lot of really good logic involved in trying to get something done now,” Rounds added. “That would be helpful for this administration, but absolutely necessary for the next administration.”",
"type": "text"
},
{
"content": "The trio of senators working on this year's immigration compromise have not yet clinched a deal, but their agreement would likely strengthen asylum standards, give the government new expulsion authorities for migrants and potentially curb presidential parole powers.",
"type": "text"
},
{
"content": "It would not include a path to citizenship for young, undocumented immigrants; for that and other reasons, it's a far more conservative template than the 2018 bill. Instead, it would ride alongside a massive foreign aid bill that many Republicans also support.",
"type": "text"
},
{
"content": "“It was very different. There’s no path to citizenship in the bill. This isn’t about immigration, this is about border security. It’s a very, very different bill,” said Sen. Thom Tillis (R-N.C.), who opposed the 2018 legislation but was involved in the talks that produced it.",
"type": "text"
},
{
"content": "Sen. James Lankford (R-Okla.) was also in the room for those 2018 immigration talks and is now the lead negotiator on a Ukraine-border deal. Lankford has not endorsed Trump yet, though several of the former president's backers for 2024 are in favor of a deal, including Sens. Lindsey Graham (R-S.C.) and Roger Wicker (R-Miss.). ",
"type": "text"
},
{
"content": "Senate Majority Whip Dick Durbin (D-Ill.) said he hopes Trump wouldn’t be able to tank the bill: “I think there are enough people like Lindsey Graham — who apparently are supporting it — that should help.”",
"type": "text"
},
{
"content": "Lankford said he did not read Trump’s comments as fatal, or even that critical.",
"type": "text"
},
{
"content": "“He was just saying we need to be able to fix everything,” Lankford said. “I don’t take it as adamantly opposed to this.”",
"type": "text"
},
{
"content": "Even if Trump does come out against the legislation, nine or more GOP senators could still shrug off his opposition. McConnell and Trump do not speak, and for now — with McConnell singularly focused on passing the agreement — it appears that the emerging deal could pass the Senate.",
"type": "text"
},
{
"content": "But senators want a bigger vote total to put pressure on the House, where the situation is much dicier. Few House Republicans supported the Senate’s recent bipartisan compromises on infrastructure, gun safety and same-sex marriage. Because Johnson faces regular threats to his speakership from the right, he'll need broad GOP buy-in to call a vote on the Senate's plan.",
"type": "text"
},
{
"content": "“That makes it harder,” said Sen. Mitt Romney (R-Utah.). “President Trump obviously has a big influence in our party, and on some people more than others.\"",
"type": "text"
},
{
"content": "But, Romney added, \"we need to do something rather than to do nothing.”",
"type": "text"
}
],
"leadMedia": {
"imageUrl": "https://static.politico.com/3a/ab/5a7f1c5840c1a924fc27dd0be59c/useuntil02-15-2024-060.jpg",
"imageAlt": "Republican presidential candidate Donald Trump walks on stage at his caucus night victory event in Des Moines, Iowa.",
"credit": null,
"source": "Jamie Kelter Davis for POLITICO",
"caption": "Republican presidential candidate Donald Trump walks on stage at his caucus night victory event in Des Moines, Iowa, on Jan. 15, 2024."
},
"analyticsTags": {
"enable_anchor_ad": "false",
"page_type": "",
"organization_uuid": "anonymous",
"content_tag": "Congress",
"socialImage": "https://www.politico.com/dims4/default/702bc6c/2147483647/resize/1200x/quality/90/?url=https%3A%2F%2Fstatic.politico.com%2F3a%2Fab%2F5a7f1c5840c1a924fc27dd0be59c%2Fuseuntil02-15-2024-060.jpg",
"description": "Negotiators aren't there yet on an immigration proposal. But their work is already facing the specter of the former president's pushback as he cruises toward the nomination.",
"internal_site_id": "politico",
"dek": "Negotiators aren't there yet on an immigration proposal. But their work is already facing the specter of the former president's pushback as he cruises toward the nomination.",
"title": "Senate braces for Trump to try to kill its border-Ukraine deal",
"site_section": "Congress",
"us_em": "anonymous",
"content_uuid": "0000018d-1e38-dc2e-a3ad-7efa8bb30000",
"page_name": "Senate braces for Trump to try to kill its border-Ukraine deal",
"publication_date": "20240118",
"site_domain": "www.politico.com",
"content_id": "00136425",
"socialHeadline": "Senate braces for Trump to try to kill its border-Ukraine deal",
"organization_name": "anonymous",
"free_paid_content": "free",
"user_login_type": "anonymous",
"enable_prebid": "false",
"site_url": "",
"distribution_channel": "politico",
"original_headline": "Senate braces for Trump to try to kill its border-Ukraine deal",
"category": "Congress",
"ad_unit_section": "congress"
},
"adConfiguration": {
"adSlotConfig": []
}
},
{
"urlSlug": "senate-passes-funding-patch-00136414",
"type": "promo",
"title": "Senate passes funding patch as Johnson bats down last-minute conservative demands",
"titleNav": "Senate passes funding patch",
"dek": "The House is expected to clear the bill as soon as Thursday night.",
"publishedDate": "2024-01-18T19:43:19.362+00:00",
"authors": [
{
"name": "Jennifer Scholtes",
"link": "https://www.politico.com/staff/jennifer-scholtes",
"imageUrl": "https://static.politico.com/70/a2/a0a14a014f249edbfdb2b5e8ee7c/jen-scholtes-headshot.png"
},
{
"name": "Olivia Beavers",
"link": "https://www.politico.com/staff/olivia-beavers",
"imageUrl": "https://static.politico.com/92/d3/f38894df43819bb5ebb8e7db6527/olivia-beavers-headshot.jpg"
},
{
"name": "Jordain Carney",
"link": "https://www.politico.com/staff/jordain-carney",
"imageUrl": null
}
],
"promoLink": "https://www.politico.com/news/2024/01/18/senate-passes-funding-patch-00136326",
"promoLinkAlt": "Read the story",
"leadMedia": {
"imageUrl": "https://static.politico.com/ee/42/2a75a3984b749ca0951b1ccba3f3/u-s-congress-44007.jpg",
"imageAlt": "Senate Majority Leader Chuck Schumer speaks with reporters at the U.S. Capitol.",
"credit": null,
"source": "Francis Chung/POLITICO",
"caption": "Senate Majority Leader Chuck Schumer speaks with reporters at the U.S. Capitol after he and other congressional leaders met with President Joe Biden at the White House to discuss a national security spending bill and related border security negotiations on Jan. 17, 2024. "
},
"analyticsTags": {
"site_domain": "www.politico.com",
"enable_anchor_ad": "false",
"content_id": "00136414",
"page_type": "",
"organization_uuid": "anonymous",
"description": "The House is expected to clear the bill as soon as Thursday night.",
"socialHeadline": "Senate passes funding patch as Johnson bats down last-minute conservative demands",
"organization_name": "anonymous",
"internal_site_id": "politico",
"dek": "The House is expected to clear the bill as soon as Thursday night.",
"free_paid_content": "free",
"title": "Senate passes funding patch as Johnson bats down last-minute conservative demands",
"user_login_type": "anonymous",
"us_em": "anonymous",
"enable_prebid": "false",
"content_uuid": "0000018d-1e1a-d7ab-a5cf-1f7b9c440000",
"site_url": "",
"distribution_channel": "politico",
"page_name": "Senate passes funding patch as Johnson bats down last-minute conservative demands",
"publication_date": "20240118",
"original_headline": "Senate passes funding patch"
}
},
{
"urlSlug": "murphy-netanyahu-comment-not-helpful-israel-gaza-west-bank-00136368",
"type": "chatter",
"titleNav": "Murphy: Netanyahu comment 'not helpful'",
"publishedDate": "2024-01-18T18:21:56.341+00:00",
"authors": [
{
"name": "Anthony Adragna",
"link": "https://www.politico.com/staff/anthony-adragna",
"imageUrl": "https://static.politico.com/2c/52/1bd3d914487ea524ef6c3cd40d60/anthony-adragna.png"
}
],
"body": [
{
"content": "Sen. Chris Murphy criticized Israeli Prime Minister Benjamin Netanyahu for saying he opposed any creation of a Palestinian state in any post-war scenario.",
"type": "text"
},
{
"content": "The Connecticut Democrat said the remarks were \"not helpful\" to ongoing negotiations of a national security package that would provide billions in aid to Israel. ",
"type": "text"
},
{
"content": "\"When Netanyahu says things like that, it does not help win votes,\" Murphy told reporters. \"We're going to need to get a lot of Democratic votes to pass this.\" ",
"type": "text"
}
],
"analyticsTags": {
"enable_anchor_ad": "false",
"page_type": "",
"organization_uuid": "anonymous",
"content_tag": "",
"socialImage": "https://www.politico.com/dims4/default/a7942e2/2147483647/resize/1200x/quality/90/?url=https%3A%2F%2Fstatic.politico.com%2F64%2F01%2F57c05b1542efa9779c98a7b93ff0%2Fpolitico-inside-congress-live-cms-update-shared-graphic.png",
"description": "Sen. Chris Murphy criticized Israeli Prime Minister Benjamin Netanyahu for saying he opposed any creation of a Palestinian state in any post-war scenario. The Connecticut Democrat said the remarks were \"not helpful\" to ongoing negotiations of a national security package that would provide billions in aid to Israel. \"When Netanyahu says things like that, it does not help win votes,\" Murphy told reporters. \"We're going to need to get a lot of Democratic votes to pass this.\"",
"internal_site_id": "politico",
"dek": "Sen. Chris Murphy criticized Israeli Prime Minister Benjamin Netanyahu for saying he opposed any creation of a Palestinian state in any post-war scenario. The Connecticut Democrat said the remarks were \"not helpful\" to ongoing negotiations of a national security package that would provide billions in aid to Israel. \"When Netanyahu says things like that, it does not help win votes,\" Murphy told reporters. \"We're going to need to get a lot of Democratic votes to pass this.\"",
"title": "Murphy: Netanyahu comment 'not helpful'",
"site_section": "Congress",
"us_em": "anonymous",
"content_uuid": "0000018d-1dc5-dc2e-a3ad-7dc7a2320000",
"page_name": "Murphy: Netanyahu comment 'not helpful'",
"publication_date": "20240118",
"site_domain": "www.politico.com",
"content_id": "00136368",
"socialHeadline": "Murphy: Netanyahu comment 'not helpful'",
"organization_name": "anonymous",
"free_paid_content": "free",
"user_login_type": "anonymous",
"enable_prebid": "false",
"site_url": "",
"distribution_channel": "politico",
"original_headline": "Murphy: Netanyahu comment 'not helpful'",
"category": "Congress",
"ad_unit_section": "congress"
}
},
{
"urlSlug": "rand-paul-palestinian-aid-push-falls-senate-00136352",
"type": "post",
"title": "Rand Paul bid to limit U.S. aid to Palestinians fails on Senate floor",
"titleNav": "Paul's Palestinian aid push falls",
"dek": "“The time has come for the United States to mean what it says in the defense of human rights,\" Paul said.",
"publishedDate": "2024-01-18T18:15:09.816+00:00",
"authors": [
{
"name": "Anthony Adragna",
"link": "https://www.politico.com/staff/anthony-adragna",
"imageUrl": "https://static.politico.com/2c/52/1bd3d914487ea524ef6c3cd40d60/anthony-adragna.png"
}
],
"body": [
{
"content": "The Senate beat back <a href=\"https://www.paul.senate.gov/wp-content/uploads/2024/01/DAV24039.pdf\" target=\"_blank\">an amendment from Sen. Rand Paul</a> to limit foreign aid to the Palestinian Authority in the West Bank and Gaza.",
"type": "text"
},
{
"content": "It failed 44-50 as the chamber neared a final vote on a short-term government funding patch that would keep the lights on until March.",
"type": "text"
},
{
"content": "“The only thing consistent about American foreign aid is that the money continues to flow, regardless of the behavior of the recipients,” Paul (R-Ky.) said. “You would think with the massacre and everything else why would we be giving any money to the Palestinians … shouldn't they have to do something to earn the money?”",
"type": "text"
},
{
"content": "He added: “The time has come for the United States to mean what it says in the defense of human rights.”",
"type": "text"
},
{
"content": "Paul’s amendment would also have required a report from the State Department on human rights practices by the Palestinian Authority within 30 days of the adoption of the continuing resolution.",
"type": "text"
}
],
"leadMedia": {
"imageUrl": "https://static.politico.com/ed/0e/7ccec4314849ac7ad5fe975091f4/u-s-senate-20279.jpg",
"imageAlt": "Sen. Rand Paul (R-Ky.) speaks with reporters at the U.S. Capitol.",
"credit": null,
"source": "Francis Chung/POLITICO",
"caption": "Sen. Rand Paul (R-Ky.) speaks with reporters at the U.S. Capitol."
},
"analyticsTags": {
"enable_anchor_ad": "false",
"page_type": "",
"organization_uuid": "anonymous",
"content_tag": "Congress",
"socialImage": "https://www.politico.com/dims4/default/57d807d/2147483647/resize/1200x/quality/90/?url=https%3A%2F%2Fstatic.politico.com%2Fed%2F0e%2F7ccec4314849ac7ad5fe975091f4%2Fu-s-senate-20279.jpg",
"description": "“The time has come for the United States to mean what it says in the defense of human rights,\" Paul said.",
"internal_site_id": "politico",
"dek": "“The time has come for the United States to mean what it says in the defense of human rights,\" Paul said.",
"title": "Rand Paul bid to limit U.S. aid to Palestinians fails on Senate floor",
"site_section": "Congress",
"us_em": "anonymous",
"content_uuid": "0000018d-1d8c-d7ab-a5cf-1ded51a30000",
"page_name": "Rand Paul bid to limit U.S. aid to Palestinians fails on Senate floor",
"publication_date": "20240118",
"site_domain": "www.politico.com",
"content_id": "00136352",
"socialHeadline": "Rand Paul bid to limit U.S. aid to Palestinians fails on Senate floor",
"organization_name": "anonymous",
"free_paid_content": "free",
"user_login_type": "anonymous",
"enable_prebid": "false",
"site_url": "",
"distribution_channel": "politico",
"original_headline": "Rand Paul bid to limit U.S. aid to Palestinians fails on Senate floor",
"category": "Congress",
"ad_unit_section": "congress"
},
"adConfiguration": {
"adSlotConfig": []
}
},
{
"urlSlug": "senate-gop-scotus-trump-ballot-2024-00136361",
"type": "post",
"title": "Nearly 200 congressional Republicans urge SCOTUS to keep Trump on the ballot",
"titleNav": "Senate GOP on SCOTUS, Trump",
"dek": "The Supreme Court agreed to review a ruling by a Colorado court that barred Donald Trump from appearing on the state’s Republican primary ballot.",
"publishedDate": "2024-01-18T18:12:36.894+00:00",
"authors": [
{
"name": "Katherine Tully-McManus",
"link": "https://www.politico.com/staff/katherine-tully-mcmanus",
"imageUrl": "https://static.politico.com/4a/a8/def46aa14c9fae901ad5f339c4f8/katherine-tully-mcmanus.png"
}
],
"body": [
{
"content": "Nearly 200 congressional Republicans, including Senate Minority Leader Mitch McConnell, have joined a Supreme Court brief urging the court to side with former President Donald Trump on the question of if he is eligible to be on Colorado's ballot in the 2024 election.",
"type": "text"
},
{
"content": "The Supreme Court agreed to review a December ruling by a Colorado court that barred former President Donald Trump from appearing on the state’s Republican primary ballot because of his role in the Jan. 6, 2021, attacks on the U.S. Capitol. The Colorado court cited the 14th Amendment’s prohibition on someone holding “any office … under the United States” if he has “engaged in insurrection.”",
"type": "text"
},
{
"content": "Sen. Ted Cruz (R-Texas) and House Majority Leader Steve Scalise led the brief, which included McConnell and 46 Senate Republicans. They argue that the Colorado court decision infringes on congressional powers.",
"type": "text"
},
{
"content": "The brief from congressional Republicans does not weigh in on whether the attack on the Capitol on Jan. 6, 2021 was an insurrection or not, even though that determination was at the heart of the Colorado court’s decision. Lawmakers spent much of the 37-page filing questioning whether Trump bore responsibility for the violence that day.",
"type": "text"
},
{
"content": "\"It is hard to imagine an actual insurrectionist quickly asking for peace and encouraging disbandment,\" the group writes, focusing on one of many actions Trump took that day to direct the crowd.",
"type": "text"
},
{
"content": "McConnell’s signature is particularly notable because he has repeatedly stood by comments he made in the weeks after the Jan. 6 attack, squarely blaming Trump for stoking the violence.",
"type": "text"
},
{
"content": "The last time Capitol Hill Republicans backed Trump in large numbers at the Supreme Court was December 2020, when Trump was trying to overturn the results of the 2020 presidential election. Their signatures on the earlier brief presaged the Jan. 6 vote itself, during which more than half of House Republicans backed the effort.",
"type": "text"
},
{
"content": "The Supreme Court’s eventual ruling will impact other states weighing blocking Trump from the ballot, including Maine, where a judge on Wednesday put on hold a decision to exclude Trump to wait for the high court’s decision.",
"type": "text"
},
{
"content": "<i>Kyle Cheney contributed to this report.</i>",
"type": "text"
}
],
"leadMedia": {
"imageUrl": "https://static.politico.com/83/e1/69fac25149348406234d863fbad1/supreme-court-12457.jpg",
"imageAlt": "The U.S. Supreme Court is pictured.",
"credit": null,
"source": "Francis Chung/POLITICO",
"caption": "The U.S. Supreme Court is seen in Washington on Jan. 2, 2024. "
},
"analyticsTags": {
"enable_anchor_ad": "false",
"page_type": "",
"organization_uuid": "anonymous",
"content_tag": "Congress",
"socialImage": "https://www.politico.com/dims4/default/5336240/2147483647/resize/1200x/quality/90/?url=https%3A%2F%2Fstatic.politico.com%2F83%2Fe1%2F69fac25149348406234d863fbad1%2Fsupreme-court-12457.jpg",
"description": "The Supreme Court agreed to review a ruling by a Colorado court that barred Donald Trump from appearing on the state’s Republican primary ballot.",
"internal_site_id": "politico",
"dek": "The Supreme Court agreed to review a ruling by a Colorado court that barred Donald Trump from appearing on the state’s Republican primary ballot.",
"title": "Nearly 200 congressional Republicans urge SCOTUS to keep Trump on the ballot",
"site_section": "Congress",
"us_em": "anonymous",
"content_uuid": "0000018d-1db7-d7e3-a9dd-1fb717040000",
"page_name": "Nearly 200 congressional Republicans urge SCOTUS to keep Trump on the ballot",
"publication_date": "20240118",
"site_domain": "www.politico.com",
"content_id": "00136361",
"socialHeadline": "Nearly 200 congressional Republicans urge SCOTUS to keep Trump on the ballot",
"organization_name": "anonymous",
"free_paid_content": "free",
"user_login_type": "anonymous",
"enable_prebid": "false",
"site_url": "",
"distribution_channel": "politico",
"original_headline": "Nearly 200 congressional Republicans urge SCOTUS to keep Trump on the ballot",
"category": "Congress",
"ad_unit_section": "congress"
},
"adConfiguration": {
"adSlotConfig": []
}
},
{
"urlSlug": "democrats-trust-fall-00136332",
"type": "post",
"title": "House Dems prepare to make another shutdown cliff easier for Johnson",
"titleNav": "Democrats' trust fall",
"dek": "But they're not going to be so quick to help if conservatives force a vote to oust the speaker.",
"publishedDate": "2024-01-18T16:55:01.593+00:00",
"authors": [
{
"name": "Nicholas Wu",
"link": "https://www.politico.com/staff/nicholas-wu",
"imageUrl": "https://static.politico.com/23/ab/0a4392444be3a6d51306f66e5b8e/nicholas-wu.png"
}
],
"body": [
{
"content": "House Democrats are reluctantly preparing to give Speaker Mike Johnson the votes he needs to keep the government open as Congress nears final passage of another stopgap funding measure as soon as Thursday afternoon.",
"type": "text"
},
{
"content": "Republican leaders are bringing that spending patch to the floor using a fast-track maneuver that requires two-thirds majority for passage, which will require a large bloc of Democratic support amid entrenched opposition from hardline Republicans. The situation puts Democrats in the awkward position of bailing out a GOP speaker caught between warring factions of his conference — Johnson would be unable to pass the funding bill with Republican votes alone. ",
"type": "text"
},
{
"content": "Even so, Democratic leaders are urging a “yes” vote on the spending patch.",
"type": "text"
},
{
"content": "“The entire session has been the most clusterfuck session that I’ve seen,” said Rep. Mark Pocan (D-Wis.), an Appropriations Committee member. But, he added: “You can’t shut down the government.”",
"type": "text"
},
{
"content": "Democrats' readiness to make the stopgap vote easier for Johnson reflects renewed faith among some of them in the speaker’s ability to clinch a longer funding deal now that the deadline is set to slip to March. Now that Johnson has agreed to stick to the funding levels in last year's bipartisan debt deal despite pressure from his right flank, the opposing party is a bit more prepared to work with him — a political trust fall of sorts.",
"type": "text"
},
{
"content": "“It just gives me more confidence that he doesn't want to shut down the government,” said Rep. Don Beyer (D-Va.). “It gives me more confidence that he's not going to cave to the Freedom Caucus and take us to crazy places.”",
"type": "text"
},
{
"content": "Things might play out much differently, however, if conservatives push for a vote to oust Johnson to vent their fury with him. A rerun of the painful, chaotic October firing of former Speaker Kevin McCarthy would leave centrist Democrats with a choice between backing House Minority Leader Hakeem Jeffries (D-N.Y.) or bailing out Johnson.",
"type": "text"
},
{
"content": "For the moment, as some Democrats start to wonder aloud about the possibility of another speaker-ousting effort, there isn't much appetite in the party to unconditionally save the conservative Republican. The centrist Blue Dogs are already <a href=\"https://x.com/housebluedogs/status/1745941118888427536?s=46&t=B3UjAIhhKdVIAMCHIlm1tg\"><u>signaling</u></a> they wouldn’t lend Johnson a lifeline. ",
"type": "text"
},
{
"content": "Some Democrats suggested that both parties' leaders sit down to negotiate over the so-called motion to vacate the speakership. Rep. Henry Cuellar (D-Texas), said in a brief interview that \"there's some Democrats who are willing to help out. But [Johnson has] got to be able to talk to Hakeem.”",
"type": "text"
},
{
"content": "Rep. Matt Cartwright (D-Pa.), who represents a swing district and had briefly floated voting \"present\" to protect McCarthy, predicted a “spirited debate” in the caucus over a potential ouster but indicated that Democratic lawmakers would ultimately defer to their leadership.",
"type": "text"
},
{
"content": "Democratic leaders have largely batted aside questions about the speaker-tossing motion as hypothetical. Jeffries had pitched a power-sharing <a href=\"https://www.politico.com/live-updates/2023/10/06/congress/jeffries-calls-for-bipartisan-coalition-rule-changes-00120387\"><u>agreement</u></a> with Republicans amid the fallout from McCarthy’s ouster but it largely fell on deaf ears.",
"type": "text"
},
{
"content": "Asked Thursday about the motion to vacate, Jeffries told POLITICO: “We're focused right now on making sure that we avoid an unnecessary partial government shutdown. That's what's in front of us right now.”",
"type": "text"
},
{
"content": "Others had very little sympathy for Johnson’s predicament.",
"type": "text"
},
{
"content": "“He got himself into this mess. He signed up for this. This is what it is to lead,” said Rep. Hillary Scholten (D-Mich.).",
"type": "text"
}
],
"leadMedia": {
"imageUrl": "https://static.politico.com/f6/8c/9c3e022f4fe0929b31705cedfa9e/2022-1117-pocan-4000-1.jpg",
"imageAlt": "Rep. Mark Pocan speaks with reporters outside the U.S. Capitol.",
"credit": null,
"source": "Francis Chung/POLITICO",
"caption": "Rep. Mark Pocan (D-Wis.) speaks with reporters outside the U.S. Capitol on Nov. 17, 2022."
},
"analyticsTags": {
"enable_anchor_ad": "false",
"page_type": "",
"organization_uuid": "anonymous",
"content_tag": "Congress",
"socialImage": "https://www.politico.com/dims4/default/917605b/2147483647/resize/1200x/quality/90/?url=https%3A%2F%2Fstatic.politico.com%2Ff6%2F8c%2F9c3e022f4fe0929b31705cedfa9e%2F2022-1117-pocan-4000-1.jpg",
"description": "But they're not going to be so quick to help if conservatives force a vote to oust the speaker.",
"internal_site_id": "politico",
"dek": "But they're not going to be so quick to help if conservatives force a vote to oust the speaker.",
"title": "House Dems prepare to make another shutdown cliff easier for Johnson",
"site_section": "Congress",
"us_em": "anonymous",
"content_uuid": "0000018d-1d36-dfdb-afcf-1d7f62740000",
"page_name": "House Dems prepare to make another shutdown cliff easier for Johnson",
"publication_date": "20240118",
"site_domain": "www.politico.com",
"content_id": "00136332",
"socialHeadline": "House Dems prepare to make another shutdown cliff easier for Johnson",
"organization_name": "anonymous",
"free_paid_content": "free",
"user_login_type": "anonymous",
"enable_prebid": "false",
"site_url": "",
"distribution_channel": "politico",
"original_headline": "House Dems prepare to make another shutdown cliff easier for Johnson",
"category": "Congress",
"ad_unit_section": "congress"
},
"adConfiguration": {
"adSlotConfig": []
}
},
{
"urlSlug": "amash-is-back-00136338",
"type": "post",
"title": "Ex-Republican Amash eyes a GOP return for the Michigan Senate race",
"titleNav": "Amash is back ",
"dek": "The former congressman says the current field consists of \"uninspired, unserious, and unprepared\" candidates. ",
"publishedDate": "2024-01-18T16:40:42.358+00:00",
"authors": [
{
"name": "Anthony Adragna",
"link": "https://www.politico.com/staff/anthony-adragna",
"imageUrl": "https://static.politico.com/2c/52/1bd3d914487ea524ef6c3cd40d60/anthony-adragna.png"
}
],
"body": [
{
"content": "Former Rep. Justin Amash, who left the Republican Party following a crescendo of Donald Trump criticism, said Thursday that he's mulling a return to the GOP and a jump into Michigan's open Senate contest.",
"type": "text"
},
{
"content": "\"Contenders for the seat who are uninspired, unserious, and unprepared to tackle the chief impediment to liberty and economic prosperity—an overgrown and abusive government that strives to centralize power and snuff out individualism,\" Amash <a href=\"https://twitter.com/justinamash/status/1748012374865412458\" target=\"_blank\">wrote in a post on X</a>, formerly known as Twitter, as he laid out his case for possibly entering the contest. ",
"type": "text"
},
{
"content": "Amash didn't outline a timeline for a decision but said \"the stakes are high: freedom, social cooperation, and human progress itself.\"",
"type": "text"
},
{
"content": "He gained national attention in 2019 when he became the <a href=\"https://www.politico.com/story/2019/05/18/justin-amash-trump-impeachable-mueller-1332780\" target=\"_blank\">first Republican to say Trump committed impeachable offenses</a>, later leaving the party to become an independent. He flirted with running for president in 2020 on the Libertarian Party ticket, but ultimately didn't pursue the bid. ",
"type": "text"
},
{
"content": "There's no clear frontrunner right now in the race for the GOP nomination to succeed retiring-Sen. Debbie Stabenow (D-Mich.). Among the contenders: former Detroit Police Chief James Craig, businessman Sandy Pensler, former Rep. Mike Rogers (R) and former Rep. Peter Meijer (R) — who succeeded Amash in Congress and also criticized the former president before recently reversing himself and vowing to support Trump if he wins the party's 2024 nomination.",
"type": "text"
}
],
"leadMedia": {
"imageUrl": "https://static.politico.com/b7/12/eb1305c541fd8f17e7d4a2191681/election-security-90493.jpg",
"imageAlt": "Representative Justin Amash looks out from the dais on Capitol Hill.",
"credit": null,
"source": "Carolyn Kaster/AP",
"caption": "Rep. Justin Amash (R-Mich.) looks out from the dais on Capitol Hill, on May 22, 2019, during a House Oversight and Reform National Security subcommittee hearing."
},
"analyticsTags": {
"enable_anchor_ad": "false",
"page_type": "",
"organization_uuid": "anonymous",
"content_tag": "Congress",
"socialImage": "https://www.politico.com/dims4/default/2acbcdf/2147483647/resize/1200x/quality/90/?url=https%3A%2F%2Fstatic.politico.com%2Fb7%2F12%2Feb1305c541fd8f17e7d4a2191681%2Felection-security-90493.jpg",
"description": "The former congressman says the current field consists of \"uninspired, unserious, and unprepared\" candidates. ",
"internal_site_id": "politico",
"dek": "The former congressman says the current field consists of \"uninspired, unserious, and unprepared\" candidates. ",
"title": "Ex-Republican Amash eyes a GOP return for the Michigan Senate race",
"site_section": "Congress",
"us_em": "anonymous",
"content_uuid": "0000018d-1d57-d7e3-a9dd-1f57ccbf0000",
"page_name": "Ex-Republican Amash eyes a GOP return for the Michigan Senate race",
"publication_date": "20240118",
"site_domain": "www.politico.com",
"content_id": "00136338",
"socialHeadline": "Ex-Republican Amash eyes a GOP return for the Michigan Senate race",
"organization_name": "anonymous",
"free_paid_content": "free",
"user_login_type": "anonymous",
"enable_prebid": "false",
"site_url": "",
"distribution_channel": "politico",
"original_headline": "Ex-Republican Amash eyes a GOP return for the Michigan Senate race",
"category": "Congress",
"ad_unit_section": "congress"
},
"adConfiguration": {
"adSlotConfig": []
}
},
{
"urlSlug": "proxy-push-new-moms-house-voting-luna-00136331",
"type": "post",
"title": "Bipartisan House group ramps up push to allow proxy voting for new moms",
"titleNav": "Proxy push for new moms",
"dek": "\"This place is completely out of touch with Americans,\" said Rep. Anna Paulina Luna. ",
"publishedDate": "2024-01-18T16:07:06.641+00:00",
"authors": [
{
"name": "Anthony Adragna",
"link": "https://www.politico.com/staff/anthony-adragna",
"imageUrl": "https://static.politico.com/2c/52/1bd3d914487ea524ef6c3cd40d60/anthony-adragna.png"
}
],
"body": [
{
"content": "A bipartisan group of House lawmakers is pushing leadership to allow new moms to utilize proxy voting up to six weeks after giving birth. ",
"type": "text"
},
{
"content": "The <a href=\"https://www.congress.gov/118/bills/hres967/BILLS-118hres967ih.pdf\" target=\"_blank\">resolution</a>, led by Reps. Anna Paulina Luna (R-Fla.) and Sara Jacobs (D-Calif.), would allow moms to spend time with their newborns, and supporters argue it removes a barrier to public service experienced by many women. Just 12 women have given birth while serving in the House. ",
"type": "text"
},
{
"content": "\"This place is completely out of touch with Americans,\" Luna said at a press conference. \"We're not going to just let this go. So we will be eventually passing this, we just don't know when.\"",
"type": "text"
},
{
"content": "Luna acknowledged \"hesitancy\" among leadership to adopt the resolution, which Rep. Matt Gaetz (R-Fla.) chalked up to the possibility both parties \"sometimes want to have the members here to have their thumb over\" them. ",
"type": "text"
},
{
"content": "A spokesperson for Speaker Mike Johnson did not immediately respond to a request for comment. ",
"type": "text"
},
{
"content": "Jacobs added: \"Anna and I've already done the hard work of finding an area where there's bipartisan agreement, so I'm hopeful that we can have resolution.\"",
"type": "text"
},
{
"content": "Other members speaking in support included Reps. Tim Burchett (R-Tenn.), Jill Tokuda (D-Hawaii), Jared Moskowitz (D-Fla.) and Gaetz.",
"type": "text"
},
{
"content": "Burchett said he remains opposed to proxy voting in most cases, citing frequent use of the practice during the Covid pandemic, but called being a new mom a different situation. ",
"type": "text"
},
{
"content": "\"We shouldn't force new mothers in Congress to choose between representing their constituents and caring for their child,\" he said. \"Mama should be with that baby.\"",
"type": "text"
}
],
"leadMedia": {
"imageUrl": "https://static.politico.com/5c/d7/0aa319dd45619a72ddebda8c52d1/house-of-representatives-62096.jpg",
"imageAlt": "Rep. Anna Paulina Luna holds her newborn baby outside a House Republican Conference meeting. At right, Luna's husband, Andrew Gamberzky, is seen.",
"credit": null,
"source": "Francis Chung/POLITICO",
"caption": "Rep. Anna Paulina Luna (R-Fla.) shows off her newborn baby outside a House Republican Conference meeting on Capitol Hill. At right, Luna's husband, Andrew Gamberzky, is seen."
},
"analyticsTags": {
"enable_anchor_ad": "false",
"page_type": "",
"organization_uuid": "anonymous",
"content_tag": "Congress",
"socialImage": "https://www.politico.com/dims4/default/924b70d/2147483647/resize/1200x/quality/90/?url=https%3A%2F%2Fstatic.politico.com%2F5c%2Fd7%2F0aa319dd45619a72ddebda8c52d1%2Fhouse-of-representatives-62096.jpg",
"description": "\"This place is completely out of touch with Americans,\" said Rep. Anna Paulina Luna. ",
"internal_site_id": "politico",
"dek": "\"This place is completely out of touch with Americans,\" said Rep. Anna Paulina Luna. ",
"title": "Bipartisan House group ramps up push to allow proxy voting for new moms",
"site_section": "Congress",
"us_em": "anonymous",
"content_uuid": "0000018d-1d2f-d7ab-a5cf-1d6f337f0000",
"page_name": "Bipartisan House group ramps up push to allow proxy voting for new moms",
"publication_date": "20240118",
"site_domain": "www.politico.com",
"content_id": "00136331",
"socialHeadline": "Bipartisan House group ramps up push to allow proxy voting for new moms",
"organization_name": "anonymous",
"free_paid_content": "free",
"user_login_type": "anonymous",
"enable_prebid": "false",
"site_url": "",
"distribution_channel": "politico",
"original_headline": "Bipartisan House group ramps up push to allow proxy voting for new moms",
"category": "Congress",
"ad_unit_section": "congress"
},
"adConfiguration": {
"adSlotConfig": []
}
},
{
"urlSlug": "abortions-impact-in-budget-talks-00136321",
"type": "promo",
"title": "Mike Johnson’s silence on abortion leaves House conservatives fuming. Again.",
"titleNav": "Abortion's impact in budget talks",
"dek": "The state of play is vexing Congress’ anti-abortion stalwarts and influential outside groups, many of whom Johnson is set to face Friday as he addresses the March for Life rally in Washington.",
"publishedDate": "2024-01-18T10:00:00.000+00:00",
"authors": [
{
"name": "Alice Miranda Ollstein",
"link": "https://www.politico.com/staff/alice-miranda-ollstein",
"imageUrl": "https://static.politico.com/72/c4/50757f7146b49ad9bbaf616b52ff/ollstein-alice.jpg"
},
{
"name": "Meredith Lee Hill",
"link": "https://www.politico.com/staff/meredith-lee",
"imageUrl": null
}
],
"promoLink": "https://www.politico.com/news/2024/01/18/disappointed-and-upset-conservatives-bemoan-lack-of-anti-abortion-win-in-funding-fight-00136235",
"promoLinkAlt": "Read the story",
"leadMedia": {
"imageUrl": "https://static.politico.com/f1/e1/371776394cb78ec069ec18c654f0/u-s-congress-50058.jpg",
"imageAlt": "House Speaker Mike Johnson speaks during a press conference at the U.S. Capitol.",
"credit": null,
"source": "Francis Chung/POLITICO",
"caption": "House Speaker Mike Johnson (R-La.) speaks during a press conference at the U.S. Capitol on Jan. 17, 2024."
},
"analyticsTags": {
"site_domain": "www.politico.com",
"enable_anchor_ad": "false",
"content_id": "00136321",
"page_type": "",
"organization_uuid": "anonymous",
"description": "The state of play is vexing Congress’ anti-abortion stalwarts and influential outside groups, many of whom Johnson is set to face Friday as he addresses the March for Life rally in Washington.",
"socialHeadline": "Mike Johnson’s silence on abortion leaves House conservatives fuming. Again.",
"organization_name": "anonymous",
"internal_site_id": "politico",
"dek": "The state of play is vexing Congress’ anti-abortion stalwarts and influential outside groups, many of whom Johnson is set to face Friday as he addresses the March for Life rally in Washington.",
"free_paid_content": "free",
"title": "Republicans fume over lack of anti-abortion policies in funding fight",
"user_login_type": "anonymous",
"us_em": "anonymous",
"enable_prebid": "false",
"content_uuid": "0000018d-1cec-dc2e-a3ad-7cee88fe0000",
"site_url": "",
"distribution_channel": "politico",
"page_name": "Republicans fume over lack of anti-abortion policies in funding fight",
"publication_date": "20240118",
"original_headline": "Abortion's impact in budget talks"
}
},
{
"urlSlug": "bad-times-for-good-00136202",
"type": "post",
"title": "Bad vibes for Bob Good",
"titleNav": "Bad times for Good",
"dek": "The new House Freedom Caucus chair is taking flak from Trump world and allies of former Speaker Kevin McCarthy. His allies say it could become an asset.",
"publishedDate": "2024-01-18T14:05:22.938+00:00",
"authors": [
{
"name": "Olivia Beavers",
"link": "https://www.politico.com/staff/olivia-beavers",
"imageUrl": "https://static.politico.com/92/d3/f38894df43819bb5ebb8e7db6527/olivia-beavers-headshot.jpg"
}
],
"body": [
{
"content": "One month into his term leading the conservative House Freedom Caucus, Bob Good is facing a new wave of intra-party attacks — from the Trump campaign to allies of former Speaker Kevin McCarthy to, now, a military-focused PAC led by fellow Republicans.",
"type": "text"
},
{
"content": "Good is facing a challenge in June's Virginia GOP primary from State Sen. John McGuire, a former Navy SEAL who last week got endorsed by the board of the SEAL PAC, which aims to elect conservative military veterans to Congress. While Good has endorsed the flagging presidential campaign of Gov. Ron DeSantis (R-Fla.), McGuire is a longtime backer of former President Donald Trump's 2024 bid.",
"type": "text"
},
{
"content": "The SEAL PAC, notably, has its own ties to Trump. It's led by Rep. Ryan Zinke (R-Mont.), a former Navy SEAL and Trump Cabinet member. Zinke said in an interview that unlike the \"reckless\" Good, who's used his Hill perch to suggest cutting off government funding in a bid to squeeze Democrats into bigger cuts, McGuire understands how damaging a shutdown would be to the country’s military.",
"type": "text"
},
{
"content": "“[Good] endorsed Ron DeSantis and continues to be an anti-Trump policy candidate,” Zinke, who served as Trump’s Interior secretary, told POLITICO. “SEAL PAC is proud ... to announce it is endorsing McGuire for that seat.”",
"type": "text"
},
{
"content": "SEAL PAC is the latest member of a growing list of enemies Good has acquired within his own party. <a href=\"https://www.politico.com/live-updates/2023/11/03/congress/good-challenger-00125250\" target=\"_blank\">POLITICO first reported</a> on the growing animosity toward Good, including McGuire's challenge, and McCarthy's refusal to rule out spending money against the Virginian after Good joined seven other Republicans in voting to oust the former speaker last fall.",
"type": "text"
},
{
"content": "“A tremendous amount of House Republicans are tired of Freedom Caucus members who threaten to primary and vacate [the speakership]. There are many more of us than there are of them, and we want to get on with the country’s business,” said one House Republican who is trying to help unseat Good, granted anonymity to speak candidly about the intra-party battle.",
"type": "text"
},
{
"content": "This week, Trump’s campaign manager Chris LaCivita also signaled to a local Virginia news outlet that his operation intended to go after Good.",
"type": "text"
},
{
"content": "“Bob Good won’t be electable when we get done with him,” Chris LaCivita told Cardinal News.",
"type": "text"
},
{
"content": "Good has defended his DeSantis endorsement as not motivated by opposition to Trump, but by his desire for a candidate who could serve two terms in the White House. He has reinforced his Trump support this week, touting the former president's Iowa caucus victory by calling Trump the “best president in my lifetime.\"",
"type": "text"
},
{
"content": "“I think people in the Fifth District of Virginia like what I'm doing. I've kept my word. I've been the kind of consistent conservative that they elected me to be and I expect they'll get it right,” he added.",
"type": "text"
},
{
"content": "That did little to stop the intra-GOP attacks.",
"type": "text"
},
{
"content": "Rep. Marjorie Taylor Greene (R-Ga.), a Trump and McCarthy ally, slammed Good on Wednesday. Greene claimed that the once Trump-aligned Freedom Caucus, which evicted her from its ranks last year, has misled donors because its leadership is “filled with Never Trumpers led by their new chairman angry disloyal MAGA traitor Bob Good.”",
"type": "text"
},
{
"content": "Greene, who was booted from the group in part because of her penchant for publicly criticizing its members, added on X, formerly known as Twitter, that “President Trump is going to win in 24, and he needs loyal America First warriors NOT Congressmen on a power trip who will stab him in the back.\"",
"type": "text"
},
{
"content": "Despite the outside blowback, Good still commands widespread support in the Freedom Caucus.",
"type": "text"
},
{
"content": "“Seriously, she is a distraction,\" Rep. Lauren Boebert (R-Colo.) said of Greene. \"And I do not think about anything she says.\" ",
"type": "text"
},
{
"content": "Boebert added that while she is a Trump supporter, conservatives should be free to endorse any presidential candidate: “It doesn't affect our policies, our positions, and HFC is going to continue to lead the conference in a more conservative direction.”",
"type": "text"
},
{
"content": "Rep. Ralph Norman (R-S.C.), who has endorsed Nikki Haley in the primary, argued that Good could even leverage the outside barbs for his re-election campaign.",
"type": "text"
},
{
"content": "“He's gonna win that race,” Norman said. “Bob is smart enough to do that. Use that as a plus.”",
"type": "text"
},
{
"content": "<i>Anthony Adragna contributed.</i>",
"type": "text"
}
],
"leadMedia": {
"imageUrl": "https://static.politico.com/b3/48/6b1ce11542ec8be0389bb3bf71d2/house-of-representatives-27774.jpg",
"imageAlt": "Rep. Bob Good speaks with reporters outside the U.S. Capitol.",
"credit": null,
"source": "Francis Chung/POLITICO",
"caption": "Rep. Bob Good (R-Va.) speaks with reporters outside the U.S. Capitol on Oct. 2, 2023."
},
"analyticsTags": {
"enable_anchor_ad": "false",
"page_type": "",
"organization_uuid": "anonymous",
"content_tag": "Congress",
"socialImage": "https://www.politico.com/dims4/default/722e77d/2147483647/resize/1200x/quality/90/?url=https%3A%2F%2Fstatic.politico.com%2Fb3%2F48%2F6b1ce11542ec8be0389bb3bf71d2%2Fhouse-of-representatives-27774.jpg",
"description": "The new House Freedom Caucus chair is taking flak from Trump world and allies of former Speaker Kevin McCarthy. His allies say it could become an asset.",
"internal_site_id": "politico",
"dek": "The new House Freedom Caucus chair is taking flak from Trump world and allies of former Speaker Kevin McCarthy. His allies say it could become an asset.",
"title": "Bad vibes for Bob Good",
"site_section": "Congress",
"us_em": "anonymous",
"content_uuid": "0000018d-1964-dfdb-afcf-1d6d3c150000",
"page_name": "Bad vibes for Bob Good",
"publication_date": "20240118",
"site_domain": "www.politico.com",
"content_id": "00136202",
"socialHeadline": "Bad vibes for Bob Good",
"organization_name": "anonymous",
"free_paid_content": "free",
"user_login_type": "anonymous",
"enable_prebid": "false",
"site_url": "",
"distribution_channel": "politico",
"original_headline": "Bad vibes for Bob Good",
"category": "Congress",
"ad_unit_section": "congress"
},
"adConfiguration": {
"adSlotConfig": []
}
}
],
"analyticsTags": {
"content_uuid": "0000018d-1ce4-dc2e-a3ad-7ce6e2ff0000",
"content_tag": "",
"socialImage": "https://www.politico.com/dims4/default/a7942e2/2147483647/resize/1200x/quality/90/?url=https%3A%2F%2Fstatic.politico.com%2F64%2F01%2F57c05b1542efa9779c98a7b93ff0%2Fpolitico-inside-congress-live-cms-update-shared-graphic.png",
"publication_date": "20240118",
"description": "Live updates and analysis from POLITICO’s Congress team",
"socialHeadline": "Inside Congress Live, Jan 18, 2024",
"dek": "Live updates and analysis from POLITICO’s Congress team",
"title": "Inside Congress Live, Jan 18, 2024",
"category": "Congress"
},
"adConfig": {
"adRefreshRate": "30",
"adAnchorRefreshRate": "30",
"viewportsBetweenAds": "2",
"viewportsFirstAdInsertion": "1",
"viewportAdsId": "pol-vp",
"adSlotConfig": [
{
"slot": "navigation",
"adId": "pol-04",
"cssClasses": "js-lazy-load placeholder placeholder--250",
"hideNextSibling": false,
"adRefreshRate": "30"
},
{
"slot": "graf-3-standalone",
"adId": "pol-05",
"cssClasses": "js-lazy-load placeholder placeholder--250",
"hideNextSibling": false,
"adRefreshRate": "30"
},
{
"slot": "between-card",
"adId": "pol-06",
"cssClasses": "js-lazy-load placeholder placeholder--250",
"hideNextSibling": false,
"adRefreshRate": "30"
},
{
"slot": "fixed-leaderboard-below",
"adId": "pol-01",
"cssClasses": "remove-label",
"hideNextSibling": false,
"adRefreshRate": "45"
}
],
"enablePrebid": true,
"enableAnchorAds": true
},
"liveModeEnabled": false,
"liveMode": null
}