V Rising
API für Don't Call Me Strong
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11365850json
{
"response": {
"steam_id": "90285428777566213",
"domain": null,
"id": 11365850,
"ip": "144.6.155.232",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Perth",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1778596938,
"score": 0,
"last_online": 1778289053,
"icon": null,
"name": "Don't Call Me Strong",
"connect": "144.6.155.232:27015",
"request": "144.6.155.232:27016",
"map": "VRisingWorld",
"gamemode": "3e1ae632-504f-4231-bc9c-9687df9e2a98",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": true,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774595206,
"last_update": 1778596938,
"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": 2491,
"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/11365850");
$data = json_decode($json, true);
var_dump($data);