API for NoRulesNoBullsh*t EU Vanilla+ PVPPVE 1PP discord.gg/nTnyWpt4cq
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286581932497945",
"domain": null,
"id": 11646996,
"ip": "86.120.81.19",
"port": 2318,
"query": 27020,
"color": 0,
"city": "Timișoara",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780470424,
"last_online": 1780549909,
"icon": null,
"name": "NoRulesNoBullsh*t EU Vanilla+ PVPPVE 1PP discord.gg/nTnyWpt4cq",
"connect": "86.120.81.19:2318",
"request": "86.120.81.19:27020",
"map": "Pripyat",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "RO",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780177583,
"last_update": 1780549909,
"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": 8110,
"language": "ro",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11646996");
$data = json_decode($json, true);
var_dump($data);