V Rising
API für [EU] The Hub x2 Fresh 17/04
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11449116json
{
"response": {
"steam_id": "90284704425507855",
"domain": null,
"id": 11449116,
"ip": "95.135.0.4",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Paris",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1776449549,
"score": 0,
"last_online": 1776781213,
"icon": null,
"name": "[EU] The Hub x2 Fresh 17/04",
"connect": "95.135.0.4:9876",
"request": "95.135.0.4:9877",
"map": "VRisingWorld",
"gamemode": "4781ce95-f9e3-4f12-a8e5-bad707de3021",
"version": "0.0.0.1",
"numplayers": 43,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1774977961,
"last_update": 1776781213,
"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": 3,
"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/11449116");
$data = json_decode($json, true);
var_dump($data);