🔗
URL Parser
Parse a URL into its components: scheme, host, port, path, query parameters, and fragment.
web
API: POST /api/tools/url-parser
Input
Result
🔌 API Usage
POST /api/tools/url-parser
Content-Type: application/json
// Example body:
{
"url": "https://example.com:8080/path?q=hello&lang=en#section"
}
Content-Type: application/json
// Example body:
{
"url": "https://example.com:8080/path?q=hello&lang=en#section"
}