Stay organized with collections
Save and categorize content based on your preferences.
The Looker API offers different ways to make use of an SDK. We suggest using one of our SDKs, instead of making manual requests to the API, because the SDKs handle the intricate details of authentication, parameter serialization, response serialization, and other concerns.
Language SDKs
Looker offers an official Looker API client SDK in several languages:
Ruby: You can install the Ruby SDK as a gem from rubygems.org. Looker Ruby SDK documentation and source code reside on GitHub.
Python: You can install the Python SDK from pypi.org. Looker Python SDK documentation and source code reside on GitHub.
Typescript and JavaScript: You can install the Typescript/JavaScript SDK from npmjs.com. Looker Typescript/JavaScript SDK documentation and source code reside on GitHub.
You can find source code and project examples that use SDKs to communicate with the Looker API in Looker's SDK Example GitHub repository.
Generating client SDKs for the Looker API
If you are not familiar with Ruby, Python, Typescript, or Javascript, or if your company uses a different programming language, you can generate a client SDK in the language of your choice using the "legacy" mode of Looker's SDK codegen project. Instructions for doing so can be found in Looker's SDK Codegen GitHub repository.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[],[],null,["# Looker API SDKs\n\n| **Note:** As of Looker 22.4, the [Looker API 4.0 is generally available](/looker/docs/2512/api-4-ga). In Looker 23.18, the [Looker API 3.1 has been removed](/looker/docs/2512/api-3x-deprecation).\n\nThe [Looker API](/looker/docs/2512/api-getting-started) offers different ways to make use of an SDK. We suggest using one of our SDKs, instead of making manual requests to the API, because the SDKs handle the intricate details of authentication, parameter serialization, response serialization, and other concerns.\n\nLanguage SDKs\n-------------\n\nLooker offers an official Looker API client SDK in several languages:\n\n- Ruby: You can install the Ruby SDK as a gem from [rubygems.org](https://rubygems.org/gems/looker-sdk). Looker Ruby SDK documentation and source code reside on [GitHub](https://github.com/looker-open-source/looker-sdk-ruby).\n\n- Python: You can install the Python SDK from [pypi.org](https://pypi.org/project/looker-sdk/). Looker Python SDK documentation and source code reside on [GitHub](https://github.com/looker-open-source/sdk-codegen/tree/master/python).\n\n- Typescript and JavaScript: You can install the Typescript/JavaScript SDK from [npmjs.com](https://www.npmjs.com/package/@looker/sdk). Looker Typescript/JavaScript SDK documentation and source code reside on [GitHub](https://github.com/looker-open-source/sdk-codegen/tree/master/packages/sdk).\n\nYou can find source code and project examples that use SDKs to communicate with the Looker API in Looker's [SDK Example GitHub repository](https://github.com/looker-open-source/sdk-codegen/tree/main/examples).\n\nGenerating client SDKs for the Looker API\n-----------------------------------------\n\nIf you are not familiar with Ruby, Python, Typescript, or Javascript, or if your company uses a different programming language, you can generate a client SDK in the language of your choice using the \"legacy\" mode of Looker's SDK codegen project. Instructions for doing so can be found in Looker's [SDK Codegen GitHub repository](https://github.com/looker-open-source/sdk-codegen)."]]