Adrenaline Gamer
API für OGHL.NET | #2 US MIAMI Server [1000 FPS/FASTDL]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9964335json
{
"response": {
"steam_id": "90283771066897408",
"domain": null,
"id": 9964335,
"ip": "23.230.3.220",
"port": 27019,
"query": 27019,
"color": 0,
"city": "Miami",
"description": null,
"game": 9000049,
"owner": null,
"boosts": 1,
"last_offline": 1773261136,
"score": 0,
"last_online": 1776453670,
"icon": null,
"name": "OGHL.NET | #2 US MIAMI Server [1000 FPS/FASTDL]",
"connect": "23.230.3.220:27019",
"request": "23.230.3.220:27019",
"map": "datacore",
"gamemode": "AG Tournament",
"version": "1.1.2.2/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1754381279,
"last_update": 1776453670,
"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": 45,
"language": "en",
"parked": false,
"app": {
"id": 109,
"steam_id": 9000049,
"name": "Adrenaline Gamer",
"url": "adrenaline-gamer"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9964335");
$data = json_decode($json, true);
var_dump($data);