Counter-Strike
API for INVISIBLE CS2
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/11395157json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11395157,
"ip": "163.5.63.150",
"port": 27022,
"query": 27022,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1774598011,
"score": 0,
"last_online": 1775829011,
"icon": null,
"name": "INVISIBLE CS2",
"connect": "163.5.63.150:27022",
"request": "163.5.63.150:27022",
"map": "zm_BRAZUKA",
"gamemode": "[ Counter-Strike ]",
"version": "1.1.2.7/Std",
"numplayers": 24,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 92,
"add_date": 1774598011,
"last_update": 1775829011,
"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": 1774,
"language": "de",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11395157");
$data = json_decode($json, true);
var_dump($data);