The Bureau Of Economic Analysis Data Response Structure

The top-level structure of a successful BEA API data response, wrapping requests and results.

Type: object Properties: 0
EconomicsFederal-GovernmentGDPNational AccountsOpen DataStatistics

The Bureau Of Economic Analysis Data Response Structure is a JSON Structure definition published by The Bureau of Economic Analysis.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "BEA API Data Response Structure",
  "description": "The top-level structure of a successful BEA API data response, wrapping requests and results.",
  "type": "object",
  "structure": {
    "BEAAPI": {
      "type": "object",
      "description": "Root envelope for all BEA API responses.",
      "children": {
        "Request": {
          "type": "object",
          "description": "Echo of the request parameters sent to the API.",
          "children": {
            "RequestParam": {
              "type": "array",
              "description": "Array of name-value pairs from the original request.",
              "items": {
                "ParameterName": { "type": "string" },
                "ParameterValue": { "type": "string" }
              }
            }
          }
        },
        "Results": {
          "type": "object",
          "description": "Container for the data results.",
          "children": {
            "Statistic": {
              "type": "string",
              "description": "Name of the returned economic statistic."
            },
            "UnitOfMeasure": {
              "type": "string",
              "description": "Unit of measure for data values (e.g., Millions of dollars)."
            },
            "PublicTable": {
              "type": "string",
              "description": "Public table name."
            },
            "Dimensions": {
              "type": "array",
              "description": "Metadata describing the dimensions of the returned data.",
              "items": {
                "Name": { "type": "string" },
                "DataType": { "type": "string" },
                "IsValue": { "type": "string", "enum": ["0", "1"] }
              }
            },
            "Data": {
              "type": "array",
              "description": "Array of individual data points.",
              "items": {
                "TableName": { "type": "string" },
                "SeriesCode": { "type": "string" },
                "LineNumber": { "type": "string" },
                "LineDescription": { "type": "string" },
                "TimePeriod": { "type": "string" },
                "CL_UNIT": { "type": "string" },
                "MULT": { "type": "string" },
                "DataValue": { "type": "string" },
                "NoteRef": { "type": "string" }
              }
            },
            "Notes": {
              "type": "array",
              "description": "Any footnotes associated with the data.",
              "items": {
                "NoteRef": { "type": "string" },
                "NoteText": { "type": "string" }
              }
            }
          }
        }
      }
    }
  }
}

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/the-bureau-of-economic-analysis-data-response-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.