IPify API

IPify API is a straightforward service that returns the public IP address of the requester. It is widely used by developers and network administrators for diagnostics, logging, or geo-based services. The API is free to use, requires no authentication, and provides a fast, reliable response in multiple formats.

1

Endpoints

0

Views

Jul 20, 2025

Last Checked

Unlimited

Rate Limit

API Endpoints

Returns the public IP address of the client in JSON format.

Full URL

https://api.ipify.org/?format=json

Code Examples

curl -X GET 'https://api.ipify.org/?format=json' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Example Response

{
  "ip": "203.0.113.195"
}

Version

v1

Rate Limit

1000 requests/minute
Tags
ipnetwork
Technical Details
Authentication
None
Response Formats
JSON, text
Availability
global
Status
Published
Rate Limits

unlimited

Supported Languages
JavaScriptPython
Use Cases
network tools
user IP detection
https://api.ipify.org/
IPify API – Simple Public IP Address Lookup | Free API Hub