curl -X GET "https://api.sinhcoms.com/ip?ip=8.8.8.8"
-H "Authorization: Bearer YOUR_API_KEY"Ip API
The IP API provides a lightweight HTTP endpoint for applications that need IP-related lookup data through the Vismrit API platform. The active catalogue currently publishes a GET /ip route, while subscription and usage controls are handled by the standard API-key system.
What this API is designed to do
Simple IP lookup API exposed through the active GET /ip route.
Where it can fit
These are common integration scenarios; choose the approach that fits your application and subscription plan.
Published routes and methods
Use the published routes and methods below when integrating this API.
/ipIndexAuthentication, request shape and response handling
Use these examples as a quick integration reference and check the current API documentation before production use.
Use Authorization: Bearer YOUR_API_KEY or X-API-Key. If the ip query parameter is omitted, the endpoint analyses the caller IP seen by the API service.
{
"ip": "8.8.8.8",
"is_valid": true,
"version": 4,
"is_private": false,
"is_reserved": false,
"is_loopback": false,
"hostname": null,
"country": "...",
"location": {},
"city": "...",
"asn": "...",
"ip_risk": 0,
"static_ip_score": 0
}Documented error states
400Invalid IP format401API key authentication or product authorization failed429Daily request limit exceededFrom subscription to first request
Use the customer dashboard as the control point for keys, whitelist rules and plan limits.
Subscribe to an IP API tier
Generate or reuse the appropriate API key
Whitelist the calling environment if required
Call GET /ip with the expected parameters
Handle response and rate-limit states in your application
Choose the request capacity you need
Pricing and limits below are read from the active subscription tiers in the API system.
- 100,000 requests/day
- 3,000,000 requests/month
Before you go live
Do not use IP-derived data as the sole basis for high-impact identity or access decisions. Treat it as contextual network information.
Already a customer? Continue from your dashboard.
Sign in to keep purchases, licenses, API keys, downloads, invoices and project requests connected to one account.
