API for NEXUS | PUBLIC | !VIPTEST !WS !KNIFE !GLOVES !AGENTS
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11234231,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Kyiv",
"description": "[{\"id\":\"qmGiRI0bnQ\",\"type\":\"paragraph\",\"data\":{\"text\":\"Nexus — это публичный CS:GO сервер, созданный для ламповой и комфортной игры. На сервере присутствует множество полезных плагинов, которые не мешают геймплейной составляющей сервера.\"}}]",
"game": 4465480,
"owner": 178721,
"boosts": 1,
"last_offline": 1779515571,
"last_online": 1778595009,
"icon": null,
"name": "NEXUS | PUBLIC | !VIPTEST !WS !KNIFE !GLOVES !AGENTS",
"connect": null,
"request": null,
"map": "de_nuke",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "UA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1773244472,
"last_update": 1779515571,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2419,
"language": "ru",
"parked": true,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "lqgp1",
"avatar": "ff9557a0-ea16-4ef3-8cf4-1f83c88a9346.jpg"
},
"mods": [
{
"id": 2189,
"name": "LevelRanks"
},
{
"id": 2190,
"name": "Vips"
},
{
"id": 2188,
"name": "Shop"
}
],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11234231");
$data = json_decode($json, true);
var_dump($data);