What lightweight API testing tools are you using in 2025?
3•themast•9mo ago
Postman feels bloated lately, especially for quick testing or scripting. Curious what people are using instead, either CLI or minimal GUI tools.
Comments
andrewdev365•9mo ago
I’ve bounced between Insomnia, Bruno, and REST Client, but they all seem to lack one thing. Feels like we need a blend of Postman’s structure with a CLI tool’s speed.
testthetest•8mo ago
For quick API checks I do love Bruno. It's also open source, and the spec is stored in Git, which is perfect for collaboration.
peterzam13•9mo ago
I’m looking for something that plays nicely with markdown-based API docs. Sometimes I just want to trigger endpoints directly from docs — maybe something like restish with better OpenAPI support?
sksrbWgbfK•9mo ago
I haven't tried it but you have https://posting.sh/ (TUI written in Python, can be installed with uv).
andrewdev365•9mo ago
testthetest•8mo ago