Counter-Strike: Source
API for [v34]>>ДЕТИ 2000_Х<<[CSGO] СКИНЫ
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9175835json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9175835,
"ip": "37.230.162.206",
"port": 5555,
"query": 5555,
"color": 0,
"city": "Moscow",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1774603949,
"score": 0,
"last_online": 1776118870,
"icon": null,
"name": "[v34]>>ДЕТИ 2000_Х<<[CSGO] СКИНЫ",
"connect": "37.230.162.206:5555",
"request": "37.230.162.206:5555",
"map": "awp_lego_2",
"gamemode": "Counter-Strike: Source",
"version": "1.0.0.34",
"numplayers": 0,
"maxplayers": 64,
"bots": 3,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1747244617,
"last_update": 1776118870,
"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": 1273,
"language": "ru",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9175835");
$data = json_decode($json, true);
var_dump($data);