> ## Documentation Index
> Fetch the complete documentation index at: https://developers.openalex.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Awards Overview

> Schema reference for Awards entities

Awards represent research grants and funding awards. They link funders to the works they have funded.

## Filter, sort, and group\_by fields

The API supports filtering, sorting, and grouping on awards fields. See [Filtering](/guides/filtering), [Sorting](/guides/sort), and [Grouping](/guides/grouping) for syntax.

Fields marked **(deprecated)** are `.search` filters — use the [`search` parameter](/guides/searching) instead.

| Field                                   | Sort | Group\_by | Filter |
| --------------------------------------- | :--: | :-------: | :----: |
| `amount`                                |   ✓  |           |    ✓   |
| `currency`                              |   ✓  |     ✓     |    ✓   |
| `default.search` **(deprecated)**       |      |           |    ✓   |
| `description.search` **(deprecated)**   |      |           |    ✓   |
| `display_name.search` **(deprecated)**  |      |           |    ✓   |
| `doi`                                   |      |           |    ✓   |
| `end_year`                              |   ✓  |     ✓     |    ✓   |
| `funded_outputs`                        |   ✓  |     ✓     |    ✓   |
| `funded_outputs_count`                  |   ✓  |           |    ✓   |
| `funder.doi`                            |   ✓  |     ✓     |    ✓   |
| `funder.id`                             |   ✓  |     ✓     |    ✓   |
| `funder.ror`                            |   ✓  |     ✓     |    ✓   |
| `funder_award_id`                       |   ✓  |     ✓     |    ✓   |
| `funder_name`                           |   ✓  |     ✓     |    ✓   |
| `funder_scheme`                         |      |           |    ✓   |
| `funding_type`                          |   ✓  |     ✓     |    ✓   |
| `id`                                    |   ✓  |     ✓     |    ✓   |
| `lead_investigator.affiliation.country` |   ✓  |     ✓     |    ✓   |
| `lead_investigator.affiliation.name`    |      |           |    ✓   |
| `lead_investigator.family_name`         |      |           |    ✓   |
| `lead_investigator.given_name`          |      |           |    ✓   |
| `lead_investigator.orcid`               |   ✓  |     ✓     |    ✓   |
| `provenance`                            |   ✓  |     ✓     |    ✓   |
| `start_year`                            |   ✓  |     ✓     |    ✓   |
