Plus Http Api Nginx Resolver Zone Structure
Statistics of DNS requests and responses per particular resolver zone.
Resolver Zone is a JSON Structure definition published by NGINX. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"name": "Resolver Zone",
"description": "Statistics of DNS requests and responses per particular\n<a href=\"https://nginx.org/en/docs/http/ngx_http_core_module.html#resolver_status_zone\">resolver zone</a>.\n",
"type": "object",
"members": {
"requests": {
"type": "object",
"members": {
"name": {
"description": "The total number of requests to resolve names to addresses.",
"type": "int32",
"readOnly": true,
"example": "my_shared_zone"
},
"srv": {
"description": "The total number of requests to resolve SRV records.",
"type": "int32",
"readOnly": true,
"example": 0
},
"addr": {
"description": "The total number of requests to resolve addresses to names.",
"type": "int32",
"readOnly": true,
"example": 0
}
},
"readOnly": true,
"example": 31070465
},
"responses": {
"type": "object",
"members": {
"noerror": {
"description": "The total number of successful responses.",
"type": "int32",
"readOnly": true,
"example": 0
},
"formerr": {
"description": "The total number of FORMERR (<literal>Format error</literal>) responses.",
"type": "int32",
"readOnly": true,
"example": 0
},
"servfail": {
"description": "The total number of SERVFAIL (<literal>Server failure</literal>) responses.",
"type": "int32",
"readOnly": true,
"example": 0
},
"nxdomain": {
"description": "The total number of NXDOMAIN (<literal>Host not found</literal>) responses.",
"type": "int32",
"readOnly": true,
"example": 0
},
"notimp": {
"description": "The total number of NOTIMP (<literal>Unimplemented</literal>) responses.",
"type": "int32",
"readOnly": true,
"example": 0
},
"refused": {
"description": "The total number of REFUSED (<literal>Operation refused</literal>) responses.",
"type": "int32",
"readOnly": true,
"example": 0
},
"timedout": {
"description": "The total number of timed out requests.",
"type": "int32",
"readOnly": true,
"example": 0
},
"unknown": {
"description": "The total number of requests completed with an unknown error.",
"type": "int32",
"readOnly": true,
"example": 0
}
},
"readOnly": true,
"example": 1234567
}
},
"example": {
"resolver_zone1": {
"requests": {
"name": 25460,
"srv": 130,
"addr": 2580
},
"responses": {
"noerror": 26499,
"formerr": 0,
"servfail": 3,
"nxdomain": 0,
"notimp": 0,
"refused": 0,
"timedout": 243,
"unknown": 478
}
}
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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
curl "https://apis.io/api/v1/json-structures/plus-http-api-nginx-resolver-zone-structure"
curl "https://apis.io/api/v1/json-structures?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.