V Rising
API für [EU]Nightbane | Duo | x2 Loot | Wiped 24/04
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11449117json
{
"response": {
"steam_id": 90285218231534620,
"domain": null,
"id": 11449117,
"ip": "64.31.4.171",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Paris",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1777190004,
"score": 0,
"last_online": 1777806026,
"icon": null,
"name": "[EU]Nightbane | Duo | x2 Loot | Wiped 24/04",
"connect": "64.31.4.171:9876",
"request": "64.31.4.171:9877",
"map": "VRisingWorld",
"gamemode": "5ed097a9-75d1-4fb8-a5a5-2acdf272b4dd",
"version": "0.0.0.1",
"numplayers": 22,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 57,
"add_date": 1774977961,
"last_update": 1777806026,
"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": 14,
"language": "fr",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11449117");
$data = json_decode($json, true);
var_dump($data);