fivethirtyeight / data

Data and code behind the articles and graphics at FiveThirtyEight
https://data.fivethirtyeight.com/
Creative Commons Attribution 4.0 International
16.76k stars 10.95k forks source link

Trump approval ratings API or raw data endpoint? #94

Closed Eflores89 closed 7 years ago

Eflores89 commented 7 years ago

FR: Is there any endpoint to the raw data similar to this: https://github.com/fivethirtyeight/data/issues/72

But for the trump approval ratings? https://projects.fivethirtyeight.com/trump-approval-ratings/

Thanks

rogerfitz commented 7 years ago

I think these are all of them. Use inspect element and network tab to view interactive visualization data sources. https://projects.fivethirtyeight.com/trump-approval-ratings/historical-approval.json
https://projects.fivethirtyeight.com/trump-approval-ratings/approval.json
https://projects.fivethirtyeight.com/trump-approval-ratings/polls.json
https://projects.fivethirtyeight.com/interactive-recirc/interactive-recirc.json

Eflores89 commented 7 years ago

Genius!