Endpoint
Ipify — public IP
Returns the caller’s public IP—useful for client diagnostics and geo pipelines.
Quick JSON or text IP check
Dev utilitiesNo API keyDefault GET
HTTP console
Request
GET with format=json for JSON; omit for plain text.
GET ?format=json
Response
{ ip: string }
{ "ip": "203.0.113.42" }Outbound requestProxy
Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).
Upstream response
Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.