| IP address | 172.31.0.5 |
|---|---|
| Decimal | 2887712773 |
No coordinates available for this IP address.
All data is available programmatically. When using curl, pass the -s flag to hide the progress bar.
These endpoints return plain text by default, with a trailing newline at the end.
| Command | Response |
|---|---|
curl ip.a7d.dev |
172.31.0.5 |
Accept: application/json header to request response as JSON.?ip=IP to the request URL to lookup information for a different IP. This is not supported for the /port endpoint.These endpoints always return JSON.
| Command | Description |
|---|---|
curl ip.a7d.dev/json |
Retrieve all IP information. See response. |
{
"ip": "172.31.0.5",
"ip_decimal": 2887712773,
"country_eu": false,
"user_agent": {
"product": "Mozilla",
"version": "5.0",
"comment": "AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"raw_value": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
}
}
This is an example response. The actual result depends on the reachability of the queried port.
{
"ip": "172.31.0.5",
"port": 443,
"reachable": false
}
curl -4 or curl -6.