VEIN
API für NA | SafeHaven | PVE | Hordes | 2x XP | 1.5x Zs | No Runners |
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11171677json
{
"response": {
"steam_id": 90284751236412430,
"domain": null,
"id": 11171677,
"ip": "45.137.246.101",
"port": 29100,
"query": 29115,
"color": 0,
"city": "Munich",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1774953128,
"score": 0,
"last_online": 1776816669,
"icon": null,
"name": "NA | SafeHaven | PVE | Hordes | 2x XP | 1.5x Zs | No Runners |",
"connect": "45.137.246.101:29100",
"request": "45.137.246.101:29115",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.023h4",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229076,
"last_update": 1776816669,
"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": 801,
"language": "de",
"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/11171677");
$data = json_decode($json, true);
var_dump($data);