List awards
curl --request GET \
--url https://app.govly.com/api/enterprise/awards \
--header 'X-API-KEY: <api-key>'{
"results": [
{
"id": "<string>",
"uniqueKey": "<string>",
"identifier": "<string>",
"title": "<string>",
"description": "<string>",
"aiSummary": "<string>",
"category": "<string>",
"url": "<string>",
"externalUrl": "<string>",
"awardedDate": "<string>",
"lastModifiedDate": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"externalSolicitationDate": "<string>",
"periodOfPerformanceStartDate": "<string>",
"periodOfPerformanceEndDate": "<string>",
"periodOfPerformancePotentialEndDate": "<string>",
"awardAmount": 123,
"ceilingAmount": 123,
"obligatedAmount": 123,
"paidAmount": 123,
"paymentStructure": "<string>",
"acquisitionType": "<string>",
"acquisitionCategory": "<string>",
"extentCompeted": "<string>",
"naics": "<string>",
"psc": "<string>",
"numberOfBidsReceived": 123,
"setAside": {
"code": "<string>",
"name": "<string>"
},
"parentUniqueKey": "<string>",
"externalParentIdentifier": "<string>",
"externalSolicitationId": "<string>",
"recipientUniqueKey": "<string>",
"recipientParentUniqueKey": "<string>",
"recipientCageCode": "<string>",
"recipient": {
"uniqueKey": "<string>",
"name": "<string>",
"cageCode": "<string>",
"address": {
"streetAddress": "<string>",
"streetAddress2": "<string>",
"streetAddress3": "<string>",
"city": "<string>",
"region": "<string>",
"postalCode": "<string>",
"country": "<string>"
},
"aiHqAddress": {},
"aiUrl": "<string>"
},
"buyer": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
],
"aiUrl": "<string>",
"aiHqAddress": {}
},
"buyingOffice": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
],
"aiUrl": "<string>",
"aiHqAddress": {}
},
"funder": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
],
"aiUrl": "<string>",
"aiHqAddress": {}
},
"fundingOffice": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
],
"aiUrl": "<string>",
"aiHqAddress": {}
},
"placeOfManufacture": "<string>",
"placeOfPerformance": {
"city": "<string>",
"region": "<string>",
"postalCode": "<string>",
"country": "<string>",
"county": "<string>",
"congressionalCode": "<string>"
}
}
],
"meta": {
"nextCursor": "<string>",
"pageSize": 123,
"startDate": "<string>",
"endDate": "<string>"
}
}Awards
List awards
Retrieve federal contract awards with filtering by date range, unique key, or recipient
GET
/
api
/
enterprise
/
awards
List awards
curl --request GET \
--url https://app.govly.com/api/enterprise/awards \
--header 'X-API-KEY: <api-key>'{
"results": [
{
"id": "<string>",
"uniqueKey": "<string>",
"identifier": "<string>",
"title": "<string>",
"description": "<string>",
"aiSummary": "<string>",
"category": "<string>",
"url": "<string>",
"externalUrl": "<string>",
"awardedDate": "<string>",
"lastModifiedDate": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"externalSolicitationDate": "<string>",
"periodOfPerformanceStartDate": "<string>",
"periodOfPerformanceEndDate": "<string>",
"periodOfPerformancePotentialEndDate": "<string>",
"awardAmount": 123,
"ceilingAmount": 123,
"obligatedAmount": 123,
"paidAmount": 123,
"paymentStructure": "<string>",
"acquisitionType": "<string>",
"acquisitionCategory": "<string>",
"extentCompeted": "<string>",
"naics": "<string>",
"psc": "<string>",
"numberOfBidsReceived": 123,
"setAside": {
"code": "<string>",
"name": "<string>"
},
"parentUniqueKey": "<string>",
"externalParentIdentifier": "<string>",
"externalSolicitationId": "<string>",
"recipientUniqueKey": "<string>",
"recipientParentUniqueKey": "<string>",
"recipientCageCode": "<string>",
"recipient": {
"uniqueKey": "<string>",
"name": "<string>",
"cageCode": "<string>",
"address": {
"streetAddress": "<string>",
"streetAddress2": "<string>",
"streetAddress3": "<string>",
"city": "<string>",
"region": "<string>",
"postalCode": "<string>",
"country": "<string>"
},
"aiHqAddress": {},
"aiUrl": "<string>"
},
"buyer": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
],
"aiUrl": "<string>",
"aiHqAddress": {}
},
"buyingOffice": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
],
"aiUrl": "<string>",
"aiHqAddress": {}
},
"funder": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
],
"aiUrl": "<string>",
"aiHqAddress": {}
},
"fundingOffice": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
],
"aiUrl": "<string>",
"aiHqAddress": {}
},
"placeOfManufacture": "<string>",
"placeOfPerformance": {
"city": "<string>",
"region": "<string>",
"postalCode": "<string>",
"country": "<string>",
"county": "<string>",
"congressionalCode": "<string>"
}
}
],
"meta": {
"nextCursor": "<string>",
"pageSize": 123,
"startDate": "<string>",
"endDate": "<string>"
}
}Request
At least one filter is required:start_date, unique_keys[], or recipient_ueis[].
Date Range Filtering
Start date for filtering awards by last modified date (ISO 8601 format, e.g., “2024-01-15”). Required unless filtering by
unique_keys[] or recipient_ueis[].End date for filtering awards by last modified date (ISO 8601 format). Defaults to 7 days after
start_date if not provided. Maximum date range is 7 days.Identifier Filtering
Array of award unique keys (e.g., FPDS PIID) to retrieve. Maximum 100 values. When provided,
start_date is not required.Array of recipient UEIs to filter by. Maximum 100 values. When provided,
start_date is not required.Pagination
Number of results per page. Maximum: 100.
Base64-encoded cursor for pagination. Use the
nextCursor value from the previous response to get the next page of results.Response
Returns an array of award objects with pagination metadata.Array of award objects
Show Award Properties
Show Award Properties
Unique identifier for the award
Unique identifier key for the award (e.g., FPDS PIID)
External identifier for the award
Title of the award
Description of the award
AI-generated summary of the award
Award category (e.g., “contract”, “grant”)
Govly web URL for viewing the award
URL to the original government source
ISO 8601 date when the award was made
ISO 8601 date when the award was last modified
ISO 8601 timestamp when the record was created in Govly
ISO 8601 timestamp when the record was last updated in Govly
ISO 8601 date of the related solicitation
ISO 8601 date when the period of performance begins
ISO 8601 date when the period of performance ends
ISO 8601 date of the potential end date including options
Total award amount in USD
Maximum potential value of the award in USD
Amount obligated in USD
Amount paid in USD
Payment structure type (e.g., “Fixed Price”, “Cost Reimbursement”)
Type of acquisition
Category of acquisition
Extent of competition (e.g., “Full and Open Competition”, “Not Competed”)
NAICS code for the award
Product Service Code (PSC)
Number of bids received for the award
Unique key of the parent award (for modifications)
External identifier of the parent award
External ID of the related solicitation
Unique key of the award recipient (UEI)
Unique key of the recipient’s parent organization
CAGE code of the recipient
Information about the award recipient
Show Properties
Show Properties
Unique identifier for the recipient (UEI)
Recipient organization name
CAGE code
AI-enriched headquarters address
AI-enriched website URL
Information about the buying organization
Show Properties
Show Properties
Organization ID
Organization name
Array of organization names from highest to lowest level
Array of organization IDs corresponding to the hierarchy
AI-enriched organization website
AI-enriched headquarters address
Information about the buying office
Show Properties
Show Properties
Information about the funding organization
Show Properties
Show Properties
Organization ID
Organization name
Array of organization names from highest to lowest level
Array of organization IDs corresponding to the hierarchy
AI-enriched organization website
AI-enriched headquarters address
Information about the funding office
Show Properties
Show Properties
Place of manufacture designation
Pagination metadata
Error Responses
| Status Code | Condition |
|---|---|
| 401 | Invalid or missing API key |
| 422 | Invalid parameters (see error message for details) |
- “At least one filter is required: start_date, unique_keys, or recipient_ueis”
- “Date range cannot exceed 7 days”
- “unique_keys cannot exceed 100 values”
- “recipient_ueis cannot exceed 100 values”
- “Invalid start_date format”
- “Invalid end_date format”
Example Requests
Filter by date range
curl "https://app.govly.com/api/enterprise/awards?start_date=2024-01-15&end_date=2024-01-20" \
-H "X-API-KEY: your_api_key"
Filter by unique keys
curl "https://app.govly.com/api/enterprise/awards?unique_keys[]=PIID123&unique_keys[]=PIID456" \
-H "X-API-KEY: your_api_key"
Filter by recipient UEIs
curl "https://app.govly.com/api/enterprise/awards?recipient_ueis[]=ABC123DEF456" \
-H "X-API-KEY: your_api_key"
Paginate through results
# First request
curl "https://app.govly.com/api/enterprise/awards?start_date=2024-01-15&page_size=50" \
-H "X-API-KEY: your_api_key"
# Subsequent requests using cursor from previous response
curl "https://app.govly.com/api/enterprise/awards?start_date=2024-01-15&page_size=50&cursor=eyJsYXN0X21vZGlmaWVkX2RhdGUiOiIyMDI0LTAxLTE2IiwiaWQiOjEyMzQ1fQ==" \
-H "X-API-KEY: your_api_key"
⌘I