All Plate IDs
Get All Plate IDs
Description:
HTTP GET request to get all the plate IDs in a reconstruction tree at a given time
Endpoint:
https://gws.gplates.org/rotation/get_plate_ids
Parameters:
time : time at which to get the plate IDs [required]
model : name for the reconstruction model (if not specified, will use the default model)
Return:
a list of plate IDs at the given time in the reconstruction tree
Examples:
🟢 E1: get all the plate IDs in the reconstruction tree at 100Ma
Click this link to try this example in a web browser.
Alternatively, use curl command.
curl "https://gws.gplates.org/rotation/get_plate_ids?time=100"