> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Obtain Version Information

The Loqate release (e.g., 2013Q4) is made up of an API version and a set of data files.

## Finding the API Version

### Method 1: Call `getVersion()`

You can call the `getVersion()` method from the API using String variable to store the API version information.

<img src="https://mintcdn.com/loqate/9F-HyWz20Z8irvuR/images/get_version_code2.png?fit=max&auto=format&n=9F-HyWz20Z8irvuR&q=85&s=8e021c2950076dc6c2bd7d070caf9706" alt="Get Version Code" width="489" height="113" data-path="images/get_version_code2.png" />

### Method 2: Lookup on Released Page

Lookup on [released](/release-information/)

### Method 3: Run `lqtBatch -v`

Run `lqtBatch -v`

<img src="https://mintcdn.com/loqate/C_D4e_Q0hUXAI4kt/images/lqtbatch_v.jpg?fit=max&auto=format&n=C_D4e_Q0hUXAI4kt&q=85&s=f52bcc79818033a02932def675320f1a" alt="lqtBack Command" width="516" height="46" data-path="images/lqtbatch_v.jpg" />

### Method 4: Check `version.txt` File

Since 2014Q1.0 release, Loqate Software Installation directory contains a file called `version.txt`. Examine the contents of the `version.txt` file.

<img src="https://mintcdn.com/loqate/gAP7ppavh50qeDuK/images/version_txt.png?fit=max&auto=format&n=gAP7ppavh50qeDuK&q=85&s=12f853ac111c7034c62a8b6a402a8d7e" alt="Version.txt number" width="265" height="111" data-path="images/version_txt.png" />

### Method 5: Run Install Manager

Run Install Manager, look at the bottom left of the window or at the command line

<img src="https://mintcdn.com/loqate/9F-HyWz20Z8irvuR/images/instalmanager_welcom.png?fit=max&auto=format&n=9F-HyWz20Z8irvuR&q=85&s=6457a6e8997ab45fe70bd0085a97a188" alt="Install Manager Welcome" width="509" height="397" data-path="images/instalmanager_welcom.png" />

## Finding the Data Files Version

### Method 1: Run Install Manager

Run Install Manager and check the date of the currently installed datapacks.

<img src="https://mintcdn.com/loqate/01g2MK9CKkUrLWqz/images/datapack.png?fit=max&auto=format&n=01g2MK9CKkUrLWqz&q=85&s=4f0044b662bfd4fb909efee2ab7ad4de" alt="Data Pack Selection" width="505" height="396" data-path="images/datapack.png" />

### Method 2: Check `_manifest.properties` Files

Each datapack has their own manifest and data files. Check in the `_manifest.properties` files in the data folder, and look for the `ReleaseDate` entry. The release date and version corresponds to the files associated with that datapack.

<img src="https://mintcdn.com/loqate/01g2MK9CKkUrLWqz/images/dsgnao_manifest.png?fit=max&auto=format&n=01g2MK9CKkUrLWqz&q=85&s=24823b33e7a24249567075491731b446" alt="Data Pack Manifest File" width="546" height="169" data-path="images/dsgnao_manifest.png" />

### Method 3: Run `lqtBatch` Without Input File

Run `lqtBatch` without an input file, e.g., `lqtBatch -d /opt/loqate/data` and examine the `File.Build.*` timestamp on each file

<img src="https://mintcdn.com/loqate/C_D4e_Q0hUXAI4kt/images/lqt_batch_filebuild.png?fit=max&auto=format&n=C_D4e_Q0hUXAI4kt&q=85&s=6f72f6d1de249dc63c0a845f253089d7" alt="lqtBatch Command" width="500" height="89" data-path="images/lqt_batch_filebuild.png" />

### Method 4: Run the GKRInfo Tool

Run the GKRInfo tool in the API and examine the `File.Build.*` timestamp on each file

<img src="https://mintcdn.com/loqate/9F-HyWz20Z8irvuR/images/gkrinfo_tool.png?fit=max&auto=format&n=9F-HyWz20Z8irvuR&q=85&s=6bb19cd832b17242ecb0649baa6abc51" alt="GKRInfo Tool File" width="430" height="315" data-path="images/gkrinfo_tool.png" />

### Method 5: Examine Downloaded LFZ Files

Examine the downloaded `.lfz` files, which have the format `<Product>_<Min API version>_<Release Date YYYYMMDD>_<Filesize in Mb>.lfz`

<img src="https://mintcdn.com/loqate/C_D4e_Q0hUXAI4kt/images/product_lfz.png?fit=max&auto=format&n=C_D4e_Q0hUXAI4kt&q=85&s=b897ee14aabd62626d3eab90f043c1a0" alt="ifz File" width="224" height="30" data-path="images/product_lfz.png" />
