Database Types API Endpoints
Fetch all available database types with our API.
Contents
Get Database Types
To list all available database types you can simply send a GET
request to the following endpoint.
https://api.nodion.com/v1/database_types
Required Headers: Authorization
Example Response:
{ "database_types": [ { "id": "0d9f941f-049a-473e-8eb9-a75c991c0fe2", "name": "DS-G2-256MB", "slug": "ds-g2-256mb", "category": "ds", "cpu": 0.25, "mem": 0.25, "price_month": "1.5", "price_second": "0.000000570776256" }, { "id": "220b5f95-1d3b-46a0-b646-ebe39fb70e75", "name": "DS-G2-512MB", "slug": "ds-g2-512mb", "category": "ds", "cpu": 0.5, "mem": 0.5, "price_month": "3.0", "price_second": "0.000001141552511" }, { "id": "efe0b512-1e40-4904-ac20-2e7d6d400d72", "name": "DS-G2-1GB", "slug": "ds-g2-1gb", "category": "ds", "cpu": 0.5, "mem": 1.0, "price_month": "6.0", "price_second": "0.000002283105023" }, { "id": "3638c011-9db0-4d6e-8fad-62df18b8036e", "name": "DS-G2-2GB", "slug": "ds-g2-2gb", "category": "ds", "cpu": 0.5, "mem": 2.0, "price_month": "12.0", "price_second": "0.000004566210046" }, { "id": "3bbeff09-b3ab-485e-88fe-65ee84e3302e", "name": "GP-G2-4GB1C", "slug": "gp-g2-4gb1c", "category": "gp", "cpu": 1.0, "mem": 4.0, "price_month": "24.0", "price_second": "0.000009132420091" }, { "id": "ee9d3168-59a5-408b-9cb4-6113f1638b12", "name": "GP-G2-4GB1C-L", "slug": "gp-g2-4gb1c-l", "category": "gp", "cpu": 1.0, "mem": 4.0, "price_month": "30.0", "price_second": "0.000011415525114" }, { "id": "3d255614-e1ed-4156-9cdb-80bc2141cbd3", "name": "GP-G2-4GB2C", "slug": "gp-g2-4gb2c", "category": "gp", "cpu": 2.0, "mem": 4.0, "price_month": "30.0", "price_second": "0.000011415525114" }, { "id": "9738ba74-2797-43ae-b822-d3193cd7e8f9", "name": "GP-G2-4GB2C-L", "slug": "gp-g2-4gb2c-l", "category": "gp", "cpu": 2.0, "mem": 4.0, "price_month": "36.0", "price_second": "0.000013698630137" }, { "id": "68341725-9f2d-449b-9c6d-13f2c485a961", "name": "GP-G2-8GB2C", "slug": "gp-g2-8gb2c", "category": "gp", "cpu": 2.0, "mem": 8.0, "price_month": "48.0", "price_second": "0.000018264840183" }, { "id": "8d304a25-7ecb-4ac5-8fa2-bff481cdb339", "name": "GP-G2-8GB2C-L", "slug": "gp-g2-8gb2c-l", "category": "gp", "cpu": 2.0, "mem": 8.0, "price_month": "60.0", "price_second": "0.000022831050228" }, { "id": "fa953a8f-eb22-4e98-9935-cd278c0ef13d", "name": "GP-G2-8GB4C", "slug": "gp-g2-8gb4c", "category": "gp", "cpu": 4.0, "mem": 8.0, "price_month": "60.0", "price_second": "0.000022831050228" }, { "id": "36d109f4-0991-4298-8259-c704da24df9b", "name": "GP-G2-8GB4C-L", "slug": "gp-g2-8gb4c-l", "category": "gp", "cpu": 4.0, "mem": 8.0, "price_month": "72.0", "price_second": "0.000027397260274" }, { "id": "f88ade58-e1e9-4b04-a945-22e4f142a64c", "name": "GP-G2-16GB4C", "slug": "gp-g2-16gb4c", "category": "gp", "cpu": 4.0, "mem": 16.0, "price_month": "96.0", "price_second": "0.000036529680365" }, { "id": "7e8c476f-b85a-4d30-b0c7-a413a8c9e505", "name": "GP-G2-16GB4C-L", "slug": "gp-g2-16gb4c-l", "category": "gp", "cpu": 4.0, "mem": 16.0, "price_month": "120.0", "price_second": "0.000045662100457" }, { "id": "51476ef9-c450-4a92-b1a8-88085b3bdf41", "name": "GP-G2-16GB8C", "slug": "gp-g2-16gb8c", "category": "gp", "cpu": 8.0, "mem": 16.0, "price_month": "120.0", "price_second": "0.000045662100457" }, { "id": "6304c38e-8bee-465e-9163-1f19df20429d", "name": "GP-G2-16GB8C-L", "slug": "gp-g2-16gb8c-l", "category": "gp", "cpu": 8.0, "mem": 16.0, "price_month": "144.0", "price_second": "0.000054794520548" }, { "id": "a5e5db78-9c3f-4bdd-8bfc-77cdf5c3abf6", "name": "GP-G2-32GB8C", "slug": "gp-g2-32gb8c", "category": "gp", "cpu": 8.0, "mem": 32.0, "price_month": "192.0", "price_second": "0.000073059360731" }, { "id": "2b27385b-0aaa-40f0-a946-84d8cf99b138", "name": "GP-G2-32GB8C-L", "slug": "gp-g2-32gb8c-l", "category": "gp", "cpu": 8.0, "mem": 32.0, "price_month": "240.0", "price_second": "0.000091324200913" }, { "id": "dedceb1f-9cef-4339-b3d3-d67f5aff3ae3", "name": "GP-G2-32GB16C", "slug": "gp-g2-32gb16c", "category": "gp", "cpu": 16.0, "mem": 32.0, "price_month": "240.0", "price_second": "0.000091324200913" }, { "id": "35005144-304c-4eb3-9138-7d462c5c1691", "name": "GP-G2-32GB16C-L", "slug": "gp-g2-32gb16c-l", "category": "gp", "cpu": 16.0, "mem": 32.0, "price_month": "288.0", "price_second": "0.000109589041096" }, { "id": "ab87a8fe-cd28-44a5-acd5-c74f41669d24", "name": "HP-G2-64GB16C", "slug": "hp-g2-64gb16c", "category": "hp", "cpu": 16.0, "mem": 64.0, "price_month": "384.0", "price_second": "0.000146118721461" }, { "id": "50d5fe72-5fef-41cb-b8ce-36b571e49bc1", "name": "HP-G2-64GB16C-L", "slug": "hp-g2-64gb16c-l", "category": "hp", "cpu": 16.0, "mem": 64.0, "price_month": "480.0", "price_second": "0.000182648401826" }, { "id": "4397aecb-f5b3-4d31-a7e5-4de2a0034040", "name": "HP-G2-128GB32C", "slug": "hp-g2-128gb32c", "category": "hp", "cpu": 32.0, "mem": 128.0, "price_month": "768.0", "price_second": "0.000292237442922" }, { "id": "94bfa3fe-1f02-4184-a982-80859026437b", "name": "HP-G2-128GB32C-L", "slug": "hp-g2-128gb32c-l", "category": "hp", "cpu": 32.0, "mem": 128.0, "price_month": "960.0", "price_second": "0.000365296803653" }, { "id": "21192149-1779-4404-ac66-9ec63f520edf", "name": "HP-G2-256GB64C", "slug": "hp-g2-256gb64c", "category": "hp", "cpu": 64.0, "mem": 256.0, "price_month": "1536.0", "price_second": "0.000584474885845" }, { "id": "50584714-1a0f-4e69-9d00-d4f508b330e8", "name": "HP-G2-256GB64C-L", "slug": "hp-g2-256gb64c-l", "category": "hp", "cpu": 64.0, "mem": 256.0, "price_month": "1920.0", "price_second": "0.000730593607306" }, { "id": "3616c0e4-e71a-468d-9b98-a9f68fe5d869", "name": "HP-G2-512GB128C", "slug": "hp-g2-512gb128c", "category": "hp", "cpu": 128.0, "mem": 512.0, "price_month": "3072.0", "price_second": "0.001168949771689" }, { "id": "c567cdb5-787a-42b6-88ae-b5bba425fb66", "name": "HP-G2-512GB128C-L", "slug": "hp-g2-512gb128c-l", "category": "hp", "cpu": 128.0, "mem": 512.0, "price_month": "3840.0", "price_second": "0.001461187214612" } ] }