Skip to main content

Get all objects

GET 

/v1/object

Get a list of all objects. An object is a satellite in orbit; all trajectories are associated with an object.

Request

Query Parameters

    operator_id string

    Filter objects by Operator ID.

    norad_id string

    Filter objects by NORAD ID.

    object_name string

    Filter objects by their name (case-insensitive, but otherwise must fully match).

Responses

OK

Schema
  • Array [
  • hard_body_radius numberrequired

    Possible values: <= 512

    Hard body radius of the object in meters

    id uuid
    maneuverability booleanrequired
    norad_id intrequired
    object_name stringrequired

    Possible values: <= 256 characters

    operator_id uuidrequired
  • ]
Loading...