{
  "jsonrpc": "2.0",
  "result":
  {
    "description"   : "Get observations of an object.  The parameters below can be included via GET or POST HTTP methods.  See https://neofixer.arizona.edu for more details.",
    "version"       : "0.3",
    "url"           : "https://neofixerapi.arizona.edu/obs",
    "required":
    {
      "object"      : "Object id."
    },
    "optional":
    {
      "format"      : "Format of the observations, either 'xml' (ADES) or 'text' (80 column).  [text]"
    }
  },
  "id": null
}