Back to catalog
πŸ’»

HTTPie

Free

a free command-line HTTP client for the API era

πŸ’»DevelopmentHTTPSNo API key required

HTTP Request Result

Inspect HTTP responses made through the HTTPie API client

Status Code200
MethodGET
UrlHttps://api.example.com/users/42
Content TypeApplication/json
Response Time Ms143

Sample Response

response.json
1{
2 "status_code": 200,
3 "method": "GET",
4 "url": "https://api.example.com/users/42",
5 "content_type": "application/json",
6 "response_time_ms": 143
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://httpie.io"
View Documentation

Similar APIs