Forecast and current weather data with OpenWeatherMap API PHP
OpenWeatherMap provides a free tier weather API that is detail-packed and easy to use. The API outline can be seen here, In this post I will cover the current weather…
OpenWeatherMap provides a free tier weather API that is detail-packed and easy to use. The API outline can be seen here, In this post I will cover the current weather…
Checking if a channel is live and streaming on Twitch requires a client id, you can get your client id from here. The endpoint for getting a streams information is…
Getting all the videos (data) from a YouTube channel with the API seems a fairly common need right? Fair play to YouTube and Google as they’re going to make you…
Being able to quickly or efficiently get the keys from an array which is most likely an API call is great. You can see what data exists which may not…
Here is how to use an open API to display the AFL Ladder with PHP. The concept is simple; Call the ladder API, start a table and then in a…
Storing values from a json output into a database is a common occurence, but storing the whole json call into a column not so much. Traditionally it is more efficient…
Fetching a Sub Reddits latest posts is actually easy, mostly because the Reddit API is free and you don’t need a key. You can do self archiving with PHP and…
NBA offers many useful and detailed API endpoints, from stats to scores and shot charts they are very generous and providing given that it is for free. In this post…
Finding a hidden api can open up lots of possibilities; from data scraping, archiving, alerts and analysis you can do so much. Even better if you don’t need an api…
r/nba Reddits NBA sub has a side to it most wouldn’t see or know about. A lot of posts get removed by the mods for being either or a mixture…