by Yi Gao | Mar 18, 2024 | The Data School, Yi Gao
Do you consider subscribing Starlink? In this blog, we will use Starlink API to get all the satellites data. SpaceX API provides an all-in-one endpoint to query all Starlink satellites at one time, with no pagination, authentication etc. So, in the first “Text...
by Jason Lu | Dec 25, 2021 | Jason Lu
1. Retrieve the URLs and necessary tokens and keys. This is the first and most crucial step of the whole process and will establish the difficulty of the task ahead. Every API will have its own unique documentation. Some are clearer than others, some will require keys...
by Alex Chan | Sep 15, 2019 | Alex Chan
In today’s blog, I want to briefly summarise a general scheme for parsing data on websites. To do this, I use 2 different templates depending on the website content. Information on websites are generally displayed using HTML or JSON (And sometimes both!)....