Available resources
/api/v3/dr/list/json
List all available ZTF data release identifiers
Example: /api/v3/dr/list/json
/api/v3/data/:dr/oid/full/json
Get json with the whole objects data by their identifiers
Path parameters:
-
:dr
—
ZTF data release specifier.
Could be one of: dr2, dr3, dr4, dr8, dr13, dr17, dr23, latest
Query parameters:
-
oid
—
object identifier (OID).
Mandatory, multiple values accepted
Example: /api/v3/data/latest/oid/full/json?oid=830202400008402
/api/v3/data/:dr/oid/meta/json
Get json with the objects metadata by their identifiers, the same as previous, but without light-curves and "short" metadata
Path parameters:
-
:dr
—
ZTF data release specifier.
Could be one of: dr2, dr3, dr4, dr8, dr13, dr17, dr23, latest
-
oid
—
object identifier (OID).
Mandatory, multiple values accepted
Example: /api/v3/data/latest/oid/meta/json?oid=633207400004730
/api/v3/data/:dr/oid/coord/json
Get json with the objects coordinates by their identifiers
Path parameters:
-
:dr
—
ZTF data release specifier.
Could be one of: dr2, dr3, dr4, dr8, dr13, dr17, dr23, latest
-
oid
—
object identifier (OID).
Mandatory, multiple values accepted
Example: /api/v3/data/latest/oid/coord/json?oid=633216300024691&oid=758205100001118
/api/v3/data/:dr/circle/full/json
Find objects in circle and return json with the whole data
Path parameters:
-
:dr
—
ZTF data release specifier.
Could be one of: dr2, dr3, dr4, dr8, dr13, dr17, dr23, latest
Query parameters:
-
ra
—
right ascension of the circle center, degrees.
Mandatory
-
dec
—
declination of the circle center, degrees.
Mandatory
-
radius_arcsec
—
circle radius, acrseconds. Should be positive and less than 60.
Mandatory
Example: /api/v3/data/latest/circle/full/json?ra=10&dec=30&radius_arcsec=10