Played a bit with the moviedb API, which you can find here: https://developers.themoviedb.org/.

I had played with the Twilio and Spotify APIs (couldn't get Spotify to work!) but not as much as I did with the moviedb API. Good to spend time properly reading and understanding documentation - had always found it a bit intimidating, mostly because of the terminology I just didn't know about.

On APIs: Once you understand that API requests are like your machine visiting a website, and get what keys, GET/POST/PATCH/PUT requests, endpoints/endpoint paths, and query strings, are - it becomes super straightforward!

UPDATE: It's raining outside - so evening plans changed. Next items on my list was learning how to build a web app, most probably with Flask. Gonna give that a shot right now!