# Get Traffic Usage **GET /vps/{id}/traffic_usage** ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ### Path parameters - **id** (integer) VPS ID number ## Responses ### 200 Get VPS Traffic usage #### Body: application/json (object) - **name** (string) - **target** (string) - **interval** (integer(int32)) - **history** (object) VPS Traffic Data History Section - **last** (string(date-time)) - **times** (array[string(date-time)]) - **totals** (object) VPS Traffic Totals Section - **usage** (object) VPS Traffic Usage Section - **data** (array[object]) ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)