OpportunityV1Schema
HealthPublic HealthGrantsInteroperabilityFHIRGovernmentOpen DataFDAHRSAONC
Properties
| Name | Type | Description |
|---|---|---|
| opportunity_id | string | The internal ID of the opportunity |
| legacy_opportunity_id | integernull | The internal legacy ID of the opportunity |
| opportunity_number | stringnull | The funding opportunity number |
| opportunity_title | stringnull | The title of the opportunity |
| agency | stringnull | DEPRECATED - use: agency_code |
| agency_code | stringnull | The agency who created the opportunity |
| agency_name | stringnull | The name of the agency who created the opportunity |
| top_level_agency_name | stringnull | The name of the top level agency who created the oppportunity |
| category | stringnullnull | The opportunity category |
| category_explanation | stringnull | Explanation of the category when the category is 'O' (other) |
| opportunity_assistance_listings | array | |
| summary | object | |
| opportunity_status | string | The current status of the opportunity |
| top_level_agency_code | stringnull | The top-level (parent) agency |
| created_at | string | |
| updated_at | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.simpler.grants.gov/schemas/OpportunityV1Schema",
"title": "OpportunityV1Schema",
"type": "object",
"properties": {
"opportunity_id": {
"type": "string",
"format": "uuid",
"description": "The internal ID of the opportunity",
"example": "123e4567-e89b-12d3-a456-426614174000"
},
"legacy_opportunity_id": {
"type": [
"integer",
"null"
],
"description": "The internal legacy ID of the opportunity",
"example": 12345
},
"opportunity_number": {
"type": [
"string",
"null"
],
"description": "The funding opportunity number",
"example": "ABC-123-XYZ-001"
},
"opportunity_title": {
"type": [
"string",
"null"
],
"description": "The title of the opportunity",
"example": "Research into conservation techniques"
},
"agency": {
"type": [
"string",
"null"
],
"description": "DEPRECATED - use: agency_code",
"example": "US-ABC"
},
"agency_code": {
"type": [
"string",
"null"
],
"description": "The agency who created the opportunity",
"example": "US-ABC"
},
"agency_name": {
"type": [
"string",
"null"
],
"description": "The name of the agency who created the opportunity",
"example": "Department of Examples"
},
"top_level_agency_name": {
"type": [
"string",
"null"
],
"description": "The name of the top level agency who created the oppportunity",
"example": "Department of Examples"
},
"category": {
"description": "The opportunity category",
"example": [
"discretionary"
],
"enum": [
"discretionary",
"mandatory",
"continuation",
"earmark",
"other"
],
"type": [
"string",
"null",
"null"
]
},
"category_explanation": {
"type": [
"string",
"null"
],
"description": "Explanation of the category when the category is 'O' (other)",
"example": null
},
"opportunity_assistance_listings": {
"type": "array",
"items": {
"type": [
"object"
],
"$ref": "#/components/schemas/OpportunityAssistanceListingV1Schema"
}
},
"summary": {
"type": [
"object"
],
"$ref": "#/components/schemas/OpportunitySummaryV1Schema"
},
"opportunity_status": {
"description": "The current status of the opportunity",
"example": [
"posted"
],
"enum": [
"forecasted",
"posted",
"closed",
"archived"
],
"type": [
"string"
]
},
"top_level_agency_code": {
"type": [
"string",
"null"
],
"description": "The top-level (parent) agency",
"example": "HHS"
},
"created_at": {
"type": "string",
"format": "date-time",
"readOnly": true
},
"updated_at": {
"type": "string",
"format": "date-time",
"readOnly": true
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/opportunityv1"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.