GET /scene/:id/place.wtml¶
This API returns a WTML document expressing this scene as a WWT Place data structure, if possible.
Request Structure¶
The request takes no content. The :id
URL parameter gives the ID of the
scene to query.
Response Structure¶
The response is a WTML folder containing one Place record. It can be parsed
with a package like wwt_data_formats, as implemented in Python methods such
as wwt_api_client.constellations.scenes.SceneClient.place_folder()
.
If the scene cannot be represented as a WWT Place, a 404 Not Found HTTP error is returned.