II.
Tool JSON
Structured · livetool:httpie
HTTPie json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:httpie",
"_kind": "Tool",
"_file": "domain/tools/tools-package-managers-api.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "HTTPie",
"homepageUrl": "https://httpie.io",
"kind": "api-tool",
"description": "Modern command-line HTTP client designed for human-readable interaction with APIs,\noffering intuitive syntax, JSON highlighting, session persistence, and plugin support.\nAlso ships HTTPie Desktop, a cross-platform GUI client for exploring and debugging\nREST, GraphQL, and other HTTP-based APIs without leaving the terminal workflow.\n"
},
"outgoingEdges": [
{
"from": "tool:httpie",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "tool:httpie",
"to": "skill-area:api-design",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:httpie",
"to": "skill-area:api-testing",
"kind": "used_for"
},
{
"from": "tool:httpie",
"to": "skill-area:backend-api-design",
"kind": "used_for"
},
{
"from": "tool:httpie",
"to": "tool:postman",
"kind": "alternative_to",
"attributes": {
"comparison": "API testing clients"
}
},
{
"from": "tool:httpie",
"to": "tool:insomnia",
"kind": "alternative_to",
"attributes": {
"comparison": "API testing clients"
}
},
{
"from": "tool:httpie",
"to": "tool:hoppscotch",
"kind": "alternative_to",
"attributes": {
"comparison": "API testing clients"
}
},
{
"from": "tool:httpie",
"to": "tool:bruno",
"kind": "alternative_to",
"attributes": {
"comparison": "API testing clients"
}
}
],
"incomingEdges": [
{
"from": "tool:insomnia",
"to": "tool:httpie",
"kind": "alternative_to",
"attributes": {
"comparison": "API testing clients"
}
},
{
"from": "tool:postman",
"to": "tool:httpie",
"kind": "alternative_to",
"attributes": {
"comparison": "API testing clients"
}
},
{
"from": "tool:hoppscotch",
"to": "tool:httpie",
"kind": "alternative_to",
"attributes": {
"comparison": "API testing clients"
}
},
{
"from": "tool:bruno",
"to": "tool:httpie",
"kind": "alternative_to",
"attributes": {
"comparison": "API testing clients"
}
}
]
}