Is there a dummy API for testing/practice?
What are some cool APIs you can use for free? (e.g. Weather API, Youtube API)
what are the best public apis to practice programming?
Can anyone recommend an open API for testing purposes?
Videos
Something like https://httpstat.us/ but for API endpoints?
I think one of the big issues when learning to program is the absolut lack of data and for most semi-useful tools you need at least some of. Do you know of any cool websites that provide real world data / lots of data that can be easily accessed with an API (JSON) call?
I'm learning a frontend framework and I need an API's to practice. I remember years ago I used the pokeapi to display pokemon when I was first learning to program. Beside pokeapi, themoviedb, are there famous apis that would help me feed the basic (all items, item detail, search page, etc) pages?
The title more or less, at the moment I am learning rest sharp, but I have not found a decent open API for writing tests, something that isn't too easy nor too difficult.
Preferably with some POST and GET methods, so I can write tests for getting data I posted.
Also if anyone can link me a example of how to develop a API testing framework, how to order namespaces any such :)
Thanks in advance.