US nonprofit financial profile by EIN or name: revenue, expenses, assets, program ratio, a
US nonprofit financial profile by EIN or name: revenue, expenses, assets, program ratio, and officer pay signals.
30000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-09
updated
Provider
loonie-toll.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"ein": "530196605"
},
"type": "http"
},
"output": {
"example": {
"disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. Form 990 data is self-reported by the filing organisation and published on a lag of a year or more; figures are not audited …",
"filingHistory": [
{
"assets": 4028321133,
"expenses": 2971106889,
"revenue": 3217077611,
"taxYear": 2023
},
{
"assets": 3872181875,
"expenses": 3048182336,
"revenue": 3182229338,
"taxYear": 2022
}
],
"latestFiling": {
"netAssets": 3019994931,
"netIncome": 245970722,
"officerCompensation": 5947262,
"officerPayPctOfRevenue": 0.2,
"taxYear": 2023,
"totalAssets": 4028321133,
"totalExpenses": 2971106889,
"totalLiabilities": 1008326202,
"totalRevenue": 3217077611
},
"organization": {
"city": "Washington",
"ein": "530196605",
"name": "American National Red Cross",
"nteeCode": "P210",
"state": "DC"
},
"retrievedAt": "2026-09-09T00:56:28.076Z",
"signals": [
"No adverse financial signals in the 2023 filing.",
"The most recent machine-readable filing is from 2023, 3 years old. Current condition may differ."
],
"source": "IRS Form 990 data via ProPublica Nonprofit Explorer",
"verdict": "REPORTING_NORMAL"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"ein": {
"description": "Employer Identification Number, digits only",
"type": "string"
},
"name": {
"description": "Organization name, if the EIN is unknown",
"type": "string"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"disclaimer": {
"type": "string"
},
"filingHistory": {
"items": {
"properties": {
"assets": {
"type": "integer"
},
"expenses": {
"type": "integer"
},
"revenue": {
"type": "integer"
},
"taxYear": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"latestFiling": {
"properties": {
"netAssets": {
"type": "integer"
},
"netIncome": {
"type": "integer"
},
"officerCompensation": {
"type": "integer"
},
"officerPayPctOfRevenue": {
"type": "number"
},
"taxYear": {
"type": "integer"
},
"totalAssets": {
"type": "integer"
},
"totalExpenses": {
"type": "integer"
},
"totalLiabilities": {
"type": "integer"
},
"totalRevenue": {
"type": "integer"
}
},
"type": "object"
},
"organization": {
"properties": {
"city": {
"type": "string"
},
"ein": {
"type": "string"
},
"name": {
"type": "string"
},
"nteeCode": {
"type": "string"
},
"state": {
"type": "string"
}
},
"type": "object"
},
"otherMatches": {},
"retrievedAt": {
"type": "string"
},
"signals": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://loonie-toll.onrender.com/nonprofit" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://loonie-toll.onrender.com/nonprofit");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://loonie-toll.onrender.com/nonprofit")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7844.json, and this resource appears in /discovery/resources and /discovery/search.