Documentation

API URL


POST /api/v1/ip-intelligence, POST /api/v1/ip-intelligence

Headers
Code
Content-Type: application/json
Body Parameters


Example Request

Code
{
  "ip": "203.0.113.45"
}

Successful Response

Status
HTML
200 OK
Body
Code
{
  "ip": "203.0.113.45",
  "id": 1,
  "network": "203.0.113.0/24",
  "description": "Example Block"
}

Error Response

Example
Code
400 INVALID_IP – If IP format is invalid; 404 NOT_FOUND – If no CIDR block matches the IP; 500 INTERNAL_ERROR – On unexpected database or server error

Last Updated:  May 4, 2026