> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/location/_get.md).

# \_get

Returns given Location details

### Parameters

#### id

The ID of the Location

### Example

```
FM_api('Location_get', ['id'=>'5']);
```

#### On Success

```
{"id":"5","name":"TESCO","lat":"54.1819","lng":"-6.3283","changes":"[]","last_edited":"2018-10-12 16:27:44","address":"10 test town","user_id":"0","customer_type":"1","customer_id":"7"}
```
