Forum Discussion

nedite8864's avatar
nedite8864
New Contributor
2 years ago

Any good Open Source - Swagger API for practicing API testing?

as per the title, I have an upcoming project at my company to use Cypress.io for API testing. I'm working on a proof of concept & I'm looking for Open Source APIs in Swagger to test.

I found Swagger Petstore, but I wonder if you guys have other recommendations. What do you usually use for practicing/POC API testing?

I also know about JSONPlaceholder, but I would rather use one API in Swagger. Tks in advance! https://kodi.software/ https://dltutuapp.com/tutuapp-download/ 

1 Reply

  • KarelHusa's avatar
    KarelHusa
    Champion Level 2

    nedite8864,

    I use BankGround API for training and PoC purposes.

     

    It is easy to understand since it simulates ordinary banking operations, like creating an account, creating a transaction, listing transactions, etc.

     

    There's a REST and GraphQL API to learn the differences and also a tutorial on how to use the API with sample requests and responses.

     

    I hope you will enjoy the API.