API Documentation

Free, public developer utility APIs with CORS enabled. Directly usable on frontend apps.

GET/api/ipIP Geolocation Info

Get detailed geolocation, IP address, and browser metadata of the client making the request.

Code Snippets

cURL
curl -X GET "https://tools.fdhlfdk.my.id/api/ip"
JavaScript Fetch
fetch("https://tools.fdhlfdk.my.id/api/ip")
  .then(res => res.json())
  .then(data => console.log(data));
Request Target URLhttps://tools.fdhlfdk.my.id/api/ip
Response Headers
No headers loaded yet. Click Test API.
Response Body JSON
{
  "success": true,
  "ip": "114.124.234.12",
  "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36...",
  "geo": {
    "country": "ID",
    "city": "Jakarta",
    "latitude": "-6.2146",
    "longitude": "106.8451"
  },
  "timestamp": "2026-06-21T03:30:00.000Z"
}
GET/api/qrcodeQR Code Generator
GET/api/mockMock Data Generator
GET/api/passwordSecure Password Generator
GET/api/placeholderImage Placeholder Generator