Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jeffchenoweth opened this issue Nov 2, 2022 · 1 comment

Comments

@jeffchenoweth
Copy link

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.

@jnaddeo
Copy link

jnaddeo commented Aug 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants