Skip to content

Opportunity

A funding opportunity, such as a grant or loan.

PropertyTypeRequiredDescription
id uuid Yes Globally unique id for the opportunity
title string Yes Title or name of the funding opportunity
status OppStatus Yes Status of the opportunity
description string Yes Description of the opportunity's purpose and scope
funding OppFunding No Details about the funding available
keyDates OppTimeline No Key dates for the opportunity, such as when the application opens and closes
acceptedApplicantTypes array<ApplicantType> No The type of applicant for the opportunity
source url No URL for the original source of the opportunity
customFields record<CustomField> No Additional custom fields specific to this opportunity
createdAt utcDateTime Yes The timestamp (in UTC) at which the record was created.
lastModifiedAt utcDateTime Yes The timestamp (in UTC) at which the record was last modified.

A JSON example of this model.

{
"id": "30a12e5e-5940-4c08-921c-17a8960fcf4b",
"title": "Small business grant program",
"status": {
"value": "forecasted",
"customValue": "Sample string value",
"description": "Sample string value"
},
"description": "This program provides funding to small businesses to help them grow and create jobs",
"createdAt": "2025-10-16T16:16:09.313Z",
"lastModifiedAt": "2025-10-16T16:16:09.313Z",
"funding": {
"details": "Sample string value",
"totalAmountAvailable": {
"amount": "-100.5",
"currency": "Sample string value"
},
"minAwardAmount": {
"amount": "-100.5",
"currency": "Sample string value"
},
"maxAwardAmount": {
"amount": "-100.5",
"currency": "Sample string value"
},
"minAwardCount": 10,
"maxAwardCount": 10,
"estimatedAwardCount": 10
},
"keyDates": {
"postDate": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
},
"closeDate": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
},
"otherDates": {
"property": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
}
}
},
"acceptedApplicantTypes": [
{
"value": "individual",
"customValue": "Sample string value",
"description": "Sample string value"
}
],
"source": "https://example.com",
"customFields": {
"property": {
"name": "Sample string value",
"fieldType": "string",
"value": "Sample value",
"schema": "https://example.com",
"description": "Sample string value"
}
}
}

A funding opportunity with additional details, like available competitions.

PropertyTypeRequiredDescription
id uuid Yes Globally unique id for the opportunity
title string Yes Title or name of the funding opportunity
status OppStatus Yes Status of the opportunity
description string Yes Description of the opportunity's purpose and scope
funding OppFunding No Details about the funding available
keyDates OppTimeline No Key dates for the opportunity, such as when the application opens and closes
acceptedApplicantTypes array<ApplicantType> No The type of applicant for the opportunity
source url No URL for the original source of the opportunity
customFields record<CustomField> No Additional custom fields specific to this opportunity
createdAt utcDateTime Yes The timestamp (in UTC) at which the record was created.
lastModifiedAt utcDateTime Yes The timestamp (in UTC) at which the record was last modified.
competitions array<CompetitionBase> No The competitions associated with the opportunity

A JSON example of this model.

