API for [EU]| SEREON | PvE Semi-RP | New Player Friendly | 24/7 | No Wi
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286200806384660,
"domain": null,
"id": 11543673,
"ip": "162.55.104.121",
"port": 27028,
"query": 9877,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1779355505,
"last_online": 1779854432,
"icon": null,
"name": "[EU]| SEREON | PvE Semi-RP | New Player Friendly | 24/7 | No Wi",
"connect": "162.55.104.121:27028",
"request": "162.55.104.121:9877",
"map": "VRisingWorld",
"gamemode": "f5e9f777-5eec-40e1-bf70-a62a761c362c",
"version": "0.0.0.1",
"numplayers": 2,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1779355505,
"last_update": 1779854432,
"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": 109,
"language": "de",
"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/11543673");
$data = json_decode($json, true);
var_dump($data);