external
Archives
Bandset
Catalog
Report
Get item
Get a STAC item by it’s collection and item ID
curl --request GET \
--url https://api.pixxel.space/v0/archives/collections/{cid}/items/{id} \
--header 'Authorization: <api-key>'
{
"assets": {},
"bbox": [
"172.91173669923782",
"1.3438851951615003",
"172.95469614953714",
"1.3690476620161975"
],
"collection": "simple-collection_2",
"geometry": {
"coordinates": [
[
[
123
]
]
],
"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",
"mission": "Sentinel Mission",
"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
The unique identifier of the item
"20201211_223832_CS25"
The assets of the item
The bands of the asset
The center wavelength of the band in micrometers
0.443
The common name of the band (e.g., "coastal", "blue", "green")
"coastal"
The full width at half maximum (FWHM) of the band in micrometers
0.027
The unique name of the band
"B01"
The solar irradiance at the top of the atmosphere for the band in W/m²/μm
1901
The HREF of the asset
"https://example.com/asset.tif"
The roles of the asset (e.g., "data", "metadata")
["data", "metadata"]
A human-readable title for the asset
"Example Asset Title"
The MIME type of the asset
"image/tiff"
The bounding box of the item
[
"172.91173669923782",
"1.3438851951615003",
"172.95469614953714",
"1.3690476620161975"
]
The collection the item belongs to // The date and time the item was last updated
"simple-collection_2"
The links of the item
The URL or reference the link points to
"https://example.com"
The relationship of the link (e.g., "self", "parent", "child")
"self"
A human-readable title for the link
"Example Link Title"
The MIME type of the linked resource (e.g., "application/json")
"application/json"
The properties of the item
The constellation name
"Sentinel"
The date and time the item was created
"2022-01-01T10:00:00Z"
"2022-06-15T12:00:00Z"
A description of the item
"Example description of the dataset"
"2022-12-31T23:59:59Z"
The percentage of the image covered by clouds
23.5
The ground sample distance in meters
10
The instruments used
["MSI", " TIRS"]
The license of the item
"CC-BY-4.0"
The mission name
"Sentinel Mission"
The platform name
"Sentinel-2"
The EPSG code of the projection
4326
The addition factor for reflectance values
0
The scaling factor for reflectance values
0.0001
The shape of the projection
[10980, 10980]
the affine transform coefficients
[0, 10, 500000, 0, -10, 1000000]
The percentage of anomalous pixels
0.01
The distance between the Earth and the Sun
1
The product level
"Level-2A"
The satellite ID
"SAT-123"
The type of radiometric data
"Reflectance"
The DOI of the scientific publication
"10.1234/sci_doi"
"2022-01-01T00:00:00Z"
The title of the item
"Example Title"
The date and time the item was last updated
"2022-06-01T10:00:00Z"
The altitude of the sensor in meters
700
The angle between the sensor and the vertical
5
The angle between the sensor and the nadir
30
The latitude of the center of the scene
12.3456
The longitude of the center of the scene
-76.5432
The angle between the sun and the north
135
The angle between the sun and the horizon
45
The extensions used in the item
[
"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"
]
The version of the STAC specification
"1.0.0"
The type of the item
"Feature"
curl --request GET \
--url https://api.pixxel.space/v0/archives/collections/{cid}/items/{id} \
--header 'Authorization: <api-key>'
{
"assets": {},
"bbox": [
"172.91173669923782",
"1.3438851951615003",
"172.95469614953714",
"1.3690476620161975"
],
"collection": "simple-collection_2",
"geometry": {
"coordinates": [
[
[
123
]
]
],
"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",
"mission": "Sentinel Mission",
"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"
}