Motor Town: Behind The Wheel
API für [US East] Gryphon City Gaming | 1% Rent
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10795776json
{
"response": {
"steam_id": 90284383571105800,
"domain": null,
"id": 10795776,
"ip": "71.70.185.27",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Creedmoor",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1775573607,
"score": 0,
"last_online": 1776229832,
"icon": null,
"name": "[US East] Gryphon City Gaming | 1% Rent",
"connect": "71.70.185.27:7777",
"request": "71.70.185.27:27015",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18+1",
"numplayers": 1,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766876002,
"last_update": 1776229832,
"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": 71,
"language": "en",
"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/10795776");
$data = json_decode($json, true);
var_dump($data);