Marktplatz abrufen

GET /dedicated/available

Response (application/json)

{
    "status": "success",
    "requestID": "64ce7c10-2c37-4c3e-917f-5a466bfdb971",
    "message": "All available dedicated servers are listed below",
    "data": {
        "list": [
            {
                "identifier": "78acb8b6-8ba1-4b4e-8f9f-96da82f2cb0a",
                "datacenter": {
                    "name": "skylink",
                    "displayname": "SkyLink Data Center BV",
                    "country": "Niederlande",
                    "city": "Eygelshoven"
                },
                "hardware": {
                    "cpu": {
                        "amount": 1,
                        "cores": 8,
                        "type": "Intel Xeon E5-2650 v2"
                    },
                    "memory": {
                        "size": 64,
                        "unit": "GB",
                        "type": "DDR3"
                    },
                    "disks": [
                        {
                            "amount": 1,
                            "size": 500,
                            "total_size": 500,
                            "unit": "GB",
                            "type": "SSD"
                        }
                    ]
                },
                "ips": {
                    "ipv4": {
                        "included": true,
                        "amount": 1
                    },
                    "ipv6": {
                        "included": false,
                        "amount": null
                    }
                },
                "network": {
                    "traffic": {
                        "limit": false,
                        "amount": null,
                        "unit": null
                    },
                    "connection": "1x 10G"
                },
                "status": {
                    "type": "not_ready",
                    "description": "System needs to be built \/ set up and is ready to use 2-4 business days after purchase"
                },
                "price": {
                    "net": 0,
                    "gross": 0,
                    "runtime": {
                        "amount": 30,
                        "unit": "days"
                    }
                }
            }
        ]
    }
}

cURL

curl "https://live.fireapi.de/dedicated/available" -X GET -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"

Anfrage testen