Community of readers and writers offering unique perspectives on ideas
Medium is a community for readers and writers to share unique perspectives and ideas.
import requests
url = "https://api.medium.com/v1/YOUR_API_ENDPOINT"
headers = {
"Content-Type": "application/json"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)