{
  "x402Version": 2,
  "id": 7844,
  "slug": "7844",
  "resource": "https://loonie-toll.onrender.com/nonprofit",
  "description": "US nonprofit financial profile by EIN or name: revenue, expenses, assets, program ratio, and officer pay signals.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "loonie-toll.onrender.com",
  "lastUpdated": "2026-09-09T01:34:00.987Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-09T01:34:00.778Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "loonie-toll.onrender.com",
    "manifest_name": "loonie-toll.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}