Operation: Harsh Doorstop
API für =LoyalGames.Eu=#2 | UKR - RUS | Helis |
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11487954json
{
"response": {
"steam_id": "90285136530060295",
"domain": null,
"id": 11487954,
"ip": "155.4.94.155",
"port": 27030,
"query": 27040,
"color": 0,
"city": "Södra Sandby",
"description": "[TanBinh_Fix](https://steamcommunity.com/sharedfiles/filedetails/?id=3692406155)\r\n[HNG](https://steamcommunity.com/sharedfiles/filedetails/?id=3568235773)\r\n[SkiddleMap](https://steamcommunity.com/sharedfiles/filedetails/?id=3692814383)\r\n[SaintQuentin_Green](https://steamcommunity.com/sharedfiles/filedetails/?id=3650258287)\r\n[UkraineArmy](https://steamcommunity.com/sharedfiles/filedetails/?id=3669738102)\r\n[Operationleansteep](https://steamcommunity.com/sharedfiles/filedetails/?id=3303665721)\r\n[BigLearning](https://steamcommunity.com/sharedfiles/filedetails/?id=2947290153)\r\n[UkraineFields](https://steamcommunity.com/sharedfiles/filedetails/?id=3690421741)\r\n[Rublivka](https://steamcommunity.com/sharedfiles/filedetails/?id=3119721855)\r\n[DifferentLighting](https://steamcommunity.com/sharedfiles/filedetails/?id=3649259612)\r\n[KorangalValley](https://steamcommunity.com/sharedfiles/filedetails/?id=3660225476)",
"game": 736590,
"owner": null,
"boosts": 1,
"last_offline": 1776080510,
"score": 0,
"last_online": 1777537208,
"icon": null,
"name": "=LoyalGames.Eu=#2 | UKR - RUS | Helis |",
"connect": "155.4.94.155:27030",
"request": "155.4.94.155:27040",
"map": "SQ Green Logi",
"gamemode": "OHD Vehicle Overhaul",
"version": "89",
"numplayers": 28,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 117,
"add_date": 1774979833,
"last_update": 1777537208,
"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": 1,
"language": "sv",
"parked": false,
"app": {
"id": 52393,
"steam_id": 736590,
"name": "Operation: Harsh Doorstop",
"url": "operation-harsh-doorstop"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11487954");
$data = json_decode($json, true);
var_dump($data);