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