Here in this blog we will talk about 5 free api’s, that are very simple and beginner friendly. You can use them to make your own apps and at the same time sharpen your skills.
1. CoinDesk
With this api you can get the Bitcoin price index in real-time.
Sample API URL: “https://api.coindesk.com/v1/bpi/currentprice.json”
2. Bored
Bored is a free API to find something to do by getting suggestions for random activities.
Sample API URL: “https://www.boredapi.com/api/activity”
3. Agify.io
Predict the age of a person based on their name.
Sample API URL: “https://api.agify.io/?name=evan”
4. Dogs
Cheer yourself up with random dog images.
Sample API URL: “https://dog.ceo/api/breeds/image/random”
5. Universities List
Get a list of universities in a specified country.
Sample API URL: “http://universities.hipolabs.com/search?country=United+States”
So, these are the api’s that you can integrate in your project quite easily, that will help you to sharpen your skills. If you face any problem with these api’s. You can post on my facebook group “Coding With Evan Community”. I will help you there. Happy coding!