DevToolGrid/Request/URL parser

Request

URL parser

Break a URL into protocol, host, path, query params, and hash.

URL parser workspace

Edit, inspect, copy

ready
{
  "protocol": "https",
  "origin": "https://example.com",
  "host": "example.com",
  "hostname": "example.com",
  "port": null,
  "pathname": "/api/users",
  "query": [
    {
      "key": "status",
      "value": "active"
    },
    {
      "key": "page",
      "value": "2"
    }
  ],
  "hash": "#results"
}

More URL parser guides

Request

url parser online on DevToolGrid

URL parser is built for the search intent behind "url parser online": a fast, browser-based developer tool that helps with API debugging, data formatting and everyday coding tasks without sign-up.

What this online developer tool is best for

Use it when you need quick results for parse url parameters, query string parser. The page has its own URL, localized metadata and related tools so developers can bookmark it, share it and return to the same workflow.