{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.311Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"user-agent-parser","name":"User-Agent Parser","url":"https://toolsly.tools/user-agent-parser"},{"slug":"http-status-code","name":"HTTP Status Code Lookup","url":"https://toolsly.tools/http-status-code"},{"slug":"mime-type-lookup","name":"MIME Type Lookup","url":"https://toolsly.tools/mime-type-lookup"},{"slug":"subnet-calculator","name":"IPv4 Subnet Calculator","url":"https://toolsly.tools/subnet-calculator"},{"slug":"css-minifier","name":"CSS Minifier","url":"https://toolsly.tools/css-minifier"},{"slug":"css-beautifier","name":"CSS Beautifier","url":"https://toolsly.tools/css-beautifier"},{"slug":"html-minifier","name":"HTML Minifier","url":"https://toolsly.tools/html-minifier"},{"slug":"html-beautifier","name":"HTML Beautifier","url":"https://toolsly.tools/html-beautifier"}],"kind":"utility","slug":"url-parser","name":"URL Parser","description":"Break a URL into its components — protocol, host, port, path, query parameters, hash — with each query param listed individually.","longDescription":"Paste any URL and see every part broken out for inspection. Handy when an OAuth redirect or webhook is misbehaving, when you need to confirm a query parameter survived URL-encoding, or when you're poking at a complex pre-signed S3 URL. We use the browser's built-in URL constructor, so parsing matches what `fetch` and `<a href>` actually see. Query parameters are also listed one-per-line in `key = value` form. Runs entirely in your browser.","category":"dev","categoryName":"Dev","keywords":["url parser","url decoder","parse url online","url query parameter parser","url breakdown","url to parts","extract query params from url","url inspector","url analyzer","url components","url path extractor","url scheme parser","url hash parser","uri parser online","decode url parameters"],"badge":"Parser","url":"https://toolsly.tools/url-parser","inputs":[{"type":"text","key":"url","label":"URL","multiline":true,"placeholder":"https://user:pass@example.com:8080/path/to/page?a=1&b=hello#section","defaultValue":""}],"outputs":[{"key":"protocol","label":"Protocol"},{"key":"username","label":"Username"},{"key":"password","label":"Password"},{"key":"hostname","label":"Hostname"},{"key":"port","label":"Port"},{"key":"host","label":"Host (hostname:port)"},{"key":"pathname","label":"Pathname"},{"key":"search","label":"Search (raw)"},{"key":"hash","label":"Hash"},{"key":"origin","label":"Origin"},{"key":"queryParams","label":"Query parameters","multiline":true}],"invocation":{"webUi":"https://toolsly.tools/url-parser","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}