API für [GAMELOOP] Season 1: The Bloody Season
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286512854383637",
"domain": null,
"id": 11735828,
"ip": "216.39.242.245",
"port": 27046,
"query": 27047,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780411642,
"last_online": 1780525964,
"icon": null,
"name": "[GAMELOOP] Season 1: The Bloody Season",
"connect": "216.39.242.245:27046",
"request": "216.39.242.245:27047",
"map": "VRisingWorld",
"gamemode": "34dc22f7-e273-4376-aea2-4af6fedb998c",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780411642,
"last_update": 1780525964,
"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": 3931,
"language": "de",
"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/11735828");
$data = json_decode($json, true);
var_dump($data);