© copyright 2022-2024 connexvpn. All rights reserved.

(modified) Designed with love by Xiaoying Riley for developers

available games

using the api

get the list of available games

request

curl \
	-X GET \
	-H "CX-API-Token: {my-generated-token}" \
	-H "Accept: application/json" \
	-H "Content-Type: application/json" \
	https://api.connexvpn.com/games/

response

200 OK

example
[
	{
		"id": 1,
		"name": "Minecraft",
		"version": "1.20.1"
	}
]