Skip to content

Instantly share code, notes, and snippets.

@rifkiamil
rifkiamil / Looker_Studio_Community_Connector_for_Speckle.md
Created May 11, 2025 19:06
Building a Looker Studio Community Connector for Speckle API

Let's look at the Speckle APIs and 3 methods getting data into Looker Studio.

  1. https://speckle.guide/dev/server-rest-api.html
  2. https://developers.google.com/looker-studio/connector
  3. 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.