Apache HTTP Server · Schema
ServerStatus
Apache HTTP Server status information from mod_status
ApacheLoad BalancerOpen-SourceProxyReverse ProxyWeb Server
Properties
| Name | Type | Description |
|---|---|---|
| ServerVersion | string | Apache server version string |
| ServerMPM | string | Multi-processing module in use |
| ServerUptimeSeconds | integer | Server uptime in seconds |
| Load1 | number | 1-minute load average |
| Load5 | number | 5-minute load average |
| Load15 | number | 15-minute load average |
| ReqPerSec | number | Requests per second |
| BytesPerSec | number | Bytes transferred per second |
| BusyWorkers | integer | Number of busy worker threads |
| IdleWorkers | integer | Number of idle worker threads |
| Scoreboard | string | Worker state scoreboard string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/apache-httpd/json-schema/httpd-serverstatus-schema.json",
"title": "ServerStatus",
"type": "object",
"description": "Apache HTTP Server status information from mod_status",
"properties": {
"ServerVersion": {
"type": "string",
"description": "Apache server version string",
"example": "Apache/2.4.57 (Unix)"
},
"ServerMPM": {
"type": "string",
"description": "Multi-processing module in use",
"example": "event"
},
"ServerUptimeSeconds": {
"type": "integer",
"description": "Server uptime in seconds",
"example": 86400
},
"Load1": {
"type": "number",
"description": "1-minute load average",
"example": 0.12
},
"Load5": {
"type": "number",
"description": "5-minute load average",
"example": 0.09
},
"Load15": {
"type": "number",
"description": "15-minute load average",
"example": 0.08
},
"ReqPerSec": {
"type": "number",
"description": "Requests per second",
"example": 142.3
},
"BytesPerSec": {
"type": "number",
"description": "Bytes transferred per second",
"example": 512000
},
"BusyWorkers": {
"type": "integer",
"description": "Number of busy worker threads",
"example": 10
},
"IdleWorkers": {
"type": "integer",
"description": "Number of idle worker threads",
"example": 6
},
"Scoreboard": {
"type": "string",
"description": "Worker state scoreboard string",
"example": "___________W_______"
}
}
}
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/httpd-serverstatus"
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.