{
  "jsonrpc": "2.0",
  "result":
  {
    "description"   : "Report observation status of 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/report",
    "required":
    {
      "key"         : "API key from your NEOfixer profile.",
      "site"        : "NEOfixer site name, typically an MPC observatory code.",
      "object"      : "Object id.",
      "status"      : "Status of object at site.  Case insensitive.  One of 'may_observe', 'will_observe', 'observing', 'observed', 'found', 'reported', 'not_found', or 'canceled'."
    },
    "optional":
    {
      "time"        : "Time of the status change (JD) or 'now'.  [now]",
      "test"        : "Test mode.  See if your API call works without the status being recorded by setting to '1' or 'true'.  [false]",
      "id"          : "JSON-RPC transaction identifier.  [null]"
    }
  },
  "id": null
}