DEV Community

Discussion on: Free and Fake APIs You Can Use to Practice Front End Development

Collapse
 
crimsonmed profile image
Médéric Burlet

Any api is a very good one as it compiles information of a lot of open api
any-api.com/

I think you could include NASA API it has a lot of data and information available to the public:
api.nasa.gov/

Open Weather is also a good one:
openweathermap.org/api

For any Anime Fan I would recommend:
animenewsnetwork.com/encyclopedia/...
This is a good one as it lets you get movie like information, covers, actors, and more.

Last but not least the must have of all APIs
pokeapi.co/

Collapse
 
aumayeung profile image
John Au-Yeung

NASA's API is pretty high quality. Lots of photos URLs, data for near-earth objects, etc.

Open Weather API also a good free weather API to practice with.

The other ones are also good finds.