API Documentation
Free, public developer utility APIs with CORS enabled. Directly usable on frontend apps.
GET
/api/ip—IP Geolocation InfoGet 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 URL
https://tools.fdhlfdk.my.id/api/ipResponse 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/qrcode—QR Code GeneratorGET
/api/mock—Mock Data GeneratorGET
/api/password—Secure Password GeneratorGET
/api/placeholder—Image Placeholder Generator