httpie
CLIModern, user-friendly command-line HTTP client for the API era.
GET request with JSON response~98% est.
http GET api.example.com/users+2 more matching recipesnetworking3 recipes
curl
CLITransfer data from or to a server using various protocols.
POST JSON from a fileVerified macOS · Linux
curl -sS -X POST -H 'Content-Type: application/json' -d @body.json https://api.example.com/items+3 more matching recipesnetworking8 recipes · 7 verified
xh
CLIFriendly and fast HTTP tool, reimplementation of HTTPie.
GET request~98% est.
xh GET api.example.com/users+2 more matching recipesnetworking3 recipes