Is there a good postman alternative for testing APIs?

I’m looking for recommendations for alternative tools to Postman for testing APIs. What do you use when working with Weaviate’s API endpoints?

1 Like

There are several good alternatives to Postman out there - I’ve been exploring quite a few of them lately! Let me share the ones I’ve found particularly useful, If anyone else has been thinking about making a switch, here are some solid options I can recommend:

  1. ApiDog: A comprehensive API platform with a modern interface, supporting multiple protocols and offering a smoother team collaboration experience.
  2. Bruno: Simple but powerful, available as both CLI and desktop app.
  3. Insomnia: Clean, open-source REST client with excellent GraphQL support.
  4. Thunder Client: A lightweight VS Code extension that lets you test APIs directly in your IDE.

All of these work well with testing API endpoints.