WildApricot · Schema
Donation
Donation schema from WildApricot Admin API
Membership ManagementAssociationsNon-ProfitEventPayments
Properties
| Name | Type | Description |
|---|---|---|
| Contact | object | |
| Payment | object | |
| DonationDate | string | Donation date. |
| FirstName | string | First name of the donor. |
| LastName | string | Last name of the donor. |
| string | Email of the donor. | |
| Organization | string | Organization of the donor. |
| Phone | string | Phone of the donor. |
| Comment | string | Internal note on donation. Visible to administrators only. |
| PublicComment | string | Comment on donation. Visible to both administrators and donors. |
| Value | number | Donation amount. |
| Type | object | |
| FieldValues | array | 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 t |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/wildapricot/refs/heads/main/json-schema/wildapricot-donation-schema.json",
"title": "Donation",
"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": "string",
"format": "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": "number",
"format": "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"
}
}
}
}
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/wildapricot-donation"
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.