# Google Timezone Integration via LowCodeAPI
## Overview
Google Timezone API provides timezone data for locations worldwide.
## Base Endpoint
```
https://api.lowcodeapi.com/googletimezone/
```
**Auth Type**: API Key
## Common Endpoints
### Get Timezone
**Method**: `GET` | **LowCodeAPI Path**: `/v1/timezone`
**Full URL**:
```
https://api.lowcodeapi.com/googletimezone/v1/timezone?location={location}&api_token={api_token}
```
**Example Request**:
```bash
curl -X GET "https://api.lowcodeapi.com/googletimezone/v1/timezone?location=39.6034810,-119.6822510×tamp=1331161200&api_token=YOUR_API_TOKEN"
```
**Official Documentation**: [https://developers.google.com/maps/documentation/timezone](https://developers.google.com/maps/documentation/timezone)