The primary platform for Open Source and code sharing for the U.S. Federal Government
Code.gov is the U.S. Federal Government's platform for open source and code sharing, promoting reuse and public access to federal source code.
import requests
url = "https://api.code.gov/api/v1/repos"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)