Skip to main content

Online Tools

More online tools

Get Public IP

↪  curl ifconfig.me
219.68.222.111⏎   

↪  curl ifconfig.me/ip
219.68.222.111⏎

curl ifconfig.co
curl checkip.amazonaws.com
curl icanhazip.com
curl ipecho.net/plain

rate.sx

curl-rate-sx.png

curl rate.sx
curl rate.sx/btc
curl rate.sx/btc@3d  # for last 3 days
curl rate.sx/1btc    # convert 1 BTC to ?? USD
curl rate.sx/:help

wttr.in

curl-wttr-in.png

curl wttr.in
curl wttr.in/TaoYuan
curl wttr.in/:help

qrenco.de

curl-qrenco-de.png

curl qrenco.de
curl qrenco.de/www.yutube.com
curl qrenco.de/:help
printf "$@" | curl -F-=\<- qrenco.de

0x0.st

curl-0x0-st.png

curl -F 'shorten=https://www.osslab.tw' https://0x0.st

Tinyurl.com: short URL from the terminal

echo https://URL | xargs -r -I {} curl -s -d url={} -G https://tinyurl{.}com/create.php | \
 awk '/indent/ {print substr($2,19,39)}' | sed '2!d' | sed 's/<.*//'