VEIN
API für Hurtownia Musztardy Reborn
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11479638json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11479638,
"ip": "176.57.181.110",
"port": 28500,
"query": 28515,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1775958714,
"score": 0,
"last_online": 1775943614,
"icon": null,
"name": "Hurtownia Musztardy Reborn",
"connect": "176.57.181.110:28500",
"request": "176.57.181.110:28515",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": null,
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774979117,
"last_update": 1775958714,
"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": 1646,
"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/11479638");
$data = json_decode($json, true);
var_dump($data);