Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

By samsfolk
I can find a droplet id number and other information by …
curl -X GET “https://api.digitalocean.com/droplets/?client_id=XXXXX&api_key=ZZZZZ”
But, I want to retrieve just the id number, so it can be added to a variable.
Any help appreciated. Thanks.