Requires the
evidence:grants:api scope. See the Evidence overview for how scopes work.Search grants
results is a grant group: { grants, grantsTotal, ... }, where each grant carries title, abstract, organization, country, state, piName, awardAmount, awardStartDate, awardCloseDate, awardNoticeDate, agency, branch, researchKeywords, dataSource, phase, program, and an externalLink to the source record.
Useful filters
Filter by award dates with range suffixes:
f=awardStartDategte:"2023-01-01".
Sorting
s accepts _relevance (default), awardStartDate, awardCloseDate, awardNoticeDate, awardAmount, and employeeCount. Combine with sortDir=asc|desc.
Single grant
GET /api_partner/evidence/grants/{grant_id} returns the full record for one grant group.
Common uses
- Funding landscape: facet on
agencyororganizationvia thefacetsendpoint to map who funds a topic. - Prospect and partner research: look up a PI or institution’s active awards, sorted by
awardAmountorawardStartDate. - Early signal detection: grants precede publications; a topic search sorted by
awardNoticeDateshows where funding is moving now.
