URL Parser

Parse URLs into their components: protocol, domain, path, query parameters, and hash fragment.

Parsed Components

Protocol
-
Domain
-
Port
-
Path
-
Hash Fragment
-
Origin
-

Query Parameters

No query parameters found

Complete JSON Output

{
  "protocol": "",
  "domain": "",
  "port": "",
  "path": "",
  "query": ,
  "hash": "",
  "origin": ""
}

Related Tools

HTTP Header Parser

Click to use this tool

Safelink Decoder

Click to use this tool

cURL to Go

Click to use this tool

cURL to JavaScript

Click to use this tool

cURL to PHP

Click to use this tool