V Rising
API für SwedishHost.se | Alone
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10817665json
{
"response": {
"steam_id": "90284846960862228",
"domain": null,
"id": 10817665,
"ip": "185.166.232.143",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Älvsjö",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1773545568,
"score": 0,
"last_online": 1777635107,
"icon": null,
"name": "SwedishHost.se | Alone",
"connect": "185.166.232.143:9876",
"request": "185.166.232.143:9877",
"map": "VRisingWorld",
"gamemode": "e817161c-5a86-4e8d-8c33-2c5eb413f903",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "SE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1767111137,
"last_update": 1777635107,
"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": 1450,
"language": "sv",
"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/10817665");
$data = json_decode($json, true);
var_dump($data);