Understanding the Continent object and its role in the Ping Proxies API
Attribute | Type | Description |
---|---|---|
continent_id | string | Unique identifier for the continent (e.g., eu for Europe) |
continent_name | string | Full name of the continent (e.g., Europe ) |
continent_alias | string | Alternative identifier or shorthand for the continent |
Endpoint | Description |
---|---|
GET /public/user/continent/retrieve/{continent_id} | Retrieve a specific continent by ID |
GET /public/user/continent/search | Search continents using various filters |
GET /public/user/country/search?continent_id={continent_id} | Find countries within a specific continent |
continent_id
typically uses a two-letter code (e.g., eu
, na
, as
)Code | Continent |
---|---|
af | Africa |
an | Antarctica |
as | Asia |
eu | Europe |
na | North America |
oc | Oceania |
sa | South America |