usaspending-api
usaspending-api copied to clipboard
Server application to serve U.S. federal spending data via a RESTful API
**Description:** High level description of what the PR addresses should be put here. Should be detailed enough to communicate to a PO what this PR addresses without diving into the...
**Description:** DEV-10991: Updates to Spending by Subagency Endpoints made updates to two Spending by Subagency Endpoints. After implementation, it was discovered that the updates did not fully meet the frontend...
**Description:** A new endpoint added called `spending_by_category/defc` in order to support the Top 5 section in the State Profile Page as well as the Advanced Search Spending by Category section....
This endpoint does not paginate as purported, always returning the first ten results in the database. The `award_id` field detailed [here](https://github.com/fedspendingtransparency/usaspending-api/blob/master/usaspending_api/api_contracts/contracts/v2/subawards.md#post) is not respected in regards to queries sent to...
The`/api/v2/subawards/` route does not respect the Content-Type header. It will **only** accept requests with a content type header of `application/x-www-form-urlencoded`, regardless of the actual content. Disregarding this header will result...
**Description:** High level description of what the PR addresses should be put here. Should be detailed enough to communicate to a PO what this PR addresses without diving into the...
At this step on new install on Centos 9 which is the only system that can be downloaded now, I have made it through all the previous steps and will...
Currently we are trying to download treasury account data for agencies for all budget functions, we want to download data for 2022-2024 and for all file types. We realized the...
**Description:** Add outlays to the response of the `/spending_over_time` endpoint. Add a new `spending_level` filter field that specifies which data source to use. Use the AwardSearch Elasticsearch index when the...
**Description:** Update the README and other aspects of the `usaspending-api` codebase to support local development. **Technical details:** Below is a brief list of changes going file by file in order...