Question

How to get List Database Option with price via API ?

Hi, I have problems with creating Droplet the database, I read the document and used API to get the list database option but not the price in response API: https://api.digitalocean.com/v2/databases/options Response:

{
    "options": {
        "mongodb": {
            "regions": [...],
            "versions": [...],
            "layouts": [
                {
                    "num_nodes": 1,
                    "sizes": [
                        "db-s-1vcpu-1gb",
                        "..."
                    ]
                }
            ]
        }
    }
}

I need to get the price with size db-s-1vcpu-1gb, Is there any API to get the price-by-size database? Thanks


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
April 6, 2024
Accepted Answer

Hey,

Indeed, this seems to only be available for the Droplet sizes via this endpoint here:

https://docs.digitalocean.com/reference/api/api-reference/#operation/sizes_list

The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.

https://ideas.digitalocean.com/

Hope that helps!

- Bobby.

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.