Object Lookup Query Services

GET /api/v0.1/object_lookup/{survey}

Return the object’s info by ID, IAU name or J name

Return the object’s info by ID, IAU name or J name

Parameters:
  • survey (string) – The deep field survey name, CANDELS, GOODS, DEEPSPACE or 3DHST

Query Parameters:
  • name ({'null', 'string'}) – IAU name or J name. ‘+’ must be replaced with ‘%2B’ or query will fail. One and only one of id and name must be specified.

  • id ({'null', 'integer'}) – object ID. One and only one of id and name must be specified.

Status Codes: