external
Archives
Bandset
Catalog
Report
Archives
Get a collection
Get a STAC collection by it’s ID
GET
/
v0
/
archives
/
collections
/
{cid}
Copy
curl --request GET \
--url https://api.pixxel.space/v0/archives/collections/{cid} \
--header 'Authorization: <api-key>'
Copy
{
"created_at": "2023-08-06T20:46:56.815552Z",
"description": "A collection description",
"extent": {
"spatial": {
"bbox": [
[
123
]
]
},
"temporal": {
"interval": [
[
"<string>"
]
]
}
},
"id": "pixxel-dd2",
"license": "proprietary",
"links": [
{
"href": "https://example.com",
"rel": "self",
"title": "Example Link Title",
"type": "application/json"
}
],
"providers": [
{
"description": "Pixxel is a space data company",
"name": "Pixxel",
"roles": [
"producer"
],
"url": "https://pixxel.space"
}
],
"stac_extensions": "<any>",
"stac_version": "0.1.0",
"summaries": "<any>",
"title": "Pixxel-DD01",
"type": "Collection",
"updated_at": "2023-08-06T20:46:56.815552Z"
}
Authorizations
Path Parameters
Collection ID
Response
200
application/json
OK
The response is of type object
.
Copy
curl --request GET \
--url https://api.pixxel.space/v0/archives/collections/{cid} \
--header 'Authorization: <api-key>'
Copy
{
"created_at": "2023-08-06T20:46:56.815552Z",
"description": "A collection description",
"extent": {
"spatial": {
"bbox": [
[
123
]
]
},
"temporal": {
"interval": [
[
"<string>"
]
]
}
},
"id": "pixxel-dd2",
"license": "proprietary",
"links": [
{
"href": "https://example.com",
"rel": "self",
"title": "Example Link Title",
"type": "application/json"
}
],
"providers": [
{
"description": "Pixxel is a space data company",
"name": "Pixxel",
"roles": [
"producer"
],
"url": "https://pixxel.space"
}
],
"stac_extensions": "<any>",
"stac_version": "0.1.0",
"summaries": "<any>",
"title": "Pixxel-DD01",
"type": "Collection",
"updated_at": "2023-08-06T20:46:56.815552Z"
}
Assistant
Responses are generated using AI and may contain mistakes.