← All tools
URL Parser / Query String Builder
Break a URL down into its parts, or build a query string from parameters.
Parse URL
- Protocol
- https:
- Host
- example.com
- Path
- /search
- Hash
- #results
| Parameter | Value |
|---|---|
| q | atlas |
| page | 2 |
Build query string
?q=atlas