Get ORCID Researcher Funding
orcid_get_fundingFetch funding records for an ORCID researcher: grants, contracts, awards, and salary awards. Returns funder names, funder organization identifiers, grant numbers, and funding periods. Funding data is entirely self-reported — most researchers do not enter funding even when they have grants. Absence of funding records does not imply absence of funding. When records exist they are high-value for grant tracking and funder analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orcid_id | Yes | ORCID iD — bare format (0000-0001-2345-6789) or full URI (https://orcid.org/0000-0001-2345-6789). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| notice | No | Note when no funding is found — absence of records does not mean absence of funding. | |
| funding | No | Funding records associated with this ORCID iD. | |
| orcidId | No | Normalized ORCID iD (bare format). | |
| orcidUri | No | Full ORCID URI. | |
| fundingCount | No | Total number of funding records returned. |