Use GWS In Shell
You can use wget on Linux or curl on macOS to access the GPlates Web Service.
curl "https://gws.gplates.org/reconstruct/coastlines/?time=140" > data.json
or
wget "https://gws.gplates.org/reconstruct/coastlines/?time=140" -O data.json