API für Wills Vein
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286583904213002",
"domain": null,
"id": 11631669,
"ip": "45.159.4.169",
"port": 10540,
"query": 10541,
"color": 0,
"city": "Clifton",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1779916743,
"last_online": 1780575766,
"icon": null,
"name": "Wills Vein",
"connect": "45.159.4.169:10540",
"request": "45.159.4.169:10541",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.024h1",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916743,
"last_update": 1780575766,
"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": 892,
"language": "en",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11631669");
$data = json_decode($json, true);
var_dump($data);