Counter-Strike 2
API for Vimo.lt [JAILBREAK] - Renkamės 19h
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/216430json
{
"response": {
"steam_id": "85568392933342359",
"domain": "cs.vimo.lt",
"id": 216430,
"ip": "91.211.247.234",
"port": 27018,
"query": 27018,
"color": 0,
"city": "Vilnius",
"description": "",
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1775617404,
"score": null,
"last_online": 1775925020,
"icon": null,
"name": "Vimo.lt [JAILBREAK] - Renkamės 19h",
"connect": "cs.vimo.lt:27018",
"request": "91.211.247.234:27018",
"map": "ba_2026_minecraft",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 14,
"maxplayers": 36,
"bots": 0,
"secured": true,
"private": false,
"country": "LT",
"status": true,
"votes": 0,
"points": 47,
"add_date": 1582969560,
"last_update": 1775925020,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1228,
"language": "lt",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/216430");
$data = json_decode($json, true);
var_dump($data);