usaspending-api icon indicating copy to clipboard operation
usaspending-api copied to clipboard

/api/v2/subawards/ and others do not provide Subawardee Recipient Details

Open jeffchenoweth opened this issue 2 years ago • 1 comments

Current JSON Endpoints lack the subawardee recipient details (UEI, Address, etc) that are provided in the CSV Download, so there is no way to find out the Subaward recipient location without downloading the CSV of Subawards.

/api/v2/subawards/

returns

id (required, number) subaward_number (required, string) description (required, string) action_date (required, string) amount (required, number) recipient_name (required, string)

And no Subaward Endpoint exists like /api/v2/awards/{award_id}/ to gather additional details.

When querying /api/v2/search/Spending_By_Award/ with subawards flag = true, the same list of subawards can be returned, but the Recipient DUNS Number is null for all subawards.

jeffchenoweth avatar Nov 02 '22 16:11 jeffchenoweth

I would also like to know if there are any plans to add UEI/DUNS to the /api/v2/subawards/ endpoint.

jnaddeo avatar Aug 21 '23 15:08 jnaddeo