WildApricot · JSON Structure

Wildapricot Donation Structure

Donation schema from WildApricot Admin API

Type: object Properties: 13
Membership ManagementAssociationsNon-ProfitEventPayments

Donation is a JSON Structure definition published by WildApricot, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Contact Payment DonationDate FirstName LastName Email Organization Phone Comment PublicComment Value Type FieldValues

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wildapricot/refs/heads/main/json-structure/wildapricot-donation-structure.json",
  "description": "Donation schema from WildApricot Admin API",
  "type": "object",
  "properties": {
    "Contact": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LinkedResource"
        },
        {
          "description": "Link to contact who is assigned to the donation."
        }
      ]
    },
    "Payment": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LinkedResource"
        },
        {
          "description": "Link to payment assigned to the donation."
        }
      ]
    },
    "DonationDate": {
      "type": "date",
      "description": "Donation date."
    },
    "FirstName": {
      "type": "string",
      "description": "First name of the donor."
    },
    "LastName": {
      "type": "string",
      "description": "Last name of the donor."
    },
    "Email": {
      "type": "string",
      "description": "Email of the donor."
    },
    "Organization": {
      "type": "string",
      "description": "Organization of the donor."
    },
    "Phone": {
      "type": "string",
      "description": "Phone of the donor."
    },
    "Comment": {
      "type": "string",
      "description": "Internal note on donation. Visible to administrators only."
    },
    "PublicComment": {
      "type": "string",
      "description": "Comment on donation. Visible to both administrators and donors."
    },
    "Value": {
      "type": "float",
      "description": "Donation amount."
    },
    "Type": {
      "$ref": "#/components/schemas/DonationType"
    },
    "FieldValues": {
      "type": "array",
      "description": "For each custom field you have added to your Wild Apricot database, the name of the field, its system code, and its value for this donation are returned. The system code is a unique field identifier that can be used instead of the field name to identify the field. As well, a number of system fields are returned.",
      "items": {
        "$ref": "#/components/schemas/FieldValue"
      }
    }
  },
  "name": "Donation"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/wildapricot-donation-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.