external
Archives
Bandset
Catalog
Report
Archives
List all collections
Archives
List all collections
Returns a list of all collections available under archives.
GET
/
v0
/
archives
/
collections
curl --request GET \
--url https://api.pixxel.space/v0/archives/collections \
--header 'Authorization: <api-key>'
{
"collections": [
{
"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
Query Parameters
Collection IDs
Response
200
application/json
OK
Example:
"2023-08-06T20:46:56.815552Z"
Example:
"A collection description"
Example:
"pixxel-dd2"
Example:
"proprietary"
The URL or reference the link points to
Example:
"https://example.com"
The relationship of the link (e.g., "self", "parent", "child")
Example:
"self"
A human-readable title for the link
Example:
"Example Link Title"
The MIME type of the linked resource (e.g., "application/json")
Example:
"application/json"
Example:
"0.1.0"
Example:
"Pixxel-DD01"
Example:
"Collection"
Example:
"2023-08-06T20:46:56.815552Z"
curl --request GET \
--url https://api.pixxel.space/v0/archives/collections \
--header 'Authorization: <api-key>'
{
"collections": [
{
"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"
}
]
}