Filter awards
You can filter awards with the filter parameter:
Get awards from the National Science Foundation:
https://api.openalex.org/awards?filter=funder.id:F4320306076
/awards attribute filters
/awards attribute filtersYou can filter using these attributes of the Award object:
/awards convenience filters
/awards convenience filtersThese filters aren't attributes of the Award object, but they're included to address some common use cases:
default.search
default.searchValue: a search string
This works the same as using the search parameter for awards.
display_name.search
display_name.searchValue: a search string
Returns awards with a display_name containing the given string.
Get awards with "climate" in the name:
https://api.openalex.org/awards?filter=display_name.search:climate
description.search
description.searchValue: a search string
Returns awards with a description containing the given string.
Last updated