API für Gucci Squad
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286567528197126",
"domain": null,
"id": 11715653,
"ip": "37.10.125.224",
"port": 10110,
"query": 10111,
"project_id": null,
"color": 0,
"city": "Los Angeles",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1780856610,
"last_online": 1780538488,
"icon": null,
"name": "Gucci Squad",
"connect": "37.10.125.224:10110",
"request": "37.10.125.224:10111",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.024h1",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780301689,
"last_update": 1780856610,
"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": 1352,
"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/11715653");
$data = json_decode($json, true);
var_dump($data);