This data structure is the primary data-transfer-object for spending information in and out of SPENDiD services. By convention, services expect and return budgets in annual amounts.

Each property is a discrete spending facet supported by data. Review our Data Glossary for more details on each facet.

This object may be used as it is, or modified with a [Transformer].

{
  "alcoholic_beverages": 444,
  "cash_contributions": 1372,
  "clothing_items_and_services": 1485,
  "education": 539,
  "electricity": 915,
  "fees_and_admissions": 291,
  "food_home": 4252,
  "food_out": 2700,
  "furniture_and_appliances": 972,
  "gasoline": 1891,
  "health_insurance": 0,
  "heating_fuels_other": 45,
  "home_maintenance_and_repairs": 0,
  "housekeeping_supplies": 0,
  "life_and_personal_insurance": 224,
  "media_hardware_and_services": 921,
  "medical_services": 695,
  "medical_supplies": 117,
  "miscellaneous": 748,
  "mortgage_and_rent": 9232,
  "natural_gas": 235,
  "other_debt_payments": 2375,
  "other_household_expenses": 0,
  "other_lodging": 515,
  "personal_care": 610,
  "personal_services": 0,
  "pets": 537,
  "prescription_drugs": 314,
  "public_and_other_transportation": 365,
  "reading": 78,
  "savings": 0,
  "telephone_services": 788,
  "tobacco_and_smoking": 342,
  "toys_and_hobbies": 553,
  "vehicle_insurance": 1410,
  "vehicle_maintenance_and_repairs": 870,
  "vehicle_purchase_and_lease": 4782,
  "water_and_public_services": 385
}

🚧

Some services require certain facets

Check endpoint definitions for information on which facets may be required.