v1

latestOpenAPI 3.0.12026-07-265331168.0 KB
Proxy Test Server

Search Proxy Test Servers

Search Proxy Test Servers using various filters.

get/public/user/proxy_test_server/search

Query parameters

proxy_test_server_idstring

ID of the Proxy Test Server

{"stackTrail":"paths:/public/user/proxy_test_server/search:get:parameters:1:schema","oasType":"schema","type":"unknown"}

City ID of the Proxy Test Server

country_idstring

Country ID of the Proxy Test Server

per_pageinteger

Number of items per page for pagination

pageinteger

Page number for pagination

sort_bystring

Key for sorting or random.

Response

Successful Proxy Test Server search

item_countinteger

Total number of Proxy Test Server items returned in the data field.

messagestring

Status message for the search.

pageinteger

Current page number of the search results returned.

per_pageinteger

Number of Proxy Test Server items returned per page.

total_countinteger

Total of Proxy Test Server items that match the search filter.

Example response

{
  "data": [
    {
      "city_id": "382717",
      "country_id": "us",
      "proxy_test_server_id": "sanfrancisco-3-digitalocean-proxytester-1"
    }
  ],
  "item_count": 1,
  "message": "Proxy Test Server search successful.",
  "page": 1,
  "per_page": 10,
  "total_count": 1
}