The Interweb.WTF URL cleaning service allows you to remove tracking parameters from any URL.
To clean a URL, you can use the URL Cleaner, the URL Interface, or the CLI API.
The URL Cleaner is a web-based interface that allows you to remove tracking parameters from any URL.
Try it out by entering a URL like, https://interwebalchemy.com/posts/building-a-chess-tutor?utm_source=interweb.wtf&utm_campaign=docs, into the input above.
The URL Interface is a concept that allows you to append any URL to interweb.wtf/clean/
and have the URL cleaned automatically.
If you navigate to interweb.wtf/clean/https://interwebalchemy.com/posts/building-a-chess-tutor?utm_source=interweb.wtf&utm_campaign=docs, the URL will be cleaned automatically and you will be presented with https://interwebalchemy.com/posts/building-a-chess-tutor
.
The URL Cleaner CLI API is an API interface that allows you to remove tracking parameters from any URL by making a GET
request to the /clean
endpoint.
curl --header "Authorization: Bearer $API_KEY" \
--location "https://www.interweb.wtf/cli/v0/clean/\
https://interwebalchemy.com/posts/building-a-chess-tutor\
?utm_source=interweb.wtf&utm_campaign=docs"
Note: Replace $API_KEY
with an API Key you generated in Settings > Developer.