URL Parser
Break a URL into its scheme, host, path, query and hash.
Runs entirely in your browser
- Protocol
- https
- Username
- user
- Password
- ••••
- Hostname
- api.rizo.top
- Port
- 8443
- Origin
- https://api.rizo.top:8443
- Pathname
- /v1/users
- Search
- ?limit=10&sort=name
- Hash
- #top
Query parameters (2)
| Key | Value |
|---|---|
| limit | 10 |
| sort | name |