{"service":"IP2Proxy Service","version":"1.0.0","description":"A Node.js service providing IP geolocation and proxy detection APIs","endpoints":{"GET /health":"Health check endpoint","GET /check?ip=IP_ADDRESS":"Check IP address (GET method)","POST /check":"Check IP address (POST method with JSON body: {\"ip\": \"IP_ADDRESS\"})","GET /":"This documentation"},"examples":{"GET":"curl \"http://localhost:3000/check?ip=8.8.8.8\"","POST":"curl -X POST -H \"Content-Type: application/json\" -d \"{\"ip\":\"8.8.8.8\"}\" \"http://localhost:3000/check\""},"databaseStatus":"Loaded"}