QGIS get data from API
To retrieve data via API call in QGIS, we can utilise Python code to make the API call.
Launch QGIS, open Plugins -> Python Console. In Python Console, click Show Editor icon to open editor. In editor window, make new script or open the Python script and execute the Python script. Following is an example Python script to make API call.
##If keyring is not installed, run the following in QGIS Python console to install keyring.
Posted by John Liu Sunday, February 4, 2024