Skip to content

Award history

Paginated award history for one UEI. Same data as /api/v1/awards/search?uei=X, served under a company-centric URL for convenience.

Parameters

  • limit - Results per page. Default 100, maximum 1,000. Over the maximum returns 402.
  • offset - Pagination offset (default 0, no upper bound)
  • sort - date (default, desc) or amount (desc). Strict: any other value returns 422.
  • sort_by / sort_order - cross-endpoint alias matching awards search: sort_by=award_date|award_amount with sort_order=asc|desc (default desc). Wins over sort when present, and unlike sort it supports ascending order. Invalid sort_by returns 400.
  • fields - Comma-separated response fields. notice_id always included. Example: fields=notice_id,award_amount,award_date,agency. See Response Shaping.

Response

{
  "uei": "XX2WFHJEFB45",
  "pagination": {"limit": 50, "offset": 0, "total": 842, "has_next": true},
  "sort": "date",
  "data": [
    {
      "notice_id": "abc123...",
      "solicitation_number": "SPE7M525R0012",
      "title": "Replenishment parts for F-16 landing gear",
      "award_number": "SPE7M525C0042",
      "award_date": "2026-03-10",
      "award_amount": 487200.0,
      "agency": "DEPT OF DEFENSE",
      "naics": ["336413"],
      "psc": ["1680"],
      "posted_date": "2026-03-11",
      "response_deadline": null,
      "performance_state_code": "OK",
      "performance_city_name": "OKLAHOMA CITY"
    }
  ]
}

Example

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://govconapi.com/api/v1/companies/XX2WFHJEFB45/awards?limit=100&sort=amount"

A REST API and MCP server for U.S. federal procurement data.

Get a free key, emailed instantly, or follow the quickstart.

Found something wrong, missing or confusing on this page?

Press Ctrl + Enter to send a note. Highlight text first and it travels with your note.