Grant Opportunities Api Opportunitysearchrequest Structure

Request body for searching USADF grant opportunities on Grants.gov

Type: record Properties: 0
Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Grant Opportunities Api Opportunitysearchrequest Structure is a JSON Structure definition published by US African Development Foundation. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://www.usadf.gov/structure/opportunitysearchrequest.json",
  "title": "OpportunitySearchRequest",
  "description": "Request body for searching USADF grant opportunities on Grants.gov",
  "type": "record",
  "fields": [
    {
      "name": "agencyCode",
      "description": "Agency code filter (use ADF for USADF)",
      "type": "string"
    },
    {
      "name": "oppStatus",
      "description": "Opportunity status filter",
      "type": "string"
    },
    {
      "name": "keyword",
      "description": "Keyword search in title and description",
      "type": "string"
    },
    {
      "name": "rows",
      "description": "Number of results per page",
      "type": "int32"
    },
    {
      "name": "startRecordNum",
      "description": "Starting record number for pagination",
      "type": "int32"
    },
    {
      "name": "sortBy",
      "description": "Sort field",
      "type": "string"
    },
    {
      "name": "sortOrder",
      "description": "Sort order",
      "type": "string"
    }
  ]
}