Counter-Strike: Global Offensive
API for ⚡METACS.RU⚡ #1 CS:GO РОДНОЙ СЕРВЕР | !WS
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/11220124json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11220124,
"ip": "195.178.17.67",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Novosibirsk",
"description": "[{\"id\":\"qBf0Z7sRCz\",\"type\":\"paragraph\",\"data\":{\"text\":\"Игровой проект развлекательных серверов Counter-Strike - **METACS.RU**\"}},{\"id\":\"shL9pHvSfg\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://metacs.ru/\",\"meta\":{\"description\":\"METACS — надёжные игровые сервера CS2 CS:GO с низким пингом, стабильной игрой и активным сообществом. Присоединяйся к лучшим серверам Counter-Strike 2!\",\"image\":{\"url\":\"//metacs.ru/storage/cache/img/global/bar_logo.jpg\"},\"title\":\"METACS — игровые сервера Counter-Strike 2\"}}}]",
"game": 4465480,
"owner": 54725,
"boosts": 1,
"last_offline": 1775760124,
"score": 5,
"last_online": 1775787610,
"icon": null,
"name": "⚡METACS.RU⚡ #1 CS:GO РОДНОЙ СЕРВЕР | !WS",
"connect": "195.178.17.67:27015",
"request": "195.178.17.67:27015",
"map": "de_mirage",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 13,
"points": 143,
"add_date": 1772751436,
"last_update": 1775787610,
"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": 47,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "SLAME",
"avatar": "bcc62d32-001f-4ee5-8c8f-5b4f1b2350c3.png",
"last_online": 1775334330
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11220124");
$data = json_decode($json, true);
var_dump($data);