Skip to content
getgeolens.com

Get Item

GET
/stac/items/{item_id}
curl --request GET \
--url https://example.com/api/stac/items/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0

Get a single STAC Item by dataset ID.

item_id
required
Item Id
string format: uuid

Successful Response

Media type application/json
Example generated
example

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}