Counter-Strike
API for CS-LORDS.RU | CAPTURE THE FLAG - ЗАХВАТ ФЛАГА
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/102687json
{
"response": {
"steam_id": null,
"domain": null,
"id": 102687,
"ip": "62.122.215.152",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": "Цель каждой команды - захватить вражеский флаг, защищая при этом свой.\r\n\r\nvk.com/cslords\r\nsteamcommunity.com/groups/cs-lords\r\nyoutube.com/user/cslordsvideo",
"game": 10,
"owner": 10785,
"boosts": 1,
"last_offline": 1775122888,
"score": null,
"last_online": 1775774410,
"icon": null,
"name": "CS-LORDS.RU | CAPTURE THE FLAG - ЗАХВАТ ФЛАГА",
"connect": "62.122.215.152:27015",
"request": "62.122.215.152:27015",
"map": "de_dust2_2x2",
"gamemode": "VK.COM/CSLORDS",
"version": "1.1.2.7/Stdio",
"numplayers": 4,
"maxplayers": 31,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 1,
"points": 100,
"add_date": 1544506972,
"last_update": 1775774410,
"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": 136,
"language": "ru",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "cs-lords.ru",
"avatar": "13dafa3d4164d10974cc25981c683e6f.jpg",
"last_online": 1737724015
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/102687");
$data = json_decode($json, true);
var_dump($data);