Network Tools
Free browser-based network tools — no login, no server proxy. Look up your public IP address and geolocation using the ipapi.co API, dissect any URL into its protocol, hostname, path and query parameters using the Web URL API, decode User Agent strings to identify browser and OS, convert cURL commands to JavaScript fetch() snippets, browse the complete HTTP status code reference from 1xx to 5xx, and look up MIME types by file extension or reverse-lookup extensions from a MIME type string.
IP Info
Look up your public IP address and geolocation details — city, region, country, ISP and timezone — in one click. Query runs from your browser with no server in between.
URL Parser
Break any URL into protocol, hostname, port, path, query string and hash. Lists all query parameters as key-value pairs for quick inspection.
User Agent Parser
Parse any User Agent string to identify browser, OS, device type and rendering engine. Can also read your current browser UA with one click.
cURL to Fetch
Convert cURL commands to equivalent JavaScript fetch() code. Handles method, headers and request body — paste the curl snippet and get ready-to-use JS.
HTTP Status Codes
Look up any HTTP status code and its meaning. Covers all 1xx–5xx classes with descriptions and common use cases — searchable by code or keyword.
MIME Type Lookup
Look up MIME types by file extension or reverse-lookup extensions from a MIME type. Covers 200+ common formats for web, media, documents and more.