cURL
curl --request GET \ --url https://api.pingproxies.com/1.0/public/user/country/retrieve/{country_id} \ --header 'X-API-Private-Key: <api-key>' \ --header 'X-API-Public-Key: <api-key>'
{ "data": { "continent_id": "eu", "country_alias": "fr", "country_id": "fr", "country_is_european_union": true, "country_name": "France", "country_node_count": 1234 }, "message": "Country successfully retrieved." }
Retrieves a specific Country.
Private API key for user-level authentication.
Public API key for user-level authentication.
ID of the Country to retrieve
Successful Country Retrieve
Country retrieve was successful.