DEV/URL
URL Parser
Break any URL into protocol, host, port, path, query params, and hash.
Protocol
https:
Host
example.com:8443
Hostname
example.com
Port
8443
Pathname
/path/to/page
Hash
#section
Username
user
Password
•••
Query parameters
2 params
| Key | Value |
|---|---|
| q | hello |
| lang | en |
Related tools
All →DEV/FORMAT
JSON Formatter
Prettify, minify, and validate JSON data strings instantly.
DEV/SQL
SQL Editor & Checker
Format SQL and lint for missing WHERE, unmatched quotes, and common mistakes.
DEV/AUTH
JWT Debugger
Decode and inspect JSON Web Token headers and payloads.
DEV/SCHED
Cron Editor
Build and explain crontab expressions.