Get page statistics
Get CDN request count, bandwidth, cache hit rate, and country mix for one hosted page.
← All Pages endpoints · Capability overview
/v1/pages/{page_id}/statisticshttps://api.vee3.io/v1/pages/{page_id}/statistics
Get CDN request count, bandwidth, cache hit rate, and country mix for one hosted page.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
pages.statisticsParameters3 fields
page_idstringRequiredPage id returned by pages.create.
date_fromstringOptionalInclusive UTC start date (YYYY-MM-DD). Defaults to 6 days before date_to.
max length 10
date_tostringOptionalInclusive UTC end date (YYYY-MM-DD). Defaults to today UTC.
max length 10
Response9 fields
page_idstringUnique identifier for the page.
date_fromstringInclusive UTC start date actually used (YYYY-MM-DD).
date_tostringInclusive UTC end date actually used (YYYY-MM-DD).
request_countintegerCDN requests served in the range, including HTML, CSS, images, and other files. Not unique visitors.
bandwidth_bytesintegerTotal bytes the CDN served in the range.
cache_hit_ratenumberFraction of requests served from cache, from 0 to 1.
traffic_by_countryarrayitems2 fieldsBandwidth by country code, largest first. Omits countries with no traffic.
traffic_by_countryarrayitemscountry_codestringISO 3166-1 alpha-2 country code.
bandwidth_bytesintegerBytes the CDN served to this country in the range.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, pages_not_configured, pages_upstream_error, page_not_found