Sunday dev productivity: 5 free API endpoints you can curl right now (no signup)
1. Generate UUID:
curl https://employee-libraries-discrimination-deaf.trycloudflare.com/uuid
2. Base64 encode:
curl -X POST -d '{"text":"hello"}' -H 'Content-Type: application/json' https://employee-libraries-discrimination-deaf.trycloudflare.com/base64/encode
3. SHA-256 hash:
curl https://employee-libraries-discrimination-deaf.trycloudflare.com/hash/sha256/mytext
4. Website status check:
curl https://phones-beginner-univ-split.trycloudflare.com/check?url=example.com
5. DNS lookup:
curl https://phones-beginner-univ-split.trycloudflare.com/dns/example.com
Built all of these on a $6/mo VPS. 38+ endpoints free forever.
#devtips #webdev #api #developer #programming #curl #terminal #100DaysOfCode