A curated list of awesome console services (reachable via HTTP, HTTPS and other network protocols). Structured data of the list (kept in sync) is in structured.yaml.
- IP Address
- Geolocation
- Text Sharing
- URL Shortener
- File Transfer
- Browser
- Tools
- Monitoring
- Weather
- News
- Information boards
- Map
- Money
- Documentation
- Dictionaries and translators
- Generators
- Entertainment
- Scripts
- Clients
curl l2.io/ip
curl echoip.de
curl ifconfig.me
curl ipecho.net/plain
curl -L ident.me
#APIcurl -L canihazip.com/s
curl -L tnx.nl/ip
curl wgetip.com
curl whatismyip.akamai.com
curl ip.tyk.nu
curl bot.whatismyipaddress.com
curl curlmyip.net
curl eth0.me
curl ipaddr.site
curl ifconfig.co
curl ifconfig.pro
curl curlmyip.net
curl ipinfo.io/ip
curl icanhazip.com
curl checkip.amazonaws.com
curl httpbin.org/ip
curl wtfismyip.com/json
curl ipinfo.io/8.8.8.8
orcurl ipinfo.io/8.8.8.8/loc
curl ifconfig.co/country
orcurl ifconfig.co/city
orcurl ifconfig.co/country-iso
orhttp ifconfig.co/json
echo "Hello world!" | curl -F 'f:1=<-' ix.io
echo "Hello world!" | curl -F file=@- 0x0.st
echo "Hello world!" | curl -F 'clbin=<-' https://clbin.com
echo "Hello world!" | nc termbin.com 9999
curl -s http://tinyurl.com/api-create.php?url=http://www.google.com
curl --upload-file <file> transfer.sh/<filename>
ssh brow.sh
curl qrenco.de/STRING
orecho STRING | curl -F-=\<- qrenco.de
— create QR-code for a string (chubin/qrenco.de)
curl ping.gg
curl wttr.in
orcurl wttr.in/Berlin
- the right way to check the weatherfinger oslo@graph.no
curl getnews.tech/world+cup
- fetch the latest newsgopher txtn.ws
curl http://frcl.de/gulasch
- Gulaschprogrammiernacht 2019 Fahrplan
telnet mapscii.me
- show a zoomable world map
curl rate.sx
- get cryptocurrencies exchange ratescurl moneroj.org
- get Monero exchange ratecurl cmc.rjldev.com
- get coinmarketcap top 100 cryptocurrencies
curl cheat.sh
- UNIX/Linux commands cheat sheets using curl (chubin/cheat.sh)
curl 'dict://dict.org/d:command line'
git commit -m $(curl -sk https://whatthecommit.com/index.txt)
— generate random commit messagecurl -H 'Accept: text/plain' foaas.com/cool/:from
— fuck off as a servicecurl pseudorandom.name
— generate a pseudo random (American?) name (treyhunner/pseudorandom.name)curl -s https://uinames.com/api/?region=france\&amount=25 | jq '.[] | .name +" " + .surname'
— generate 25 random french namescurl https://icanhazdadjoke.com
— random jokes
nc towel.blinkenlights.nl 23
— watch StarWars in terminalssh chat.shazow.net
— chat over SSH (shazow/ssh-chat)curl parrot.live
— display an animated party parrot (hugomd/parrot.live)curl byemck.atulr.com
— display animated goodbye message for colleagues (master-atul/byemck)ssh sshtron.zachlatta.com
~> snake game; play with AWSD keys
Useful scripts, that can be run with just one line of code, but where, still local still execution is necessary.
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
At least on of the clients, that you need to access these services, is installed in almost every UNIX/Linux system.