Google Looker Studio website screenshot

Google Looker Studio

A collection of APIs and resources for Google Looker Studio (formerly Google Data Studio), Google's free business intelligence and data visualization platform.

2 APIs 0 Features
AnalyticsBusiness IntelligenceDashboardsData VisualizationGoogleLookerReporting

APIs

Google Looker Studio API

API for creating and managing Looker Studio reports and data sources programmatically.

Google Looker Studio Embedding API

API for embedding Looker Studio reports in external applications.

Collections

Pricing Plans

Rate Limits

Google Looker Studio Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🚀
GettingStarted
GettingStarted
💬
Support
Support
🔗
Community
Community
📰
Blog
Blog
🟢
StatusPage
StatusPage
📄
ReleaseNotes
ReleaseNotes
🔗
Templates
Templates
🔗
Data Connectors
Data Connectors
🔗
Partner Program
Partner Program
👥
GitHubOrganization
GitHubOrganization

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Looker Studio API
  version: v1
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/v2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Search assets
    type: http
  http:
    method: GET
    url: https://datastudio.googleapis.com/v1/assets:search
    params:
    - name: assetTypes
      value: ''
      type: query
      description: Asset type filter; one of REPORT or DATA_SOURCE.
    - name: title
      value: ''
      type: query
      description: Filter results by asset title.
    - name: owner
      value: ''
      type: query
      description: Filter results by asset owner email address.
    - name: pageSize
      value: ''
      type: query
    - name: pageToken
      value: ''
      type: query
    - name: includeTrashed
      value: ''
      type: query
  docs: Search for and manage Looker Studio assets such as reports and data sources.
bundled: true