Access billing usage and cost data via API
Vercel releases a billing usage and cost API endpoint returning data in the FOCUS v1.3 format, with JSONL streaming, one-day granularity, and a new CLI command for cost introspection.
Vercel now supports programmatic access to billing usage and cost data through the API and CLI. The new endpoint returns data in the , allowing teams to ingest cost data into FinOps tools without custom transformation logic./billing/chargesFOCUS v1.3 open-standard format The endpoint supports 1-day granularity with a maximum date range of one year. Responses are streamed as newline-delimited JSON (JSONL) to handle large datasets efficiently. SDK usage curl usage CLI usage For quick introspection, the command displays billing usage for the current period or a custom date range.
This includes credit-use and costs for each service.vercel usage View usage for the current billing period View usage for a custom date range Vantage has also released a native integration that connects Vercel teams to Vantage accounts. This automatically syncs usage and cost data alongside other tools, simplifying cost observability. Read the for details.Vantage announcement blog Learn more in the and .API documentationCLI reference Read more