NovaProxy Docs
Products

Unlimited Residential (Dedicated)

Duration-based unlimited residential proxies with configurable specs and speed

Overview

Slug: unlimited-residential · Type: duration

Dedicated unlimited residential: each durations[] entry may include specs (Server Specs) and speed options with priced choices. Orders use JSON: plan, duration, and config keyed by option name (values from option.options[].value). See Create Unlimited Residential order and Duration slug format.

Longer terms (for example 1_day, 1_week, 1_month) usually expose more specs and speed tiers than short trials.

Plan resource

GET /plans/unlimited-residential

{
    "id": 13,
    "name": "Unlimited Residential",
    "slug": "unlimited-residential",
    "type": "duration",
    "has_geo_targeting": false,
    "has_ip_whitelist": false,
    "rotations": [],
    "protocols": [],
    "durations": [
        {
            "id": 30,
            "slug": "20_minutes",
            "duration": 20,
            "duration_unit": "minute",
            "duration_in_minutes": 20,
            "price": 20,
            "options": [
                {
                    "id": 26,
                    "name": "specs",
                    "label": "Server Specs",
                    "type": "select",
                    "options": [
                        {
                            "label": "64 cores & 128GB RAM",
                            "price": { "type": "fixed", "amount": "0" },
                            "value": "64_128"
                        }
                    ],
                    "min": null,
                    "max": null,
                    "step": null
                },
                {
                    "id": 27,
                    "name": "speed",
                    "label": "Speed",
                    "type": "select",
                    "options": [
                        {
                            "label": "200 Mbps",
                            "price": { "type": "fixed", "amount": "0" },
                            "value": "200"
                        }
                    ],
                    "min": null,
                    "max": null,
                    "step": null
                }
            ]
        }
    ]
}

Always read the full durations array from GET /plans/unlimited-residential before building config.

On this page