external
Archives
Bandset
Catalog
Report
Archives
Get item
Get a STAC item by it’s collection and item ID
GET
/
v0
/
archives
/
collections
/
{cid}
/
items
/
{id}
Copy
curl --request GET \
--url https://api.pixxel.space/v0/archives/collections/{cid}/items/{id} \
--header 'Authorization: <api-key>'
Copy
{
"assets": {},
"bbox": [
"172.91173669923782",
"1.3438851951615003",
"172.95469614953714",
"1.3690476620161975"
],
"collection": "simple-collection_2",
"geometry": {
"coordinates": "<any>",
"type": "Point"
},
"id": "20201211_223832_CS25",
"links": [
{
"href": "https://example.com",
"rel": "self",
"title": "Example Link Title",
"type": "application/json"
}
],
"properties": {
"constellation": "Sentinel",
"created": "2022-01-01T10:00:00Z",
"datetime": "2022-06-15T12:00:00Z",
"description": "Example description of the dataset",
"enddatetime": "2022-12-31T23:59:59Z",
"eo:cloud_cover": 23.5,
"gsd": 10,
"instruments": [
"MSI",
" TIRS"
],
"license": "CC-BY-4.0",
"platform": "Sentinel-2",
"proj:epsg": 4326,
"proj:reflectance_addition_factor": 0,
"proj:reflectance_scaling_factor": 0.0001,
"proj:shape": [
10980,
10980
],
"proj:transform": [
0,
10,
500000,
0,
-10,
1000000
],
"rd:anomalous_pixels": 0.01,
"rd:earth_sun_distance": 1,
"rd:product_level": "Level-2A",
"rd:sat_id": "SAT-123",
"rd:type": "Reflectance",
"sci:doi": "10.1234/sci_doi",
"startdatetime": "2022-01-01T00:00:00Z",
"title": "Example Title",
"updated": "2022-06-01T10:00:00Z",
"view:altitude": 700,
"view:off_nadir": 5,
"view:satellite_look_angle": 30,
"view:scene_center_lat": 12.3456,
"view:scene_center_lon": -76.5432,
"view:sun_azimuth": 135,
"view:sun_elevation": 45
},
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://stac-extensions.github.io/view/v1.0.0/schema.json"
],
"stac_version": "1.0.0",
"type": "Feature"
}
Authorizations
Response
200
application/json
OK
The response is of type object
.
Copy
curl --request GET \
--url https://api.pixxel.space/v0/archives/collections/{cid}/items/{id} \
--header 'Authorization: <api-key>'
Copy
{
"assets": {},
"bbox": [
"172.91173669923782",
"1.3438851951615003",
"172.95469614953714",
"1.3690476620161975"
],
"collection": "simple-collection_2",
"geometry": {
"coordinates": "<any>",
"type": "Point"
},
"id": "20201211_223832_CS25",
"links": [
{
"href": "https://example.com",
"rel": "self",
"title": "Example Link Title",
"type": "application/json"
}
],
"properties": {
"constellation": "Sentinel",
"created": "2022-01-01T10:00:00Z",
"datetime": "2022-06-15T12:00:00Z",
"description": "Example description of the dataset",
"enddatetime": "2022-12-31T23:59:59Z",
"eo:cloud_cover": 23.5,
"gsd": 10,
"instruments": [
"MSI",
" TIRS"
],
"license": "CC-BY-4.0",
"platform": "Sentinel-2",
"proj:epsg": 4326,
"proj:reflectance_addition_factor": 0,
"proj:reflectance_scaling_factor": 0.0001,
"proj:shape": [
10980,
10980
],
"proj:transform": [
0,
10,
500000,
0,
-10,
1000000
],
"rd:anomalous_pixels": 0.01,
"rd:earth_sun_distance": 1,
"rd:product_level": "Level-2A",
"rd:sat_id": "SAT-123",
"rd:type": "Reflectance",
"sci:doi": "10.1234/sci_doi",
"startdatetime": "2022-01-01T00:00:00Z",
"title": "Example Title",
"updated": "2022-06-01T10:00:00Z",
"view:altitude": 700,
"view:off_nadir": 5,
"view:satellite_look_angle": 30,
"view:scene_center_lat": 12.3456,
"view:scene_center_lon": -76.5432,
"view:sun_azimuth": 135,
"view:sun_elevation": 45
},
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://stac-extensions.github.io/view/v1.0.0/schema.json"
],
"stac_version": "1.0.0",
"type": "Feature"
}
Assistant
Responses are generated using AI and may contain mistakes.