V Rising
API für Moulin à poivre
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/6692207json
{
"response": {
"steam_id": "90284978380734484",
"domain": null,
"id": 6692207,
"ip": "81.0.248.195",
"port": 28200,
"query": 28215,
"color": 0,
"city": "Portsmouth",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1777183999,
"score": 0,
"last_online": 1778605908,
"icon": null,
"name": "Moulin à poivre",
"connect": "81.0.248.195:28200",
"request": "81.0.248.195:28215",
"map": "VRisingWorld",
"gamemode": "502ae8b4-4396-472d-8235-3b1b19ae6814",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1732061085,
"last_update": 1778605908,
"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": 228,
"language": "en",
"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/6692207");
$data = json_decode($json, true);
var_dump($data);