Counter-Strike
API for Краснодар |05| HNS [100aa]
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/146870json
{
"response": {
"steam_id": null,
"domain": null,
"id": 146870,
"ip": "37.230.228.211",
"port": 27020,
"query": 27020,
"color": 0,
"city": "Moscow",
"description": "",
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1775786522,
"score": null,
"last_online": 1775905218,
"icon": null,
"name": "Краснодар |05| HNS [100aa]",
"connect": "37.230.228.211:27020",
"request": "37.230.228.211:27020",
"map": "boost_qube02",
"gamemode": "SVAROG-GAME.COM",
"version": "1.1.2.7/Stdio",
"numplayers": 13,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 59,
"add_date": 1552837350,
"last_update": 1775905218,
"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": 2549,
"language": "ru",
"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/146870");
$data = json_decode($json, true);
var_dump($data);