DocsAPI ReferenceVikitron/api/v1/vikitron/tor-ip-list
getVikitronPublic API v1

/api/v1/vikitron/tor-ip-list

Returns a list of all known Tor exit node IP addresses with their geolocation and ASN information.

vikitrongetApiV1VikitronTor-ip-list

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /api/v1/vikitron/tor-ip-list

get
curl -X GET "https://api.bizkithub.com/api/v1/vikitron/tor-ip-list" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

Tor exit node list.

{
  "items": [
    {
      "ip": "example_ip",
      "hostname": "example_hostname",
      "country": "DE",
      "city": "example_city",
      "as_number": "example_as_number",
      "as_name": "example_as_name",
      "as_organisation": "example_as_organisation"
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key