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 (required) – The deep field survey name, CANDELS, GOODS, DEEPSPACE or 3DHST
- Query Parameters:
name – 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 – object ID. One and only one of id and name must be specified.
- Status Codes:
200 OK – dictionary of object information
422 Unprocessable Entity – Validation Error