Get all videos from channel with YouTube API
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…
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…
Like all great services Bunny CDN has an API. Making use theoretically easier. The storage API allows you to upload files, delete files and list files/directories. I’m interested in the…
I knocked together some PHP code using the YouTube API to simply fetch my YouTube subscribed to channels and list the hours/days/weeks/months since last upload. You can find the code…