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

# Location information

| **Description** | Request to obtain all features intersecting certain locations |
| --------------- | ------------------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/vector/timestamp/{timestampId}/location`      |
| **Method**      | GET                                                           |

### Access Level Rules

| **Access Level** | view |
| ---------------- | ---- |

### Processing Units

| **Processing units** | 5 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="397">Description</th><th>Required</th><th>Default</th><th data-hidden>Required</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the vector layer.</td><td>true</td><td></td><td>true</td></tr><tr><td><code>timestampId</code></td><td>The id of the timestamp to get features for.</td><td>true</td><td></td><td>true</td></tr><tr><td><code>locations</code></td><td>An array containing length 2 arrays, with the WGS84 long lat coordinates as floats.</td><td>true</td><td></td><td>true</td></tr></tbody></table>
