The most comprehensive and easy to deploy federal and state and local government data API.
Quickly and easily integrate our data.
Our REST API is easy and intuitive to integrate for developers of all levels of experience and familiarity with government data.
Popular use cases include populating CRMs with opportunity and contact data, powering subcontractor management systems, big data and artificial intelligence applications, and research.
Custom APIs and custom plans are available.
HigherGov subscribers can get started today with a generous free tier.
Learn More:
import requests
import json
#Endpoint URL
endpoint = 'https://www.highergov.com/api/contract/'
#Define Parameters
params = {
'api_key': '{Your API Key Here}',
'last_modified_date': '2023-07-06',
'page_number': '1',
}
#Call API
response = requests.get(endpoint, params=params)
#Convert Response to JSON
data = response.json()
# print(json.dumps(data, indent=4)) # Print the JSON
#Loop through records
for result in data.get('results'):
contract_award_id = result.get('prime_contract_award_id')
...
We offer hundreds of consolidated and scrubbed fields and minimal limits