curl
CLITransfer data from or to a server using various protocols.
Get only the HTTP status codeVerified macOS · Linux
curl -s -o /dev/null -w '%{http_code}\n' https://example.com/+7 more matching recipesnetworking8 recipes · 7 verified
jq
CLILightweight and flexible command-line JSON processor.
Pretty-print JSON from an API response~99% est.
curl -s https://api.example.com/data | jq '.'text-processing7 recipes · 6 verified
httpie
CLIModern, user-friendly command-line HTTP client for the API era.
networking3 recipes