Get IP Availability

Returns a list of countries with available IPs count.

Returns list of available IP

POST https://api.ipnux.com/V1/OpenApi/OpenApiGetNodeInventory

Headers

Name
Type
Description

UserId*

String

"Authentication" generated userId

Token*

String

"Authentication" generated token

Content-Type*

String

application/json

Body

Name
Type
Description

proxies_type*

string

Shared (ISP) proxies

Premium (ISP) proxies

proxies_format*

integer

Shared (ISP) proxies=2

Premium (ISP) proxies=2

purpose_web*

string

other

continents_id

integer or null

17898317

city_name

string or null

San Jose

country_code

string or null

US

Request

{
    "proxies_type": "Shared (ISP) proxies",
    "proxies_format": 2,
    "purpose_web": "other",
    "continents_id": 0,
    "city_name": null,
    "country_code": "US"
}

Response

{
	"Code": 1000,
	"Message": "Successful",
	"Data": {
		"proxies_type": "XXX",
		"proxies_format": 1,
		"purpose_web": "1785205565476179968",
		"country_list": [{
			"continents_id": 1785203631428079616,
			"continents_name": "Europe",
			"country_code": "DE",
			"city_id": "97420",
			"city_name": "Frankfurt",
			"number": 1
		}]
	}
}

Last updated