latestOpenAPI 3.1.02026-08-105279262.8 KB

51f7c5a8d15d

archiveSearch

Search

post/archive/search

Request body

start_datestring date

Starting capture date of interest

end_datestring date

Ending capture date of interest

coveragenumber

Percentage of location covered by search result

interval_lengthnumber

Length of interval in days to group search results by

off_nadir_anglenumber[]

Array containing two numerical values representing the minimum and maximum off-nadir angles, in degrees, within [-90, 90].

Example request

{
  "off_nadir_angle": [
    -30,
    30
  ]
}

Response

Success

Example response

{
  "data": {
    "off_nadir_angle": [
      -30,
      30
    ]
  }
}