API for [EU] VoltNode Gaming #2 | Competitive | ReHLDS
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11602892,
"ip": "178.105.21.214",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Nuremberg",
"description": "[{\"id\":\"KCTF0wtyv2\",\"type\":\"image\",\"data\":{\"caption\":\"[EU] VoltNode Gaming #2 | Competitive\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/eaf53159-9388-47f0-8631-c57dcde21499.webp\"}}},{\"id\":\"7irqy4NQlq\",\"type\":\"paragraph\",\"data\":{\"text\":\"**[EU] VoltNode Gaming #2 | Competitive**\\n\\n✔ ReHLDS + ReGameDLL\\n\\n✔ 1000 FPS\\n\\n✔ Fair Competitive Environment\\n\\n✔ No VIP\\n\\n✔ No Pay-to-Win\\n\\n✔ FastDL\\n\\n✔ Active Admins\\n\\n✔ Europe Hosted\\n\\nDiscord: https://discord.gg/RKDcjkqJSd\\n\\nCompetitive IP: 178.105.21.214:27015\\n\\nOnly skill matters here.\"}}]",
"game": 10,
"owner": 196565,
"boosts": 1,
"last_offline": 1779751427,
"last_online": 1781600479,
"icon": null,
"name": "[EU] VoltNode Gaming #2 | Competitive | ReHLDS",
"connect": "178.105.21.214:27015",
"request": "178.105.21.214:27015",
"map": "de_dust2",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 3,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 105,
"add_date": 1779751427,
"last_update": 1781600479,
"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": 2629,
"language": "en",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "voltnode",
"avatar": "96174a0d-9010-44d7-957c-337dcb507a3c.webp"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11602892");
$data = json_decode($json, true);
var_dump($data);