Public APIs
Public APIs are open endpoints that do not require authentication.
Rate limiting: These endpoints are not rate limited.
Get Your IP Address
Returns the requester's current IP address.
HTTP Request
GET https://fullhunt.io/api/v1/public/my-ip
Example Request
curl "https://fullhunt.io/api/v1/public/my-ip"
Example Response
{
"current_ip_address": "1.1.1.1"
}