Subsistence
API für Aggieland Gaming - PVP
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11219141json
{
"response": {
"steam_id": 90285110112005140,
"domain": null,
"id": 11219141,
"ip": "134.255.240.39",
"port": 8157,
"query": 8159,
"color": 0,
"city": "Miami",
"description": "PVP/Normal/Hunters",
"game": 418030,
"owner": null,
"boosts": 1,
"last_offline": 1777446202,
"score": 0,
"last_online": 1777552824,
"icon": null,
"name": "Aggieland Gaming - PVP",
"connect": "134.255.240.39:8157",
"request": "134.255.240.39:8159",
"map": "coldmap1",
"gamemode": "ColdGame",
"version": "13249",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772701457,
"last_update": 1777552824,
"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": 114,
"language": "en",
"parked": false,
"app": {
"id": 139,
"steam_id": 418030,
"name": "Subsistence",
"url": "subsistence"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11219141");
$data = json_decode($json, true);
var_dump($data);