Get Recipient Profile
usaspending_get_recipientFetch a recipient's full profile including address, business type codes, parent organization, alternate names, and total transaction and loan amounts. Recipient IDs are UUID hashes with a level suffix (-P parent, -C child, -R standalone) from usaspending_search_recipients or usaspending_get_award. Optionally scope the totals to a specific fiscal year and award type. UEI and DUNS values can be used to cross-reference with SAM.gov and SEC EDGAR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| award_type | No | Award type category to scope award totals | |
| fiscal_year | No | Fiscal year to scope award totals (e.g., 2024) | |
| recipient_id | Yes | Recipient hash ID (UUID with level suffix, e.g., b97d19b0-833c-8d8f-3a2c-157d04ea55ef-P) — from usaspending_search_recipients or usaspending_get_award |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uei | No | Unique Entity Identifier (SAM.gov) | |
| duns | No | DUNS number (legacy) | |
| name | No | Recipient legal business name | |
| error | No | Present when the call failed. Absent on success. | |
| location | No | Recipient address | |
| parent_uei | No | Parent organization UEI | |
| parent_name | No | Parent organization name | |
| recipient_id | No | Recipient hash ID | |
| business_types | No | Business type codes | |
| alternate_names | No | Alternate business names | |
| recipient_level | No | Hierarchy level: P = parent, C = child, R = standalone | |
| total_transactions | No | Total number of award transactions | |
| total_transaction_amount | No | Total transaction (award) amount in USD; scoped by fiscal_year/award_type when provided | |
| total_face_value_loan_amount | No | Total face value of loans in USD | |
| total_face_value_loan_transactions | No | Number of face-value loan transactions |