Tricht Data
These endpoints are dedicated to retrieve countrys.
Settings
List of countrys.
HTTP Request
Request type
GET
Endpoint
https://api.datenly.com/api/trichtdata/proxy/available_countrys
Response Parameters
Parameter | Type | Description |
---|---|---|
status | Boolean | Processing status of your request |
proxys_available_countrys | Array | List of proxy type |
countrys.$.type | String | Proxy type |
countrys.$.available_countrys | Objet | List of country object |
countrys.$.available_countrys.$.name | String | Country name |
countrys.$.available_countrys.$.alpha_2 | String | Country code |
Example
Request
curl 'https://api.datenly.com/api/trichtdata/proxy/available_countrys' \
-H "Authorization: <token>"