Tax Reporting Templates · Example Payload

Tax Annual Report Example

ComplianceDocumentationFinanceReportingTaxTemplates

Tax Annual Report Example is an example object payload from Tax Reporting Templates, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

report_typetax_yearperiodfiling_statusfilerincomedeductionstaxespaymentsmetadata

Example Payload

Raw ↑
{
  "report_type": "1040",
  "tax_year": 2025,
  "period": "annual",
  "filing_status": "prepared",
  "filer": {
    "name": "Jane Smith",
    "tin_type": "SSN",
    "tin": "123-45-6789",
    "filing_type": "individual",
    "address": {
      "street": "123 Main St",
      "city": "Austin",
      "state": "TX",
      "zip": "78701",
      "country": "US"
    }
  },
  "income": {
    "wages": 85000.00,
    "interest": 450.00,
    "dividends": 1200.00,
    "capital_gains": 3500.00,
    "business_income": 0,
    "rental_income": 0,
    "other_income": 500.00,
    "total_income": 90650.00
  },
  "deductions": {
    "standard_deduction": 14600.00,
    "itemized_deductions": 0,
    "qualified_business_income": 0,
    "total_deductions": 14600.00
  },
  "taxes": {
    "taxable_income": 76050.00,
    "regular_tax": 12892.00,
    "amt": 0,
    "self_employment_tax": 0,
    "credits": 2000.00,
    "total_tax": 10892.00,
    "effective_rate": 0.1202
  },
  "payments": {
    "withholding": 11500.00,
    "estimated_payments": 0,
    "total_payments": 11500.00,
    "refund_due": 608.00,
    "balance_due": 0
  },
  "metadata": {
    "created_at": "2026-02-10T09:00:00Z",
    "modified_at": "2026-03-15T14:30:00Z",
    "preparer_name": "John Doe CPA",
    "preparer_tin": "P00123456",
    "software": "TaxSoftware Pro 2026"
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/tax-annual-report-example"
All examples
curl "https://apis.io/api/v1/examples?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.