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

# Collection Point Assets

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

Return a list of assets for a given point in a collection.

## 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'
- `coord_crs` string

## Response `200`

The request has succeeded.

- StacItemPointAsset[]
  - `id` string, required — STAC item ID
  - `bbox` number[], required — Bounding box coordinates for the feature
  - `assets` object, required — Asset information for the specified point
  - `collection` string, required — Collection ID

## 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)
