URL Parser
Parse, build, and manipulate URLs. Extract components, encode/decode, and normalize URLs.
1 subscribers
16 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
URL Parser endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| v1 | ||
| GET |
get_v1_docs /v1/docs |
Get API documentation |
| POST |
post_v1_build /v1/build |
Build URL from components |
| POST |
post_v1_decode /v1/decode |
URL decode text |
| POST |
post_v1_extract /v1/extract |
Extract all URLs found in text |
| POST |
post_v1_parse /v1/parse |
Parse URL into components including protocol, hostname, path, search params, and domain parts |
| POST |
post_v1_encode /v1/encode |
URL encode text |
| POST |
post_v1_normalize /v1/normalize |
Normalize and clean URL with various options |
| Other endpoints | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| GET |
get_v1_docs /v1/docs |
Get API documentation |
| POST |
post_v1_build /v1/build |
Build URL from components |
| POST |
post_v1_extract /v1/extract |
Extract all URLs found in text |
| POST |
post_v1_encode /v1/encode |
URL encode text |
| POST |
post_v1_normalize /v1/normalize |
Normalize and clean URL with various options |
| POST |
post_v1_decode /v1/decode |
URL decode text |
| POST |
post_v1_parse /v1/parse |
Parse URL into components including protocol, hostname, path, search params, and domain parts |
URL Parser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|