WarpCS API documentation

/v3/address

Returns the IP address of the client as seen by the server.

URL Parameters

Name Type Description Required Default value
t string Response format type. no text

Response Body

If the t parameter is text, the response body is the IP address of the client in textual format.

If json, the response is the following JSON Object:

Name Type Description
address string The IP address of the client. IPv6 addresses are not surrounded by square brackets.