Counter-Strike
API for КРУТЫЕ ПАЦАНЫ 18+ [FREE VIP]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7835221json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7835221,
"ip": "62.122.213.69",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": null,
"game": 10,
"owner": 156990,
"boosts": 1,
"last_offline": 1774809729,
"score": 0,
"last_online": 1776197411,
"icon": null,
"name": "КРУТЫЕ ПАЦАНЫ 18+ [FREE VIP]",
"connect": "62.122.213.69:27015",
"request": "62.122.213.69:27015",
"map": "de_dust2_2x2",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 6,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 87,
"add_date": 1740138567,
"last_update": 1776197411,
"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": 1778,
"language": "ru",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "andreas_prosto28",
"avatar": "33ca99bc-4d8d-45fd-b789-03fa0ac82495.jpg",
"last_online": 1767488445
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7835221");
$data = json_decode($json, true);
var_dump($data);