RapidAPI · Schema
GatewayAnalytics
API MarketplaceAPI ManagementAPI TestingAPI GatewayAPI DesignEnterprise
Properties
| Name | Type | Description |
|---|---|---|
| gatewayId | string | The gateway the analytics are for |
| period | object | The time period for the analytics |
| totalRequests | integer | Total number of requests in the period |
| totalErrors | integer | Total number of error responses |
| averageResponseTime | number | Average response time in milliseconds |
| dataPoints | array | Time-series analytics data points |
| topEndpoints | array | Top endpoints by request volume |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GatewayAnalytics",
"title": "GatewayAnalytics",
"type": "object",
"properties": {
"gatewayId": {
"type": "string",
"description": "The gateway the analytics are for"
},
"period": {
"type": "object",
"properties": {
"startDate": {
"type": "string",
"format": "date",
"description": "Start of the analytics period"
},
"endDate": {
"type": "string",
"format": "date",
"description": "End of the analytics period"
}
},
"description": "The time period for the analytics"
},
"totalRequests": {
"type": "integer",
"description": "Total number of requests in the period"
},
"totalErrors": {
"type": "integer",
"description": "Total number of error responses"
},
"averageResponseTime": {
"type": "number",
"format": "double",
"description": "Average response time in milliseconds"
},
"dataPoints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"timestamp": {
"type": "string",
"format": "date-time",
"description": "The time bucket for this data point"
},
"requests": {
"type": "integer",
"description": "Number of requests in this time bucket"
},
"errors": {
"type": "integer",
"description": "Number of errors in this time bucket"
},
"averageResponseTime": {
"type": "number",
"format": "double",
"description": "Average response time in milliseconds"
}
}
},
"description": "Time-series analytics data points"
},
"topEndpoints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Endpoint path"
},
"requestCount": {
"type": "integer",
"description": "Number of requests to this endpoint"
},
"averageResponseTime": {
"type": "number",
"format": "double",
"description": "Average response time for this endpoint"
}
}
},
"description": "Top endpoints by request volume"
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rapidapi-gatewayanalytics"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.