🌐

IP Info

Parse and analyze an IP address — version, class, private/public, binary representation.

network API: POST /api/tools/ip-info

Input

🔌 API Usage

POST /api/tools/ip-info
Content-Type: application/json

// Example body:
{
  "ip": ""
}