Grants Api Recipient Example

Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Grants Api Recipient Example is an example object payload from US African Development Foundation, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idueinamerecipient_levellocationtotal_transaction_amounttotal_transactions

Example Payload

Raw ↑
{
  "id": "rec-gh-001",
  "uei": "GH123456789",
  "name": "GHANA GRASSROOTS ENTERPRISE",
  "recipient_level": "R",
  "location": {
    "country_name": "Ghana",
    "country_code": "GH",
    "city_name": "Accra"
  },
  "total_transaction_amount": 400000.0,
  "total_transactions": 2
}