---
title: "Collection Point"
method: GET
path: "/data/mosaic/collections/{collectionId}/point/{longitude},{latitude}"
tags: ["Tiles for STAC Collections"]
---

# Collection Point

`GET /data/mosaic/collections/{collectionId}/point/{longitude},{latitude}`

Get Point value for a collection dataset.

## Path parameters

- `collectionId` string, required
- `longitude` number, float, required
- `latitude` number, float, required

## Query parameters

- `api-version` string, required
- `scan_limit` integer
- `items_limit` integer
- `time_limit` integer
- `exitwhenfull` boolean
- `skipcovered` boolean
- `ids` string
- `bbox` string
- `query` string
- `sortby` string
- `datetime` string
- `subdataset_name` string
- `subdataset_bands` integer[]
- `crs` string
- `sel` string[]
- `sel_method` 'nearest' | 'linear' | 'bilinear' | 'cubic' | 'cubic_spline' | 'lanczos' | 'area' | 'mode'
- `bidx` integer[]
- `assets` string[]
- `expression` string
- `asset_bidx` string[]
- `asset_as_band` boolean
- `nodata` string
- `unscale` boolean
- `reproject` 'nearest' | 'bilinear' | 'cubic' | 'cubic_spline' | 'lanczos' | 'average' | 'mode' | 'max' | 'min' | 'med' | 'q1' | 'q3' | 'sum' | 'rms'
- `coord_crs` string
- `resampling` 'nearest' | 'bilinear' | 'cubic' | 'cubic_spline' | 'lanczos' | 'average' | 'mode' | 'gauss' | 'rms'

## Response `200`

The request has succeeded.

- TilerCoreModelsResponsesPoint — Response model for point query operations providing values at a specific location
  - `coordinates` number[], required — Geographic coordinates [longitude, latitude] of the queried point
  - `values` number[], required — Array of pixel values at the queried point for each band
  - `band_names` string[], required — Names of each band in the raster data

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/orbital-microsoft-planetarycomputer.md) · [All operations](https://skmtc.net/azure/apis/orbital-microsoft-planetarycomputer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/orbital-microsoft-planetarycomputer/revisions/42447be18bc5/schema)
