Operation: Harsh Doorstop
API für HELICOPTER SCHOOL
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11181663json
{
"response": {
"steam_id": "90283838204217374",
"domain": null,
"id": 11181663,
"ip": "86.25.19.180",
"port": 7777,
"query": 27005,
"color": 0,
"city": "Glasgow",
"description": "[BigLearning](https://steamcommunity.com/sharedfiles/filedetails/?id=2947290153)\r\n[ESTfaction](https://steamcommunity.com/sharedfiles/filedetails/?id=3436275480)\r\n[Vao](https://steamcommunity.com/sharedfiles/filedetails/?id=3285049160)",
"game": 736590,
"owner": null,
"boosts": 1,
"last_offline": 1776695556,
"score": 0,
"last_online": 1777536023,
"icon": null,
"name": "HELICOPTER SCHOOL",
"connect": "86.25.19.180:7777",
"request": "86.25.19.180:27005",
"map": "Jaziira",
"gamemode": "OHD Vehicle Overhaul",
"version": "89",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772229790,
"last_update": 1777536023,
"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": 11,
"language": "en",
"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/11181663");
$data = json_decode($json, true);
var_dump($data);