YNAB
communityYou Need A Budget — zero-based budgeting app to give every dollar a job and break the paycheck cycle
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/v1/budgetsList budgets
Returns
budgets[] with id, name, last_modified_on, currency_format, accounts[]}GET
/v1/budgets/{id}/categoriesGet budget categories
Parameters
idstringrequiredReturns
category_groups[] with name, categories[] with id, name, budgeted, activity, balance, goal_type}GET
/v1/budgets/{id}/transactionsGet transactions
Parameters
idstringrequiredtypestringoptionalsince_datestringoptionalReturns
transactions[] with id, date, amount, payee_name, category_name, memo, cleared, approved}GET
/v1/budgets/{id}/accountsGet accounts
Parameters
idstringrequiredReturns
accounts[] with id, name, type, balance, cleared_balance, on_budget}