Skip to main content

Stats

GET /api/stats Returns aggregate statistics about the GiveReady directory.

Example Request

curl "https://giveready.org/api/stats"

Example Response

{
  "nonprofits": 41000,
  "countries": 29,
  "causes": 29,
  "total_beneficiaries": 1570,
  "total_donations": 0,
  "queries": {
    "llms_txt": 234,
    "agents_md": 189,
    "ai_plugin": 67,
    "mcp": 312
  }
}

Fields

FieldDescription
nonprofitsTotal verified nonprofits in the directory
countriesNumber of countries represented
causesNumber of cause areas
total_beneficiariesSum of annual beneficiaries across all nonprofits
total_donationsTotal donation transactions recorded
queriesHit counters for each AI discovery endpoint
The queries object tracks how many times each agent discovery file has been accessed, giving visibility into which AI systems are discovering GiveReady.