Simpler Grants Gov API
The Gofannon tools for the Simpler Grants Gov API allow you to search for and retrieve details about federal grant opportunities.
Obtaining an API Key and Configuration
To use these tools, you need to configure two main items, typically via environment variables:
- API Key:
- Set the
SIMPLER_GRANTS_API_KEY
environment variable to your Simpler Grants Gov API key. - This key is required for all API interactions.
- Set the
- Base URL:
- Set the
SIMPLER_GRANTS_BASE_URL
environment variable if you need to point to a specific API endpoint (e.g., a non-production environment). - If not set, it defaults to a production-like URL (e.g.,
https://api.grants.gov/grants
, but verify the default ingofannon/config.py
matches your needs).
- Set the
These configurations are loaded by the ToolConfig
class within Gofannon.
Status
API | Function | Status |
---|---|---|
Simpler Grants Gov API | GetOpportunity | :white_check_mark: Implemented |
Simpler Grants Gov API | QueryOpportunities | :white_check_mark: Implemented |
Simpler Grants Gov API | QueryOpportunitiesByAgencyCode | :white_check_mark: Implemented |
Simpler Grants Gov API | QueryByFundingDetails | :white_check_mark: Implemented |
Simpler Grants Gov API | QueryByApplicantEligibility | :white_check_mark: Implemented |
Simpler Grants Gov API | QueryByAwardCriteria | :white_check_mark: Implemented |
Simpler Grants Gov API | QueryByDates | :white_check_mark: Implemented |
Simpler Grants Gov API | QueryByAssistanceListing | :white_check_mark: Implemented |
Simpler Grants Gov API | QueryByMultipleCriteria | :white_check_mark: Implemented |