Beasts of Bermuda
API für [not]Official
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11138399json
{
"response": {
"steam_id": "90284858187880453",
"domain": null,
"id": 11138399,
"ip": "172.93.108.66",
"port": 10015,
"query": 10148,
"color": 0,
"city": "Piscataway",
"description": null,
"game": 719890,
"owner": null,
"boosts": 1,
"last_offline": 1775522481,
"score": 0,
"last_online": 1777448482,
"icon": null,
"name": "[not]Official",
"connect": "172.93.108.66:10015",
"request": "172.93.108.66:10148",
"map": "Rival_Shores",
"gamemode": "Beasts of Bermuda",
"version": "1.1.1085",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1770398980,
"last_update": 1777448482,
"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": 2,
"language": "en",
"parked": false,
"app": {
"id": 33377,
"steam_id": 719890,
"name": "Beasts of Bermuda",
"url": "beasts-of-bermuda"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11138399");
$data = json_decode($json, true);
var_dump($data);