{
  "jsonrpc": "2.0",
  "result":
  {
    "description"   : "Get uncertainty offsets for an object at a site.  The parameters below can be included via GET or POST HTTP methods.  Defaults are in [].  Booleans may be '0', '1', 'false', or 'true'.  See https://neofixer.arizona.edu for more details.",
    "version"       : "0.3",
    "url"           : "https://neofixerapi.arizona.edu/uncert",
    "required":
    {
      "site"        : "NEOfixer site name, typically an MPC observatory code.",
      "object"      : "Object id."
    },
    "optional":
    {
      "format"      : "Format of the offsets, either 'json' or 'text'.  [json]",
      "time"        : "Time of the uncertainty offsets, 'now' or JD with fractional day.  [now]",
      "updated"     : "Get only the last updated time of generated offsets by setting this to '1' or 'true'.  [false]",
      "id"          : "JSON-RPC transaction identifier.  [null]"
    }
  },
  "id": null
}