Arma 3
API für [RU] DARK CITY: EXILE |RHS|Patrol|Missions|Interior|50k Start
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/77347json
{
"response": {
"steam_id": "90284569626004494",
"domain": null,
"id": 77347,
"ip": "176.197.182.249",
"port": 2320,
"query": 2321,
"color": 0,
"city": "Novokuznetsk",
"description": "",
"game": 107410,
"owner": 123886,
"boosts": 1,
"last_offline": 1773545565,
"score": null,
"last_online": 1776444623,
"icon": null,
"name": "[RU] DARK CITY: EXILE |RHS|Patrol|Missions|Interior|50k Start",
"connect": "176.197.182.249:2320",
"request": "176.197.182.249:2321",
"map": "Altis",
"gamemode": "Exile | PvP | Altis",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1521499822,
"last_update": 1776444623,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 36,
"language": "ru",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": {
"username": "Reestr",
"avatar": "70a6bb27-eb2a-44ed-bee9-0f5e80675a34.jpg",
"last_online": 1775495758
},
"mods": [
{
"id": 1773,
"name": "Exile"
}
],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/77347");
$data = json_decode($json, true);
var_dump($data);