30
Easy access public APIs for projects!
Based from the title, you're probably wondering why if there is Google to help you look? Right?
Well, when I was was in the bootcamp, we had to build projects every phase and in need of these types of resources and build our own web app from it. I know there is alot more ways to search for these online, but this blog is to help save one's time in doing so.
First, what is a public API?
A public API is also known as open API. Open for public use and is usually free!
A public API is also known as open API. Open for public use and is usually free!
So, here's a few public APIs that either just caught my eye for a future build, or have used on my old projects!
1.Pexels
- Authorization: You would just need to request an API key by making a Pexels account and on the Doc is the format how to utilize that key on your code. It'll get you 20,000 request limit per month.
- Authorization: No API key needed!
/random_ten, /jokes/random,
or /jokes/ten
.
- Authorization: No API key needed!
- Authorization: No API key needed!
- Authorization: No API key needed!
- Authorization: No need for API key or signup

- Authorization: No need for API key or signup

https://api.dictionaryapi.dev/api/v2/entries/<language_code>/<word>
- Authorization: No API key needed!
9. Songsterr
- Authorization: No need for API key or signup
Easy to follow Docs:
Other sources for free API that I have used are from:
Hope this was helpful to anyone looking into utilizing some free & easy-access APIs into their projects! If you have any other suggestions of resources, feel free to share it in the comments below!
Until the next one!
30