Counter-Strike
API for Сервер в разработке!!
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11491345json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11491345,
"ip": "46.174.48.48",
"port": 27245,
"query": 27245,
"color": 0,
"city": "Moscow",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1777673543,
"score": 0,
"last_online": 1777501295,
"icon": null,
"name": "Сервер в разработке!!",
"connect": "46.174.48.48:27245",
"request": "46.174.48.48:27245",
"map": "deathrun_forest",
"gamemode": "DeathRun",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1777236849,
"last_update": 1777673543,
"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": 7961,
"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/11491345");
$data = json_decode($json, true);
var_dump($data);