Let's look at the Speckle APIs and 3 methods getting data into Looker Studio.
- https://speckle.guide/dev/server-rest-api.html
- https://developers.google.com/looker-studio/connector
- https://developers.google.com/apps-script/reference/url-fetch/url-fetch-app
Speckle Service APIs: GraphQL vs. REST
Speckle provides both GraphQL and REST APIs to interact with your data on a Speckle Server. They serve similar purposes (accessing streams, commits, objects, etc.) but differ in how you structure your requests and receive data.