Agave · JSON Structure

Unified Api Budget Structure

A budget line item for a construction project.

Type: object Properties: 8
AccountingConstructionIntegration

Budget is a JSON Structure definition published by Agave, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id project_id cost_code_id description original_amount revised_amount actual_cost projected_cost

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agave/refs/heads/main/json-structure/unified-api-budget-structure.json",
  "name": "Budget",
  "description": "A budget line item for a construction project.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Agave budget line item identifier.",
      "example": "bud-112233"
    },
    "project_id": {
      "type": "string",
      "description": "Associated project identifier.",
      "example": "proj-500123"
    },
    "cost_code_id": {
      "type": "string",
      "description": "Associated cost code identifier.",
      "example": "cc-445566"
    },
    "description": {
      "type": "string",
      "description": "Budget line item description.",
      "example": "Concrete Foundation Work"
    },
    "original_amount": {
      "type": "double",
      "description": "Original budgeted amount in USD.",
      "example": 250000.0
    },
    "revised_amount": {
      "type": "double",
      "description": "Revised budget amount including changes.",
      "example": 275000.0
    },
    "actual_cost": {
      "type": "double",
      "description": "Actual cost incurred to date.",
      "example": 180000.0
    },
    "projected_cost": {
      "type": "double",
      "description": "Total projected cost at completion.",
      "example": 270000.0
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/unified-api-budget-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.