> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.geoproapp.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to use Geo Pro API

Our app creates a global **`easylocation.locationData`** object with location information, you may access it this way:

**`window.easylocation.locationData`**

For example, to get the customer's country name in English a code like this can be used:

**`var country = window.easylocation.locationData.country.names.en;`**

The direct API URL is: [https://geo.geoproapp.com/*********](https://geo.geoproapp.com/****) , the asterisks have to be replaced by the API key from the network tab in the developer console.