mdelatorre

Web Services that interact with cURL

Sep 29th, 2020 (edited)
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Description URL to cURL Output
Date and time are expressed using the GMT time zone in JSON form curl date.jsontest.com {"time": "07:50:46 PM","milliseconds_since_epoch": 1514749846201,"date": "12-31-2017"}
Your IP address in JSON form curl ip.jsontest.com {"ip": "200.27.200.112"}
Returns the MD5 hash code of a given string. curl md5.jsontest.com/?text=example_text {"md5": "fa4c6baa0812e5b5c80ed8885e55a8a6", "original": "example_text"}
curl --location --request GET 'api.hashify.net/hash/sha3-256/hex?value=hello' {"Digest":"3338be694f50c5f338814986cdf0686453a888b84f424d792af4b9202398f392","DigestEnc":"hex","Type":"SHA3-256","Key":""}
Add Comment
Please, Sign In to add comment