GET
/ipReturns the visitor's IP address. Useful in shell scripts, cron jobs, and CI.
$ curl https://utils.community.poke.site/ip
{"ip":"203.0.113.42","ua":"curl/8.0.1","ts":"2026-06-24T08:32:00Z"}open ↗Pick a tool and it runs locally. Files never leave your browser. The converters, codecs and generators are pure JavaScript; FFmpeg WASM is the only heavy module, and it lazy-loads only when you open a media tool. Two plain JSON endpoints sit alongside for scripts and curl.
Two clean JSON endpoints. Useful from scripts and curl, no auth required.
/ipReturns the visitor's IP address. Useful in shell scripts, cron jobs, and CI.
$ curl https://utils.community.poke.site/ip
{"ip":"203.0.113.42","ua":"curl/8.0.1","ts":"2026-06-24T08:32:00Z"}open ↗/infoReturns site info: tool count, endpoint list, uptime and a timestamp. Useful for uptime checks.
$ curl https://utils.community.poke.site/info
{"site":"Utils Hub","tools":41,"endpoints":["/ip","/info"],"uptime":"0y 0m 0d","ts":"2026-06-24T08:32:00Z"}try it ↗