Operation: Harsh Doorstop
API für [RR] RustyRifles.uk #1 | All Kits/Maps | Skirmish 24/7 | Vanill
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10520740json
{
"response": {
"steam_id": "90285152831887372",
"domain": null,
"id": 10520740,
"ip": "185.241.226.76",
"port": 7777,
"query": 27005,
"color": 0,
"city": "London",
"description": null,
"game": 736590,
"owner": null,
"boosts": 1,
"last_offline": 1776888200,
"score": 0,
"last_online": 1777536044,
"icon": null,
"name": "[RR] RustyRifles.uk #1 | All Kits/Maps | Skirmish 24/7 | Vanill",
"connect": "185.241.226.76:7777",
"request": "185.241.226.76:27005",
"map": "Industrial Sector",
"gamemode": "Advance and Secure",
"version": "89",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1761424762,
"last_update": 1777536044,
"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": 16,
"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/10520740");
$data = json_decode($json, true);
var_dump($data);