API für Vrising Server By Destyserv
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": 90286486359241730,
"domain": null,
"id": 11728212,
"ip": "82.65.196.172",
"port": 27015,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Obies",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780470422,
"last_online": 1780783868,
"icon": null,
"name": "Vrising Server By Destyserv",
"connect": "82.65.196.172:27015",
"request": "82.65.196.172:27016",
"map": "VRisingWorld",
"gamemode": "9f83df51-372a-4170-acbe-84ca78c44594",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780388869,
"last_update": 1780783868,
"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": 1732,
"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/11728212");
$data = json_decode($json, true);
var_dump($data);