API for Never wipe serwer - standard rules - Start - 14.06.26
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90287036307378192",
"domain": null,
"id": 11804736,
"ip": "78.9.236.124",
"port": 27015,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Wroclaw",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1781492647,
"last_online": 1781498469,
"icon": null,
"name": "Never wipe serwer - standard rules - Start - 14.06.26",
"connect": "78.9.236.124:27015",
"request": "78.9.236.124:27016",
"map": "VRisingWorld",
"gamemode": "f78fd9ac-0413-4e38-9cbc-5757ddf7679e",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1781463852,
"last_update": 1781498469,
"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": 3885,
"language": "pl",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11804736");
$data = json_decode($json, true);
var_dump($data);