DEV Community

Cover image for 10 Intriguing Public REST APIs For Your Next Project

10 Intriguing Public REST APIs For Your Next Project

Cameren Dolecheck on August 28, 2019

The notion of working on side projects gets thrown out a lot amongst the programming community. It can be intimidating sitting in front of a blank ...
Collapse
 
liyasthomas profile image
Liyas Thomas • Edited

Great collection. Feel free to use open source API testing tool: Hoppscotch to spin up these APIs on-the-go directly from your browser window.

GitHub logo hoppscotch / hoppscotch

👽 Open source API development ecosystem - https://hoppscotch.io

Collapse
 
miriampeskowitz profile image
Miriam

Love using Postwoman -- thanks.

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
ward profile image
Comment marked as low quality/non-constructive by the community. View Code of Conduct
Davis

да он какой там педик

Collapse
 
ward profile image
Comment marked as low quality/non-constructive by the community. View Code of Conduct
Davis

I appreciate the efforts but you don't just stick a product in face. Article was not associated with having REST API client, but you stick it there out of the blue.
If the product is good, people are going to talk about it. This just looks like an ad.

Collapse
 
devdrake0 profile image
Si

The post is about API's, providing a client recommendation is on-topic.

Collapse
 
silverman42 profile image
Sylvester Nkeze

Cool Post, bro. You could check out this github repo for an extensive list of public APIs -
github.com/public-apis/public-apis

Collapse
 
camerenisonfire profile image
Cameren Dolecheck

Yeah, that list an excellent and one I refer to often! I included links to that and RapidAPI in the post.

Collapse
 
silverman42 profile image
Sylvester Nkeze

Oh. I didn't see that initially.

Collapse
 
afolarin profile image
Amos Folarin

Huge directory of REST-APTs
programmableweb.com/apis/directory

Collapse
 
camerenisonfire profile image
Cameren Dolecheck

Nice, this is a pretty great directory that I've not seen before. Thanks for sharing!

Collapse
 
zainabe profile image
Zainab-e • Edited

Interesting post. You might find these APIs cool and super-helpful:

  1. ipgeolocation
  2. Astronomy API
  3. Timezone API
Collapse
 
nhighleysalongenius profile image
nhighley-salongenius

Urban Dictionary API may not be public, but it has public facing API. The link in the article was to the API entry in urbandictionary, not the actual endpoint.

The API is relatively simple: api.urbandictionary.com/v0/define?... but I wouldn't count on your app surviving for long if they see you slurping traffic.

Collapse
 
vikramchandra profile image
Vikram Sharma

Urban Dictionary API has an unofficial API.

Collapse
 
micahlt profile image
Micah Lindley

The link to the Bible API appears to be wrong. 😉

Collapse
 
juyn profile image
Xavier Dubois 🇫🇷

God works in mysterious ways 🤣

Collapse
 
micahlt profile image
Micah Lindley

lol

Collapse
 
camerenisonfire profile image
Cameren Dolecheck

Geeze, thanks for pointing that out. It has been fixed 😅

Collapse
 
iceorfiresite profile image
Ice or Fire

openweathermap.org/api -> OpenWeatherMap is an awesome API that's pretty easy to use

Collapse
 
camerenisonfire profile image
Cameren Dolecheck

Yeah, there are many great weather APIs! My first draft of this post had the Dark Sky API, as it is my preferred weather app. I chose not to, as the only pricing model they have is a pay-as-you-go tier, While the first 1000 calls per day free is plenty for many projects, I wanted APIs that had totally free tiers. Open Weather Map is great and probably the most popular weather API. I decided to list a lesser known one; thus, I went with WeatherBit for this post.

Collapse
 
pablitxn profile image
Pablo Coronel

Hi! great article :D

I also recommend Rick and Morty's api rickandmortyapi.com/

Collapse
 
jbradford77 profile image
Jennifer Bradford

Everything you could ever want to know about Delaware data.delaware.gov/

Collapse
 
andhop profile image
Andy Hopwood

Great post! I'd like to add The chuck Norris jokes API to the list. It's just great for a laugh!

Collapse
 
puleta profile image
Puleta

THANK YOU!

Collapse
 
nag323 profile image
nag323 • Edited

Great post. I also recommend you to check out IP Geolocation API

Collapse
 
proteinovij profile image
proteinovij

Very useful collection, thanks!

I am also using this one when I want to create my own custom data and fetch it via the REST API for my demo projects: restful-api.dev

Collapse
 
tamouse profile image
Tamara Temple

these would be amazing fun to play around with putting a GraphQL engine in front of, too

Collapse
 
devkaahl profile image
Muhammad Khalil

Thank you for this...

Collapse
 
vjnvisakh profile image
Visakh Vijayan

Cool ... Do you have something on educational articles or circulars.

Collapse
 
douglasfugazi profile image
Douglas Fugazi

Thanks for the heads up. I'm going to use them in my testing projects.

Collapse
 
nelsongt88 profile image
Nelson Giraldo

Good article, very useful to know these APIs to learn new technologies and not do the usual projects.