INVADER API Reference

/invader/sensor_data

Get sensor data at specific times.

Parameters

NameDefault ValueDescription
time
(optional)
[Current timestamp]Comma-separated datetime in Unix Time.

example:
  • time=1364180400
sensor
(optional)
[all]Comma-separated sensor name.

For available sensor name constants, see the table at the bottom of this page.

example:
  • sensor=lat,lon,alt
callback
(optional)
artsat_invader_
sensor_data_cb
JSONP callback function name.
You can use alphabets, numbers and underscore.

Regular expression: /^[a-z0-9_]+$/i

/invader/sensor_data_range

Get all availabe sensor data during a period.

Parameters

NameDefault ValueDescription
begin
(required)
-The start datetime of the period in Unix Time.

example:
  • begin=1396900000
end
(required)
-The end datetime of the period in Unix Time.

example:
  • end=1397400000
sensor
(optional)
[all]Comma-separated sensor name.

For available sensor name constants, see the table at the bottom of this page.

example:
  • sensor=lat,lon,alt
callback
(optional)
artsat_invader_
sensor_data_cb
JSONP callback function name.
You can use alphabets, numbers and underscore.

Regular expression: /^[a-z0-9_]+$/i

Constants

Formats

ExtensionType
.jsonJSON
.jsJSONP
.csvCSV
.tsvTSV

Sensors

Sensor NameDescription
latLatitude
lonLogitude
altAltitude
bvBattery Voltage
btBattery Temperature
scaSolar Battery Current
scpxSolar Battery Current +X
scmxSolar Battery Current -X
scpySolar Battery Current +Y
scmySolar Battery Current -Y
scpzSolar Battery Current +Z
scmzSolar Battery Current -Z
stpxSolar Battery Temperature +X
stmxSolar Battery Temperature -X
stpySolar Battery Temperature +Y
stmySolar Battery Temperature -Y
stpzSolar Battery Temperature +Z
stmzSolar Battery Temperature -Z
gxGyrometer X
gyGyrometer Y
gzGyrometer Z
mxMagnetometer X
myMagnetometer Y
mzMagnetometer Z