Get cart available geo services

A list of all publicly available methods for interacting with the API.

GET

Get cart available geo services

/cart/available-geo-services

Query method

GEThttps://api.stableproxy.com/v2/cart/available-geo-services

Code examples

1const baseUrl = "https://api.stableproxy.com/v2";
2const response = await fetch(baseUrl + "/cart/available-geo-services", {
3 method: "GET",
4 headers: {
5 "Content-Type": "application/json"
6 }
7});
8const data = await response.json();

Examples of answers

Success response200application/json
{
  "data": [
    "overall",
    "adspower",
    "dolphin",
    "ip2location",
    "scamalytics",
    "whoer"
  ],
  "good": true,
  "timestamp": 1731313784,
  "cause": {
    "type": "anonymous",
    "user_id": -1
  }
}