{
  "jsonrpc": "2.0",
  "result":
  {
    "description"   : "Get orbits of objects.  The required parameters are mutually exclusive.  They can be included via GET or POST HTTP methods.  See https://neofixer.arizona.edu/api-info for more details.",
    "version"       : "0.3",
    "url"           : "https://neofixerapi.arizona.edu/orbit",
    "required":
    {
      "object"      : "Return the orbit of the specified object, or multiple objects if they are individually specified using 'object[]=<id>'.  Can not be combined with 'site'.",
      "site"        : "Return the orbits of all targets for the specified site.  Can not be combined with 'object'."
    },
    "optional":
    {
      "id"          : "JSON-RPC transaction identifier.  [null]"
    }
  },
  "id": null
}