{
  "ok": true,
  "service": "Reverse DNS Lookup API",
  "serviceName": "Reverse DNS Lookup API",
  "name": "Reverse DNS Lookup API",
  "endpoint": "https://tools.ipintel.ai/reverse-dns",
  "method": "POST",
  "x402": true,
  "price": "$0.001",
  "network": "eip155:8453",
  "input": {
    "bodyType": "json",
    "example": {
      "ip": "8.8.8.8"
    },
    "schema": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "ip": {
          "type": "string",
          "description": "IPv4 or IPv6 address to reverse-resolve"
        }
      },
      "required": [
        "ip"
      ]
    }
  },
  "description": "Reverse DNS Lookup API. Look up PTR records for an IP address and receive reverse DNS hostname data in structured JSON. Useful for agents, developers, IP enrichment, network diagnostics, infrastructure investigation, abuse analysis, and security workflows. Paid per call via x402.",
  "tags": [
    "reverse-dns",
    "ptr-record",
    "ip-lookup",
    "dns",
    "developer-tools"
  ]
}