Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 193 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 193 Bytes

Notes:

12/10/2023

The Peregrine API can be found at https://api.peregrinefrc.com/.

import requests

r = requests.get("https://api.peregrinefrc.com/")
print(r.json()["uptime"])