external
Archives
Bandset
Catalog
Report
Catalog
Search all catalogs
Search all catalogs owned by the organization
POST
/
v0
/
catalogs
/
search
Copy
curl --request POST \
--url https://api.pixxel.space/v0/catalogs/search \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"bbox": [
3,
4,
5,
6
],
"collections": [
"<string>"
],
"datetime": "2020-04-05T11:56:49.865Z/2023-06-05T11:56:49.865Z",
"ids": [
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
],
"intersects": {
"coordinates": [
[
[
123
]
]
],
"type": "Polygon"
},
"item_ids": [
"TD1_2024_ABC"
],
"limit": 100,
"offset": 50,
"order_ids": [
"57435e2b-d8c4-41ff-9de9-2be3bfc92277"
],
"order_item_ids": [
"57435e2b-d8c4-41ff-9de9-2be3bfc92278"
],
"query": {},
"sort_by": [
{}
]
}'
Copy
{
"catalogs": [
{
"area": 100,
"bandset_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92277",
"created_at": "2024-05-27T06:50:20.056549Z",
"created_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
"delivery_status": "SUCCESSFUL",
"details": {
"assets": {},
"bbox": [
123
],
"collection": "<string>",
"geometry": {
"coordinates": [
[
[
123
]
]
],
"type": "Polygon"
},
"id": "<string>",
"links": [
{
"href": "<string>",
"rel": "<string>",
"title": "<string>",
"type": "<string>"
}
],
"properties": {
"constellation": "<string>",
"created": "<string>",
"datetime": "<string>",
"eo:cloud_cover": 123,
"gsd": 123,
"instruments": [
"<string>"
],
"platform": "<string>",
"proj:epsg": 123,
"proj:shape": [
123
],
"proj:transform": [
123
],
"proj:wkt2": "<string>",
"sat:orbit_state": "<string>",
"sat:relative_orbit": 123,
"sci:doi": "<string>",
"updated": "<string>",
"view:off_nadir": 123,
"view:satellite_look_angle": 123,
"view:sun_azimuth": 123,
"view:sun_elevation": 123
},
"stac_extensions": [
"<any>"
],
"stac_version": "<string>",
"type": "<string>"
},
"id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"org_id": "e31ab6f8-d359-4c6a-83c6-bfa322 29bb01",
"task_id": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
"updated_at": "2024-05-27T06:50:20.056549Z",
"updated_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01"
}
],
"pagination": "<any>"
}
Authorizations
Body
application/json
Catalog filter
The body is of type object
.
Response
200
application/json
OK
The response is of type object
.
Copy
curl --request POST \
--url https://api.pixxel.space/v0/catalogs/search \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"bbox": [
3,
4,
5,
6
],
"collections": [
"<string>"
],
"datetime": "2020-04-05T11:56:49.865Z/2023-06-05T11:56:49.865Z",
"ids": [
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
],
"intersects": {
"coordinates": [
[
[
123
]
]
],
"type": "Polygon"
},
"item_ids": [
"TD1_2024_ABC"
],
"limit": 100,
"offset": 50,
"order_ids": [
"57435e2b-d8c4-41ff-9de9-2be3bfc92277"
],
"order_item_ids": [
"57435e2b-d8c4-41ff-9de9-2be3bfc92278"
],
"query": {},
"sort_by": [
{}
]
}'
Copy
{
"catalogs": [
{
"area": 100,
"bandset_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92277",
"created_at": "2024-05-27T06:50:20.056549Z",
"created_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
"delivery_status": "SUCCESSFUL",
"details": {
"assets": {},
"bbox": [
123
],
"collection": "<string>",
"geometry": {
"coordinates": [
[
[
123
]
]
],
"type": "Polygon"
},
"id": "<string>",
"links": [
{
"href": "<string>",
"rel": "<string>",
"title": "<string>",
"type": "<string>"
}
],
"properties": {
"constellation": "<string>",
"created": "<string>",
"datetime": "<string>",
"eo:cloud_cover": 123,
"gsd": 123,
"instruments": [
"<string>"
],
"platform": "<string>",
"proj:epsg": 123,
"proj:shape": [
123
],
"proj:transform": [
123
],
"proj:wkt2": "<string>",
"sat:orbit_state": "<string>",
"sat:relative_orbit": 123,
"sci:doi": "<string>",
"updated": "<string>",
"view:off_nadir": 123,
"view:satellite_look_angle": 123,
"view:sun_azimuth": 123,
"view:sun_elevation": 123
},
"stac_extensions": [
"<any>"
],
"stac_version": "<string>",
"type": "<string>"
},
"id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"org_id": "e31ab6f8-d359-4c6a-83c6-bfa322 29bb01",
"task_id": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
"updated_at": "2024-05-27T06:50:20.056549Z",
"updated_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01"
}
],
"pagination": "<any>"
}
Assistant
Responses are generated using AI and may contain mistakes.