OverviewREST · JSON

URL Parser

Break a URL into its components and normalize it — pure parsing, no network call.

Method
POST
Endpoint
/v1/url-parse
Auth
X-API-Key
Format
JSON
Parses
scheme · host · port · path · query · fragment · userinfo
Extra
canonical normalize
Status
200 · 400 · 401 · 402 · 429
Trylive · no key
Pricingmonthly + usage
Referencecurl · SDK · OpenAPI
curl -X POST https://atomios.me/api/v1/url-parse/ \
  -H "X-API-Key: $ATOMIOS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://ex.com/a?x=1#f","normalize":true}'
Ratingscommunity