The Interweb.WTF Shortlink Expander allows you to expand and clean any shortlinks from other providers.
To expand a shortlink, you can use the Shortlink Expander, the URL Interface, or the CLI API.
The Shortlink Expander is a web-based interface that allows you to expand and clean any shortlinks from other providers.
Try it out by entering a shortlink like, https://bit.ly/1sNZMwL, 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.