Skip to main content
GET
/
api
/
v1
/
export
/
csv
Export Csv
curl --request GET \
  --url https://api.example.com/api/v1/export/csv
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://vpn-docs.wxapros.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-Internal-Key
string
default:""
X-Tier
string
default:""
X-User-Id
string
default:""
X-Quota-Used
string
default:""

Query Parameters

classification
string | null

Filter by classification (vpn, proxy, tor, relay, hosting, cdn)

min_confidence
number | null

Minimum confidence threshold

Required range: 0 <= x <= 1
since
string<date> | null

Only IPs last_seen after this date (YYYY-MM-DD)

limit
integer | null

Max rows to return

Required range: 1 <= x <= 1000000

Response

Successful Response