IP-Netze auflisten

GET /ip/list

Response (application/json)

{
    "status": "success",
    "requestID": "283dd4e0-f5b1-46b2-bef8-bfc5cc7c269b",
    "message": "All your IP networks are listed below",
    "data": {
        "summary": {
            "total_nets": 1,
            "total_ips": 16,
            "available_ips": 13
        },
        "list": [
            {
                "netID": "3f82c9dd-52fc-403f-8b95-c41604e9b15e",
                "price": {
                    "net": 0,
                    "gross": 0
                },
                "renewInterval": "monthly",
                "buyDate": "2024-02-17T03:10:49.000Z",
                "renewDate": "2024-03-18T03:10:49.000Z",
                "cidr": "\/28",
                "gateway": "45.92.x.x",
                "total_ips": 16,
                "available_ips": 13,
                "ip_usage": {
                    "45.92.x.x": null
                },
                "location": {
                    "name": "ntt",
                    "displayname": "NTT DataCenter",
                    "country": "Deutschland",
                    "city": "Frankfurt am Main"
                }
            }
        ]
    }
}

cURL

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

Anfrage testen