{
 "generated_at_build": true,
 "updated": "2026-09-10",
 "origin": "https://vpsledger.com",
 "description": "Pre-computed search index over all verified plans, sorted by price_usd_monthly ascending. Static hosting: no server-side query parameters. Download the file once and filter the `plans` array client-side; the `filters` manifest below documents the supported parameters and their exact semantics, and `facets` gives value counts to plan a query.",
 "filters": {
  "max_price": {
   "type": "number",
   "unit": "USD/month",
   "field": "price_usd_monthly",
   "semantics": "plan.price_usd_monthly <= max_price (strictly less-than on the marketing pages, so $5.00/mo is NOT \"under $5\")"
  },
  "min_ram": {
   "type": "integer",
   "unit": "MB",
   "field": "ram_mb",
   "semantics": "plan.ram_mb >= min_ram"
  },
  "min_vcpu": {
   "type": "integer",
   "field": "vcpu",
   "semantics": "plan.vcpu >= min_vcpu (null vcpu fails any min_vcpu filter)"
  },
  "country": {
   "type": "string",
   "format": "ISO 3166-1 alpha-2",
   "field": "country",
   "semantics": "plan.country === country (null country never matches)"
  },
  "city": {
   "type": "string",
   "field": "city",
   "semantics": "case-insensitive equality on plan.city (null city never matches)"
  },
  "virtualization": {
   "type": "string",
   "enum": [
    "kvm",
    "openvz",
    "lxc",
    "xen",
    "vmware",
    "hyperv",
    "dedicated"
   ],
   "field": "virtualization",
   "semantics": "plan.virtualization === value; \"unknown\" rows fail any virtualization filter"
  },
  "disk_type": {
   "type": "string",
   "enum": [
    "nvme",
    "ssd",
    "hdd",
    "sas"
   ],
   "field": "disk_type",
   "semantics": "plan.disk_type === value"
  },
  "ipv4": {
   "type": "boolean",
   "field": "ipv4",
   "semantics": "plan.ipv4 === true when ipv4 filter is requested"
  },
  "billing_period": {
   "type": "string",
   "enum": [
    "hourly",
    "weekly",
    "monthly",
    "quarterly",
    "semiannually",
    "yearly",
    "biennially",
    "triennially"
   ],
   "field": "billing_period",
   "semantics": "plan.billing_period === value"
  }
 },
 "facets": {
  "country": {
   "FR": 23,
   "US": 14,
   "DE": 6
  },
  "city": {
   "Nuremberg": 5
  },
  "virtualization": {
   "kvm": 71,
   "unknown": 19
  },
  "disk_type": {
   "ssd": 57,
   "unknown": 23,
   "nvme": 10
  },
  "billing_period": {
   "monthly": 84,
   "yearly": 6
  },
  "provider": {
   "scaleway": 15,
   "digitalocean": 11,
   "upcloud": 10,
   "vultr": 10,
   "linode": 9,
   "alphavps": 8,
   "ovhcloud": 8,
   "racknerd": 5,
   "netcup": 5,
   "buyvm": 4,
   "inmotion": 4,
   "hetzner": 1
  }
 },
 "plans": [
  {
   "provider_id": "racknerd",
   "provider_name": "RackNerd",
   "name": "1 GB KVM VPS",
   "slug": "racknerd-newyear-1gb",
   "url": "https://vpsledger.com/providers/racknerd/racknerd-newyear-1gb/",
   "vcpu": 1,
   "ram_mb": 1024,
   "disk_gb": 20,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 3072,
   "port_mbps": 1000,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": null,
   "price": 21.99,
   "currency": "USD",
   "billing_period": "yearly",
   "price_usd_monthly": 1.83,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.racknerd.com/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "buyvm",
   "provider_name": "BuyVM",
   "name": "SLICE 512",
   "slug": "buyvm-slice-512",
   "url": "https://vpsledger.com/providers/buyvm/buyvm-slice-512/",
   "vcpu": 1,
   "ram_mb": 512,
   "disk_gb": 10,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": null,
   "price": 24,
   "currency": "USD",
   "billing_period": "yearly",
   "price_usd_monthly": 2,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://buyvm.net/kvm-dedicated-server-slices/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "racknerd",
   "provider_name": "RackNerd",
   "name": "2 GB KVM VPS",
   "slug": "racknerd-newyear-2gb",
   "url": "https://vpsledger.com/providers/racknerd/racknerd-newyear-2gb/",
   "vcpu": 2,
   "ram_mb": 2048,
   "disk_gb": 35,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 5120,
   "port_mbps": 1000,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": null,
   "price": 35.99,
   "currency": "USD",
   "billing_period": "yearly",
   "price_usd_monthly": 3,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.racknerd.com/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "alphavps",
   "provider_name": "AlphaVPS",
   "name": "C2G",
   "slug": "alphavps-c2g",
   "url": "https://vpsledger.com/providers/alphavps/alphavps-c2g/",
   "vcpu": 2,
   "ram_mb": 2048,
   "disk_gb": 30,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 3000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 2.99,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 3.23,
   "renewal_price": 2.54,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://alphavps.com/cheap-vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "upcloud",
   "provider_name": "UpCloud",
   "name": "Starter 1GB",
   "slug": "upcloud-starter-1gb",
   "url": "https://vpsledger.com/providers/upcloud/upcloud-starter-1gb/",
   "vcpu": 1,
   "ram_mb": 1024,
   "disk_gb": 10,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 250,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 3,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 3.24,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://upcloud.com/pricing/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "buyvm",
   "provider_name": "BuyVM",
   "name": "SLICE 1024",
   "slug": "buyvm-slice-1024",
   "url": "https://vpsledger.com/providers/buyvm/buyvm-slice-1024/",
   "vcpu": 1,
   "ram_mb": 1024,
   "disk_gb": 20,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": null,
   "price": 3.5,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 3.5,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://buyvm.net/kvm-dedicated-server-slices/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "ovhcloud",
   "provider_name": "OVHcloud",
   "name": "VPS Starter 1-2-20",
   "slug": "ovh-vps-starter-1-2-20",
   "url": "https://vpsledger.com/providers/ovhcloud/ovh-vps-starter-1-2-20/",
   "vcpu": 1,
   "ram_mb": 2048,
   "disk_gb": 20,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 3.5,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 3.78,
   "renewal_price": null,
   "country": "FR",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://eu.api.ovh.com/v1/catalog/public/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "digitalocean",
   "provider_name": "DigitalOcean",
   "name": "s-1vcpu-512mb-10gb",
   "slug": "digitalocean-s-1vcpu-512mb-10gb",
   "url": "https://vpsledger.com/providers/digitalocean/digitalocean-s-1vcpu-512mb-10gb/",
   "vcpu": 1,
   "ram_mb": 512,
   "disk_gb": 10,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 500,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 4,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 4,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.digitalocean.com/pricing/droplets",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "alphavps",
   "provider_name": "AlphaVPS",
   "name": "C4G",
   "slug": "alphavps-c4g",
   "url": "https://vpsledger.com/providers/alphavps/alphavps-c4g/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": 40,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 5000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 3.99,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 4.31,
   "renewal_price": 3.39,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://alphavps.com/cheap-vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "ovhcloud",
   "provider_name": "OVHcloud",
   "name": "VPS-1 2027",
   "slug": "ovh-vps-2027-model1",
   "url": "https://vpsledger.com/providers/ovhcloud/ovh-vps-2027-model1/",
   "vcpu": null,
   "ram_mb": null,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 4.49,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 4.85,
   "renewal_price": null,
   "country": "FR",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://eu.api.ovh.com/v1/catalog/public/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "racknerd",
   "provider_name": "RackNerd",
   "name": "4 GB KVM VPS",
   "slug": "racknerd-newyear-4gb",
   "url": "https://vpsledger.com/providers/racknerd/racknerd-newyear-4gb/",
   "vcpu": 3,
   "ram_mb": 4096,
   "disk_gb": 60,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 7168,
   "port_mbps": 1000,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": null,
   "price": 59.99,
   "currency": "USD",
   "billing_period": "yearly",
   "price_usd_monthly": 5,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.racknerd.com/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "linode",
   "provider_name": "Linode (Akamai)",
   "name": "Nanode 1GB",
   "slug": "linode-g6-nanode-1-1gb",
   "url": "https://vpsledger.com/providers/linode/linode-g6-nanode-1-1gb/",
   "vcpu": 1,
   "ram_mb": 1024,
   "disk_gb": 25,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 1024,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 5,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 5,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.linode.com/v4/linode/types",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "vultr",
   "provider_name": "Vultr",
   "name": "vc2-1c-1gb",
   "slug": "vultr-vc2-1c-1gb",
   "url": "https://vpsledger.com/providers/vultr/vultr-vc2-1c-1gb/",
   "vcpu": 1,
   "ram_mb": 1024,
   "disk_gb": 25,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 1024,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 5,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 5,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.vultr.com/v2/plans",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "alphavps",
   "provider_name": "AlphaVPS",
   "name": "C6G",
   "slug": "alphavps-c6g",
   "url": "https://vpsledger.com/providers/alphavps/alphavps-c6g/",
   "vcpu": 3,
   "ram_mb": 6144,
   "disk_gb": 55,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 6000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 4.99,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 5.39,
   "renewal_price": 4.24,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://alphavps.com/cheap-vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "ovhcloud",
   "provider_name": "OVHcloud",
   "name": "VLE-2",
   "slug": "ovh-vps-le-2-2-40",
   "url": "https://vpsledger.com/providers/ovhcloud/ovh-vps-le-2-2-40/",
   "vcpu": 2,
   "ram_mb": 2048,
   "disk_gb": 40,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 5,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 5.4,
   "renewal_price": null,
   "country": "FR",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://eu.api.ovh.com/v1/catalog/public/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "upcloud",
   "provider_name": "UpCloud",
   "name": "Premium 1GB",
   "slug": "upcloud-premium-1gb",
   "url": "https://vpsledger.com/providers/upcloud/upcloud-premium-1gb/",
   "vcpu": 1,
   "ram_mb": 1024,
   "disk_gb": 25,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 1000,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 5,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 5.4,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://upcloud.com/pricing/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "hetzner",
   "provider_name": "Hetzner",
   "name": "CX22",
   "slug": "hetzner-cx22",
   "url": "https://vpsledger.com/providers/hetzner/hetzner-cx22/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": 40,
   "disk_type": "nvme",
   "os_type": null,
   "bandwidth_gb": 20480,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 5.49,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 5.93,
   "renewal_price": null,
   "country": "DE",
   "region": "eu-central",
   "city": null,
   "in_stock": true,
   "source_url": "https://website-price-api.hetzner.com/api/v1/products/CLOUD_132",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "digitalocean",
   "provider_name": "DigitalOcean",
   "name": "s-1vcpu-1gb",
   "slug": "digitalocean-s-1vcpu-1gb",
   "url": "https://vpsledger.com/providers/digitalocean/digitalocean-s-1vcpu-1gb/",
   "vcpu": 1,
   "ram_mb": 1024,
   "disk_gb": 25,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 1000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 6,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 6,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.digitalocean.com/pricing/droplets",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "vultr",
   "provider_name": "Vultr",
   "name": "vhf-1c-1gb",
   "slug": "vultr-vhf-1c-1gb",
   "url": "https://vpsledger.com/providers/vultr/vultr-vhf-1c-1gb/",
   "vcpu": 1,
   "ram_mb": 1024,
   "disk_gb": 32,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 1024,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 6,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 6,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.vultr.com/v2/plans",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "vultr",
   "provider_name": "Vultr",
   "name": "vhp-1c-1gb-amd",
   "slug": "vultr-vhp-1c-1gb-amd",
   "url": "https://vpsledger.com/providers/vultr/vultr-vhp-1c-1gb-amd/",
   "vcpu": 1,
   "ram_mb": 1024,
   "disk_gb": 25,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 2048,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 6,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 6,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.vultr.com/v2/plans",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "netcup",
   "provider_name": "netcup",
   "name": "VPS 500 G12",
   "slug": "netcup-vps-500-g12",
   "url": "https://vpsledger.com/providers/netcup/netcup-vps-500-g12/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": 128,
   "disk_type": "nvme",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 5.91,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 6.38,
   "renewal_price": null,
   "country": "DE",
   "region": null,
   "city": "Nuremberg",
   "in_stock": true,
   "source_url": "https://www.netcup.com/en/server/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "buyvm",
   "provider_name": "BuyVM",
   "name": "SLICE 2048",
   "slug": "buyvm-slice-2048",
   "url": "https://vpsledger.com/providers/buyvm/buyvm-slice-2048/",
   "vcpu": 1,
   "ram_mb": 2048,
   "disk_gb": 40,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": null,
   "price": 7,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 7,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://buyvm.net/kvm-dedicated-server-slices/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "alphavps",
   "provider_name": "AlphaVPS",
   "name": "C8G",
   "slug": "alphavps-c8g",
   "url": "https://vpsledger.com/providers/alphavps/alphavps-c8g/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": 75,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 8000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 6.49,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 7.01,
   "renewal_price": 5.52,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://alphavps.com/cheap-vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "ovhcloud",
   "provider_name": "OVHcloud",
   "name": "VPS-1 2026",
   "slug": "ovh-vps-2025-model1",
   "url": "https://vpsledger.com/providers/ovhcloud/ovh-vps-2025-model1/",
   "vcpu": null,
   "ram_mb": null,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 6.49,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 7.01,
   "renewal_price": null,
   "country": "FR",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://eu.api.ovh.com/v1/catalog/public/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "DEV1-S",
   "slug": "scaleway-dev1-s",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-dev1-s/",
   "vcpu": 2,
   "ram_mb": 2048,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 200,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 6.55248,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 7.08,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "racknerd",
   "provider_name": "RackNerd",
   "name": "6 GB KVM VPS",
   "slug": "racknerd-newyear-6gb",
   "url": "https://vpsledger.com/providers/racknerd/racknerd-newyear-6gb/",
   "vcpu": 6,
   "ram_mb": 6144,
   "disk_gb": 100,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 12288,
   "port_mbps": 1000,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": null,
   "price": 89.99,
   "currency": "USD",
   "billing_period": "yearly",
   "price_usd_monthly": 7.5,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.racknerd.com/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "upcloud",
   "provider_name": "UpCloud",
   "name": "Starter 2GB/2c",
   "slug": "upcloud-starter-2gb-2c",
   "url": "https://vpsledger.com/providers/upcloud/upcloud-starter-2gb-2c/",
   "vcpu": 2,
   "ram_mb": 2048,
   "disk_gb": 30,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 250,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 8,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 8.64,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://upcloud.com/pricing/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "alphavps",
   "provider_name": "AlphaVPS",
   "name": "C12G",
   "slug": "alphavps-c12g",
   "url": "https://vpsledger.com/providers/alphavps/alphavps-c12g/",
   "vcpu": 4,
   "ram_mb": 12288,
   "disk_gb": 100,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 10000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 8.99,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 9.71,
   "renewal_price": 7.64,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://alphavps.com/cheap-vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "inmotion",
   "provider_name": "InMotion Hosting",
   "name": "VPS 4 vCPU",
   "slug": "inmotion-vps-4-vcpu",
   "url": "https://vpsledger.com/providers/inmotion/inmotion-vps-4-vcpu/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": 160,
   "disk_type": "nvme",
   "os_type": null,
   "bandwidth_gb": 5120,
   "port_mbps": 1000,
   "virtualization": "unknown",
   "ipv4": true,
   "ipv6": null,
   "price": 9.99,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 9.99,
   "renewal_price": 16.99,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.inmotionhosting.com/vps-hosting/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "racknerd",
   "provider_name": "RackNerd",
   "name": "8 GB KVM VPS",
   "slug": "racknerd-newyear-8gb",
   "url": "https://vpsledger.com/providers/racknerd/racknerd-newyear-8gb/",
   "vcpu": 7,
   "ram_mb": 8192,
   "disk_gb": 150,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 20480,
   "port_mbps": 1000,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": null,
   "price": 119.99,
   "currency": "USD",
   "billing_period": "yearly",
   "price_usd_monthly": 10,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.racknerd.com/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "ovhcloud",
   "provider_name": "OVHcloud",
   "name": "VPS-2 2026",
   "slug": "ovh-vps-2025-model2",
   "url": "https://vpsledger.com/providers/ovhcloud/ovh-vps-2025-model2/",
   "vcpu": null,
   "ram_mb": null,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 9.99,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 10.79,
   "renewal_price": null,
   "country": "FR",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://eu.api.ovh.com/v1/catalog/public/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "ovhcloud",
   "provider_name": "OVHcloud",
   "name": "VLE-4",
   "slug": "ovh-vps-le-4-4-80",
   "url": "https://vpsledger.com/providers/ovhcloud/ovh-vps-le-4-4-80/",
   "vcpu": 4,
   "ram_mb": 4096,
   "disk_gb": 80,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 10,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 10.8,
   "renewal_price": null,
   "country": "FR",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://eu.api.ovh.com/v1/catalog/public/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "netcup",
   "provider_name": "netcup",
   "name": "VPS 1000 G12",
   "slug": "netcup-vps-1000-g12",
   "url": "https://vpsledger.com/providers/netcup/netcup-vps-1000-g12/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": 256,
   "disk_type": "nvme",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 10.37,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 11.2,
   "renewal_price": null,
   "country": "DE",
   "region": null,
   "city": "Nuremberg",
   "in_stock": true,
   "source_url": "https://www.netcup.com/en/server/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "digitalocean",
   "provider_name": "DigitalOcean",
   "name": "s-1vcpu-2gb",
   "slug": "digitalocean-s-1vcpu-2gb",
   "url": "https://vpsledger.com/providers/digitalocean/digitalocean-s-1vcpu-2gb/",
   "vcpu": 1,
   "ram_mb": 2048,
   "disk_gb": 50,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 2000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 12,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 12,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.digitalocean.com/pricing/droplets",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "linode",
   "provider_name": "Linode (Akamai)",
   "name": "Linode 2GB",
   "slug": "linode-g6-standard-1-2gb",
   "url": "https://vpsledger.com/providers/linode/linode-g6-standard-1-2gb/",
   "vcpu": 1,
   "ram_mb": 2048,
   "disk_gb": 50,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 2048,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 12,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 12,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.linode.com/v4/linode/types",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "alphavps",
   "provider_name": "AlphaVPS",
   "name": "C16G",
   "slug": "alphavps-c16g",
   "url": "https://vpsledger.com/providers/alphavps/alphavps-c16g/",
   "vcpu": 6,
   "ram_mb": 16384,
   "disk_gb": 140,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 12000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 11.99,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 12.95,
   "renewal_price": 10.19,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://alphavps.com/cheap-vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "upcloud",
   "provider_name": "UpCloud",
   "name": "Starter 4GB/2c",
   "slug": "upcloud-starter-4gb-2c",
   "url": "https://vpsledger.com/providers/upcloud/upcloud-starter-4gb-2c/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": 30,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 500,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 12,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 12.96,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://upcloud.com/pricing/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "buyvm",
   "provider_name": "BuyVM",
   "name": "SLICE 4096",
   "slug": "buyvm-slice-4096",
   "url": "https://vpsledger.com/providers/buyvm/buyvm-slice-4096/",
   "vcpu": 1,
   "ram_mb": 4096,
   "disk_gb": 80,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": null,
   "price": 15,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 15,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://buyvm.net/kvm-dedicated-server-slices/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "vultr",
   "provider_name": "Vultr",
   "name": "vc2-2c-2gb",
   "slug": "vultr-vc2-2c-2gb",
   "url": "https://vpsledger.com/providers/vultr/vultr-vc2-2c-2gb/",
   "vcpu": 2,
   "ram_mb": 2048,
   "disk_gb": 65,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 3072,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 15,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 15,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.vultr.com/v2/plans",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "DEV1-M",
   "slug": "scaleway-dev1-m",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-dev1-m/",
   "vcpu": 3,
   "ram_mb": 4096,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 300,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 14.74308,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 15.92,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "upcloud",
   "provider_name": "UpCloud",
   "name": "Premium 2GB/2c",
   "slug": "upcloud-premium-2gb-2c",
   "url": "https://vpsledger.com/providers/upcloud/upcloud-premium-2gb-2c/",
   "vcpu": 2,
   "ram_mb": 2048,
   "disk_gb": 50,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 1000,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 16,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 17.28,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://upcloud.com/pricing/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "digitalocean",
   "provider_name": "DigitalOcean",
   "name": "s-2vcpu-2gb",
   "slug": "digitalocean-s-2vcpu-2gb",
   "url": "https://vpsledger.com/providers/digitalocean/digitalocean-s-2vcpu-2gb/",
   "vcpu": 2,
   "ram_mb": 2048,
   "disk_gb": 60,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 3000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 18,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 18,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.digitalocean.com/pricing/droplets",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "vultr",
   "provider_name": "Vultr",
   "name": "vhf-2c-2gb",
   "slug": "vultr-vhf-2c-2gb",
   "url": "https://vpsledger.com/providers/vultr/vultr-vhf-2c-2gb/",
   "vcpu": 2,
   "ram_mb": 2048,
   "disk_gb": 80,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 3072,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 18,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 18,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.vultr.com/v2/plans",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "vultr",
   "provider_name": "Vultr",
   "name": "vhp-2c-2gb-intel",
   "slug": "vultr-vhp-2c-2gb-intel",
   "url": "https://vpsledger.com/providers/vultr/vultr-vhp-2c-2gb-intel/",
   "vcpu": 2,
   "ram_mb": 2048,
   "disk_gb": 60,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 4096,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 18,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 18,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.vultr.com/v2/plans",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "alphavps",
   "provider_name": "AlphaVPS",
   "name": "C24G",
   "slug": "alphavps-c24g",
   "url": "https://vpsledger.com/providers/alphavps/alphavps-c24g/",
   "vcpu": 8,
   "ram_mb": 24576,
   "disk_gb": 180,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 15000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 16.99,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 18.35,
   "renewal_price": 14.44,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://alphavps.com/cheap-vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "upcloud",
   "provider_name": "UpCloud",
   "name": "Starter 8GB/2c",
   "slug": "upcloud-starter-8gb-2c",
   "url": "https://vpsledger.com/providers/upcloud/upcloud-starter-8gb-2c/",
   "vcpu": 2,
   "ram_mb": 8192,
   "disk_gb": 40,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 500,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 18,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 19.44,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://upcloud.com/pricing/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "inmotion",
   "provider_name": "InMotion Hosting",
   "name": "VPS 8 vCPU",
   "slug": "inmotion-vps-8-vcpu",
   "url": "https://vpsledger.com/providers/inmotion/inmotion-vps-8-vcpu/",
   "vcpu": 8,
   "ram_mb": 16384,
   "disk_gb": 260,
   "disk_type": "nvme",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 1000,
   "virtualization": "unknown",
   "ipv4": true,
   "ipv6": null,
   "price": 19.99,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 19.99,
   "renewal_price": 46.99,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.inmotionhosting.com/vps-hosting/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "vultr",
   "provider_name": "Vultr",
   "name": "vc2-2c-4gb",
   "slug": "vultr-vc2-2c-4gb",
   "url": "https://vpsledger.com/providers/vultr/vultr-vc2-2c-4gb/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": 80,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 3072,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 20,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 20,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.vultr.com/v2/plans",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "netcup",
   "provider_name": "netcup",
   "name": "VPS 2000 G12",
   "slug": "netcup-vps-2000-g12",
   "url": "https://vpsledger.com/providers/netcup/netcup-vps-2000-g12/",
   "vcpu": 8,
   "ram_mb": 16384,
   "disk_gb": 512,
   "disk_type": "nvme",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 19.25,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 20.79,
   "renewal_price": null,
   "country": "DE",
   "region": null,
   "city": "Nuremberg",
   "in_stock": true,
   "source_url": "https://www.netcup.com/en/server/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "ovhcloud",
   "provider_name": "OVHcloud",
   "name": "VPS-3 2026",
   "slug": "ovh-vps-2025-model3",
   "url": "https://vpsledger.com/providers/ovhcloud/ovh-vps-2025-model3/",
   "vcpu": null,
   "ram_mb": null,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 19.99,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 21.59,
   "renewal_price": null,
   "country": "FR",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://eu.api.ovh.com/v1/catalog/public/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "digitalocean",
   "provider_name": "DigitalOcean",
   "name": "s-2vcpu-4gb",
   "slug": "digitalocean-s-2vcpu-4gb",
   "url": "https://vpsledger.com/providers/digitalocean/digitalocean-s-2vcpu-4gb/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": 80,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 4000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 24,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 24,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.digitalocean.com/pricing/droplets",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "linode",
   "provider_name": "Linode (Akamai)",
   "name": "Linode 4GB",
   "slug": "linode-g6-standard-2-4gb",
   "url": "https://vpsledger.com/providers/linode/linode-g6-standard-2-4gb/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": 80,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 4096,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 24,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 24,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.linode.com/v4/linode/types",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "vultr",
   "provider_name": "Vultr",
   "name": "vhp-2c-4gb-amd",
   "slug": "vultr-vhp-2c-4gb-amd",
   "url": "https://vpsledger.com/providers/vultr/vultr-vhp-2c-4gb-amd/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": 100,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 5120,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 24,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 24,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.vultr.com/v2/plans",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "alphavps",
   "provider_name": "AlphaVPS",
   "name": "C32G",
   "slug": "alphavps-c32g",
   "url": "https://vpsledger.com/providers/alphavps/alphavps-c32g/",
   "vcpu": 8,
   "ram_mb": 32768,
   "disk_gb": 240,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 20000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 22.99,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 24.83,
   "renewal_price": 19.54,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://alphavps.com/cheap-vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "upcloud",
   "provider_name": "UpCloud",
   "name": "Premium 4GB/2c",
   "slug": "upcloud-premium-4gb-2c",
   "url": "https://vpsledger.com/providers/upcloud/upcloud-premium-4gb-2c/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": 50,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 1000,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 26,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 28.08,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://upcloud.com/pricing/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "upcloud",
   "provider_name": "UpCloud",
   "name": "Starter 16GB/4c",
   "slug": "upcloud-starter-16gb-4c",
   "url": "https://vpsledger.com/providers/upcloud/upcloud-starter-16gb-4c/",
   "vcpu": 4,
   "ram_mb": 16384,
   "disk_gb": 50,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 500,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 28,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 30.24,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://upcloud.com/pricing/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "BASIC3-X2C-4G",
   "slug": "scaleway-basic3-x2c-4g",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-basic3-x2c-4g/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 350,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 28.79777,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 31.1,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "inmotion",
   "provider_name": "InMotion Hosting",
   "name": "VPS 12 vCPU",
   "slug": "inmotion-vps-12-vcpu",
   "url": "https://vpsledger.com/providers/inmotion/inmotion-vps-12-vcpu/",
   "vcpu": 12,
   "ram_mb": 24576,
   "disk_gb": 360,
   "disk_type": "nvme",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 1000,
   "virtualization": "unknown",
   "ipv4": true,
   "ipv6": null,
   "price": 31.99,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 31.99,
   "renewal_price": 76.99,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.inmotionhosting.com/vps-hosting/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "DEV1-L",
   "slug": "scaleway-dev1-l",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-dev1-l/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 400,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 31.2732,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 33.78,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "netcup",
   "provider_name": "netcup",
   "name": "VPS 4000 G12",
   "slug": "netcup-vps-4000-g12",
   "url": "https://vpsledger.com/providers/netcup/netcup-vps-4000-g12/",
   "vcpu": 12,
   "ram_mb": 32768,
   "disk_gb": 1024,
   "disk_type": "nvme",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 32.41,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 35,
   "renewal_price": null,
   "country": "DE",
   "region": null,
   "city": "Nuremberg",
   "in_stock": true,
   "source_url": "https://www.netcup.com/en/server/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "linode",
   "provider_name": "Linode (Akamai)",
   "name": "Dedicated 4GB",
   "slug": "linode-g6-dedicated-2-4gb",
   "url": "https://vpsledger.com/providers/linode/linode-g6-dedicated-2-4gb/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": 80,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 4096,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 36,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 36,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.linode.com/v4/linode/types",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "inmotion",
   "provider_name": "InMotion Hosting",
   "name": "VPS 16 vCPU",
   "slug": "inmotion-vps-16-vcpu",
   "url": "https://vpsledger.com/providers/inmotion/inmotion-vps-16-vcpu/",
   "vcpu": 16,
   "ram_mb": 32768,
   "disk_gb": 460,
   "disk_type": "nvme",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 1000,
   "virtualization": "unknown",
   "ipv4": true,
   "ipv6": null,
   "price": 39.99,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 39.99,
   "renewal_price": 111.99,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.inmotionhosting.com/vps-hosting/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "vultr",
   "provider_name": "Vultr",
   "name": "vc2-4c-8gb",
   "slug": "vultr-vc2-4c-8gb",
   "url": "https://vpsledger.com/providers/vultr/vultr-vc2-4c-8gb/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": 160,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 4096,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 40,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 40,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.vultr.com/v2/plans",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "digitalocean",
   "provider_name": "DigitalOcean",
   "name": "c-2",
   "slug": "digitalocean-c-2",
   "url": "https://vpsledger.com/providers/digitalocean/digitalocean-c-2/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": 25,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 4000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 42,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 42,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.digitalocean.com/pricing/droplets",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "ovhcloud",
   "provider_name": "OVHcloud",
   "name": "VLE-16",
   "slug": "ovh-vps-le-16-16-160",
   "url": "https://vpsledger.com/providers/ovhcloud/ovh-vps-le-16-16-160/",
   "vcpu": 16,
   "ram_mb": 16384,
   "disk_gb": 160,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 40,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 43.2,
   "renewal_price": null,
   "country": "FR",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://eu.api.ovh.com/v1/catalog/public/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "COMPUTE3-X2C-4G",
   "slug": "scaleway-compute3-x2c-4g",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-compute3-x2c-4g/",
   "vcpu": 2,
   "ram_mb": 4096,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 500,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 42.705,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 46.12,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "digitalocean",
   "provider_name": "DigitalOcean",
   "name": "s-4vcpu-8gb",
   "slug": "digitalocean-s-4vcpu-8gb",
   "url": "https://vpsledger.com/providers/digitalocean/digitalocean-s-4vcpu-8gb/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": 160,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 5000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 48,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 48,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.digitalocean.com/pricing/droplets",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "linode",
   "provider_name": "Linode (Akamai)",
   "name": "Linode 8GB",
   "slug": "linode-g6-standard-4-8gb",
   "url": "https://vpsledger.com/providers/linode/linode-g6-standard-4-8gb/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": 160,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 5120,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 48,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 48,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.linode.com/v4/linode/types",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "vultr",
   "provider_name": "Vultr",
   "name": "vhp-4c-8gb-intel",
   "slug": "vultr-vhp-4c-8gb-intel",
   "url": "https://vpsledger.com/providers/vultr/vultr-vhp-4c-8gb-intel/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": 180,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 6144,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 48,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 48,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.vultr.com/v2/plans",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "DEV1-XL",
   "slug": "scaleway-dev1-xl",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-dev1-xl/",
   "vcpu": 4,
   "ram_mb": 12288,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 500,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 47.50548,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 51.31,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "netcup",
   "provider_name": "netcup",
   "name": "VPS 8000 G12",
   "slug": "netcup-vps-8000-g12",
   "url": "https://vpsledger.com/providers/netcup/netcup-vps-8000-g12/",
   "vcpu": 16,
   "ram_mb": 65536,
   "disk_gb": 2048,
   "disk_type": "nvme",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 47.95,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 51.79,
   "renewal_price": null,
   "country": "DE",
   "region": null,
   "city": "Nuremberg",
   "in_stock": true,
   "source_url": "https://www.netcup.com/en/server/vps",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "upcloud",
   "provider_name": "UpCloud",
   "name": "Premium 8GB/4c",
   "slug": "upcloud-premium-8gb-4c",
   "url": "https://vpsledger.com/providers/upcloud/upcloud-premium-8gb-4c/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": 100,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 1000,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 52,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 56.16,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://upcloud.com/pricing/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "BASIC3-X4C-8G",
   "slug": "scaleway-basic3-x4c-8g",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-basic3-x4c-8g/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 700,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 57.67073,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 62.28,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "linode",
   "provider_name": "Linode (Akamai)",
   "name": "Dedicated 8GB",
   "slug": "linode-g6-dedicated-4-8gb",
   "url": "https://vpsledger.com/providers/linode/linode-g6-dedicated-4-8gb/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": 160,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 5120,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 72,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 72,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.linode.com/v4/linode/types",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "GP1-XS",
   "slug": "scaleway-gp1-xs",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-gp1-xs/",
   "vcpu": 4,
   "ram_mb": 16384,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 500,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 67.7586,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 73.18,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "digitalocean",
   "provider_name": "DigitalOcean",
   "name": "c-4",
   "slug": "digitalocean-c-4",
   "url": "https://vpsledger.com/providers/digitalocean/digitalocean-c-4/",
   "vcpu": 4,
   "ram_mb": 8192,
   "disk_gb": 50,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 5000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 84,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 84,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.digitalocean.com/pricing/droplets",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "digitalocean",
   "provider_name": "DigitalOcean",
   "name": "m-2",
   "slug": "digitalocean-m-2",
   "url": "https://vpsledger.com/providers/digitalocean/digitalocean-m-2/",
   "vcpu": 2,
   "ram_mb": 16384,
   "disk_gb": 50,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 4000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 84,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 84,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.digitalocean.com/pricing/droplets",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "digitalocean",
   "provider_name": "DigitalOcean",
   "name": "s-8vcpu-16gb",
   "slug": "digitalocean-s-8vcpu-16gb",
   "url": "https://vpsledger.com/providers/digitalocean/digitalocean-s-8vcpu-16gb/",
   "vcpu": 8,
   "ram_mb": 16384,
   "disk_gb": 320,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 6000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 96,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 96,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.digitalocean.com/pricing/droplets",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "BASIC3-X6C-12G",
   "slug": "scaleway-basic3-x6c-12g",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-basic3-x6c-12g/",
   "vcpu": 6,
   "ram_mb": 12288,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 1050,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 98.988,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 106.91,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "BASIC3-X8C-16G",
   "slug": "scaleway-basic3-x8c-16g",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-basic3-x8c-16g/",
   "vcpu": 8,
   "ram_mb": 16384,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 1500,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 129.70275,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 140.08,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "GP1-S",
   "slug": "scaleway-gp1-s",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-gp1-s/",
   "vcpu": 8,
   "ram_mb": 32768,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 800,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 139.2402,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 150.38,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "upcloud",
   "provider_name": "UpCloud",
   "name": "Premium 16GB/8c",
   "slug": "upcloud-premium-16gb-8c",
   "url": "https://vpsledger.com/providers/upcloud/upcloud-premium-16gb-8c/",
   "vcpu": 8,
   "ram_mb": 16384,
   "disk_gb": 200,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 1000,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 148,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 159.84,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://upcloud.com/pricing/",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "digitalocean",
   "provider_name": "DigitalOcean",
   "name": "c-8",
   "slug": "digitalocean-c-8",
   "url": "https://vpsledger.com/providers/digitalocean/digitalocean-c-8/",
   "vcpu": 8,
   "ram_mb": 16384,
   "disk_gb": 100,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 6000,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": null,
   "ipv6": null,
   "price": 168,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 168,
   "renewal_price": null,
   "country": null,
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://www.digitalocean.com/pricing/droplets",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "linode",
   "provider_name": "Linode (Akamai)",
   "name": "Linode 32GB",
   "slug": "linode-g6-standard-8-32gb",
   "url": "https://vpsledger.com/providers/linode/linode-g6-standard-8-32gb/",
   "vcpu": 8,
   "ram_mb": 32768,
   "disk_gb": 640,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 16384,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 192,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 192,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.linode.com/v4/linode/types",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "BASIC3-X12C-24G",
   "slug": "scaleway-basic3-x12c-24g",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-basic3-x12c-24g/",
   "vcpu": 12,
   "ram_mb": 24576,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 2250,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 197.903,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 213.74,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "BASIC3-X16C-32G",
   "slug": "scaleway-basic3-x16c-32g",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-basic3-x16c-32g/",
   "vcpu": 16,
   "ram_mb": 32768,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 3000,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 259.33031,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 280.08,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "GP1-M",
   "slug": "scaleway-gp1-m",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-gp1-m/",
   "vcpu": 16,
   "ram_mb": 65536,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 1500,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 279.9696,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 302.37,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "linode",
   "provider_name": "Linode (Akamai)",
   "name": "Linode 64GB",
   "slug": "linode-g6-standard-16-64gb",
   "url": "https://vpsledger.com/providers/linode/linode-g6-standard-16-64gb/",
   "vcpu": 16,
   "ram_mb": 65536,
   "disk_gb": 1280,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 20480,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 384,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 384,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.linode.com/v4/linode/types",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "scaleway",
   "provider_name": "Scaleway",
   "name": "GP1-L",
   "slug": "scaleway-gp1-l",
   "url": "https://vpsledger.com/providers/scaleway/scaleway-gp1-l/",
   "vcpu": 32,
   "ram_mb": 131072,
   "disk_gb": null,
   "disk_type": "unknown",
   "os_type": null,
   "bandwidth_gb": null,
   "port_mbps": 5000,
   "virtualization": "unknown",
   "ipv4": null,
   "ipv6": true,
   "price": 565.1514,
   "currency": "EUR",
   "billing_period": "monthly",
   "price_usd_monthly": 610.36,
   "renewal_price": null,
   "country": "FR",
   "region": "fr",
   "city": null,
   "in_stock": true,
   "source_url": "https://api.scaleway.com",
   "verified_at": "2026-09-10"
  },
  {
   "provider_id": "linode",
   "provider_name": "Linode (Akamai)",
   "name": "Linode 192GB",
   "slug": "linode-g6-standard-32-192gb",
   "url": "https://vpsledger.com/providers/linode/linode-g6-standard-32-192gb/",
   "vcpu": 32,
   "ram_mb": 196608,
   "disk_gb": 3840,
   "disk_type": "ssd",
   "os_type": null,
   "bandwidth_gb": 20480,
   "port_mbps": null,
   "virtualization": "kvm",
   "ipv4": true,
   "ipv6": true,
   "price": 1152,
   "currency": "USD",
   "billing_period": "monthly",
   "price_usd_monthly": 1152,
   "renewal_price": null,
   "country": "US",
   "region": null,
   "city": null,
   "in_stock": true,
   "source_url": "https://api.linode.com/v4/linode/types",
   "verified_at": "2026-09-10"
  }
 ]
}