{
"id": "30a12e5e-5940-4c08-921c-17a8960fcf4b",
"title": "Small business grant program",
"status": {
"value": "forecasted",
"customValue": "Sample string value",
"description": "Sample string value"
},
"description": "This program provides funding to small businesses to help them grow and create jobs",
"createdAt": "2025-10-16T16:16:09.362Z",
"lastModifiedAt": "2025-10-16T16:16:09.362Z",
"funding": {
"details": "Sample string value",
"totalAmountAvailable": {
"amount": "-100.5",
"currency": "Sample string value"
},
"minAwardAmount": {
"amount": "-100.5",
"currency": "Sample string value"
},
"maxAwardAmount": {
"amount": "-100.5",
"currency": "Sample string value"
},
"minAwardCount": 10,
"maxAwardCount": 10,
"estimatedAwardCount": 10
},
"keyDates": {
"postDate": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
},
"closeDate": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
},
"otherDates": {
"property": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
}
}
},
"acceptedApplicantTypes": [
{
"value": "individual",
"customValue": "Sample string value",
"description": "Sample string value"
}
],
"source": "https://example.com",
"customFields": {
"property": {
"name": "Sample string value",
"fieldType": "string",
"value": "Sample value",
"schema": "https://example.com",
"description": "Sample string value"
}
},
"competitions": [
{
"id": "30a12e5e-5940-4c08-921c-17a8960fcf4b",
"opportunityId": "30a12e5e-5940-4c08-921c-17a8960fcf4b",
"title": "Sample string value",
"status": {
"value": "open",
"customValue": "Sample string value",
"description": "Sample string value"
},
"forms": {
"forms": {
"property": {
"id": "30a12e5e-5940-4c08-921c-17a8960fcf4b",
"name": "Sample string value",
"createdAt": "2025-10-16T16:16:09.362Z",
"lastModifiedAt": "2025-10-16T16:16:09.362Z",
"description": "Sample string value",
"version": "Sample string value",
"instructions": "Sample string value",
"jsonSchema": {},
"uiSchema": {},
"mappingToCommonGrants": {},
"mappingFromCommonGrants": {},
"customFields": {
"property": {
"name": "Sample string value",
"fieldType": "string",
"value": "Sample value",
"schema": "https://example.com",
"description": "Sample string value"
}
}
}
},
"validation": {}
},
"createdAt": "2025-10-16T16:16:09.362Z",
"lastModifiedAt": "2025-10-16T16:16:09.362Z",
"description": "Sample string value",
"instructions": "Sample string value",
"keyDates": {
"openDate": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
},
"closeDate": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
},
"otherDates": {
"property": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
}
}
},
"acceptedApplicantTypes": [
{
"value": "individual",
"customValue": "Sample string value",
"description": "Sample string value"
}
],
"customFields": {
"property": {
"name": "Sample string value",
"fieldType": "string",
"value": "Sample value",
"schema": "https://example.com",
"description": "Sample string value"
}
}
}
]
}

The status of an opportunity, such as whether it is accepting applications.

PropertyTypeRequiredDescription
value OppStatusOptions Yes The status of the opportunity, from a predefined set of options
customValue string No A custom value for the status
description string No A human-readable description of the status

A JSON example of this model.

{
"value": "forecasted",
"customValue": "Sample string value",
"description": "Sample string value"
}

The set of values accepted for opportunity status.

ValueDescription
forecasted The opportunity is forecasted and not yet open for applications
open The opportunity is open for applications
closed The opportunity is no longer accepting applications
custom A custom status

A JSON example of this model.

"forecasted"

Details about the funding available for an opportunity.

PropertyTypeRequiredDescription
details string No Details about the funding available for this opportunity that don't fit other fields
totalAmountAvailable Money No Total amount of funding available for this opportunity
minAwardAmount Money No Minimum amount of funding granted per award
maxAwardAmount Money No Maximum amount of funding granted per award
minAwardCount integer No Minimum number of awards granted
maxAwardCount integer No Maximum number of awards granted
estimatedAwardCount integer No Estimated number of awards that will be granted

A JSON example of this model.

{
"details": "Sample string value",
"totalAmountAvailable": {
"amount": "-100.5",
"currency": "Sample string value"
},
"minAwardAmount": {
"amount": "-100.5",
"currency": "Sample string value"
},
"maxAwardAmount": {
"amount": "-100.5",
"currency": "Sample string value"
},
"minAwardCount": 10,
"maxAwardCount": 10,
"estimatedAwardCount": 10
}

Key dates in the opportunity’s timeline, such as when the application opens and closes.

PropertyTypeRequiredDescription
postDate Event No The date (and time) at which the opportunity is posted
closeDate Event No The date (and time) at which the opportunity closes
otherDates record<Event> No An optional map of other key dates or events in the opportunity timeline Examples might include a deadline for questions, anticipated award date, etc.

A JSON example of this model.

{
"postDate": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
},
"closeDate": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
},
"otherDates": {
"property": {
"name": "Sample string value",
"eventType": "singleDate",
"date": "2025-10-16",
"description": "Sample string value",
"time": "16:16:09"
}
}
}