Search awards
The best way to search for awards is to use the search query parameter, which searches across the display_name and description fields.
Get awards that mention "machine learning":
https://api.openalex.org/awards?search=machine%20learning
Search a specific field
You can also use search as a filter, allowing you to fine-tune the fields you're searching over. To do this, append .search to the end of the property you're filtering for:
Get awards where the display name includes "climate":
https://api.openalex.org/awards?filter=display_name.search:climate
The following fields can be searched as a filter within awards:
Search filter
Field that is searched
You can also use the filter default.search, which works the same as using the search parameter.
Last updated