HACKER Q&A
📣 igtumt

What you use for quick API checks?


I often find myself needing to quickly check an API response — just to see what it returns or grab a specific field.

For more complex stuff, tools like Postman are great, but for quick checks they sometimes feel a bit heavy. On the other hand, using curl or writing a quick script also breaks the flow a bit.

Curious what others here use for this kind of “quick inspection” workflow.

Do you have a go-to tool or habit for this?


  👤 igtumt Accepted Answer ✓
For daily use any advise?

👤 dhruv3006
Yeah, I know what you mean. I still use curl sometimes,but for anything beyond a basic GET, the monolithic nature of tools like Postman feels way too heavy. I recommend checking out Voiden, - all Markdown files and uses composable blocks, this makes it easy for quick, version-controlled tests. Good for the "quick checks" but also for more advanced workflows (collection runner, scripting etc).

👤 nikolasdimi
postman is great for complex stuff - what kind of complex stuff?