Skip to content

Commit

Permalink
Update beam-sql-with-notebooks.md with working API link (#29095)
Browse files Browse the repository at this point in the history
The provided API to fetch covid data from has changed to:
https://api.covidtracking.com/v1/states/current.json
  • Loading branch information
joy91227 authored Oct 22, 2023
1 parent f0f8f43 commit 4b2aab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ import json
import requests

# The covidtracking project has stopped collecting new data, current data ends on 2021-03-07
json_current='https://covidtracking.com/api/v1/states/current.json'
json_current='https://api.covidtracking.com/v1/states/current.json'

def get_json_data(url):
with requests.Session() as session:
Expand Down

0 comments on commit 4b2aab5

Please sign in to comment.