API Documentation

All Offers Endpoint :

This API endpoint retrieves all VPS offers sorted by their monthly price.

URL :

https://api.thinklessvps.com/all-vps-offers

Method:

GET

How to Use:

To use this API, make a GET request to the URL provided above. You can use tools like Postman or curl to test the endpoint.

curl -X GET https://api.thinklessvps.com/all-vps-offers

Example Response:

[
  {
    "vps_name": "Basic Regular",
    "hosting_provider": "DigitalOcean",
    "monthly_price": 4,
    "setup_fee": null,
    "cpu_cores": 1,
    "cpu_type": "Regular",
    "ram_gb": 0.5,
    "storage_gb": 10,
    "storage_type": "SSD",
    "data_transfer_tb": 0.5,
    "vps_location": "San Francisco",
    "operating_systems": "Ubuntu, Debian, Fedora, CentOS, AlmaLinux, RockyLinux, Pre-configured and Specialized Image-Marketpalce",
    "backup_pricing": "20% of VPS cost: Weekly backups (4). 30% of VPS cost: Daily backups (7).",
    "scalability_options": "https://docs.digitalocean.com/products/droplets/how-to/resize/",
    "link_to_offer": "https://www.digitalocean.com/pricing/droplets",
    "id": 112,
    "created_at": "2024-10-17T10:19:24",
    "updated_at": "2024-10-17T10:19:24"
  },
  {
    "vps_name": "Basic Regular",
    "hosting_provider": "DigitalOcean",
    "monthly_price": 4,
    "setup_fee": null,
    "cpu_cores": 1,
    "cpu_type": "Regular",
    "ram_gb": 0.5,
    "storage_gb": 10,
    "storage_type": "SSD",
    "data_transfer_tb": 0.5,
    "vps_location": "Toronto",
    "operating_systems": "Ubuntu, Debian, Fedora, CentOS, AlmaLinux, RockyLinux, Pre-configured and Specialized Image-Marketpalce",
    "backup_pricing": "20% of VPS cost: Weekly backups (4). 30% of VPS cost: Daily backups (7).",
    "scalability_options": "https://docs.digitalocean.com/products/droplets/how-to/resize/",
    "link_to_offer": "https://www.digitalocean.com/pricing/droplets",
    "id": 113,
    "created_at": "2024-10-17T10:19:24",
    "updated_at": "2024-10-17T10:19:24"
  },
  {
    "vps_name": "Basic Regular",
    "hosting_provider": "DigitalOcean",
    "monthly_price": 4,
    "setup_fee": null,
    "cpu_cores": 1,
    "cpu_type": "Regular",
    "ram_gb": 0.5,
    "storage_gb": 10,
    "storage_type": "SSD",
    "data_transfer_tb": 0.5,
    "vps_location": "London",
    "operating_systems": "Ubuntu, Debian, Fedora, CentOS, AlmaLinux, RockyLinux, Pre-configured and Specialized Image-Marketpalce",
    "backup_pricing": "20% of VPS cost: Weekly backups (4). 30% of VPS cost: Daily backups (7).",
    "scalability_options": "https://docs.digitalocean.com/products/droplets/how-to/resize/",
    "link_to_offer": "https://www.digitalocean.com/pricing/droplets",
    "id": 114,
    "created_at": "2024-10-17T10:19:24",
    "updated_at": "2024-10-17T10:19:24"
  }
]