Motor Town: Behind The Wheel
API für ---- [EU1] Tricky's Server | discord.gg/trickys | ----
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/4692653json
{
"response": {
"steam_id": "90284373802103826",
"domain": null,
"id": 4692653,
"ip": "144.76.85.24",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Falkenstein",
"description": "",
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1776201117,
"score": 0,
"last_online": 1776219059,
"icon": null,
"name": "---- [EU1] Tricky's Server | discord.gg/trickys | ----",
"connect": "144.76.85.24:7777",
"request": "144.76.85.24:27015",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1717761818,
"last_update": 1776219059,
"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": 28,
"language": "de",
"parked": false,
"app": {
"id": 1564980,
"steam_id": 1369670,
"name": "Motor Town: Behind The Wheel",
"url": "motor-town-behind-the-wheel"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/4692653");
$data = json_decode($json, true);
var_dump($data);