# \_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"}
```
