Arma 2: Operation Arrowhead
API pentru *[RUS]* GoldKey Epoch-Origins NO PVP(PVE) >> 3axogu! <<
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/121845json
{
"response": {
"steam_id": "90284573634714655",
"domain": null,
"id": 121845,
"ip": "82.202.197.47",
"port": 7777,
"query": 7778,
"color": 0,
"city": "St Petersburg",
"description": "",
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1768642237,
"score": null,
"last_online": 1776453082,
"icon": null,
"name": "*[RUS]* GoldKey Epoch-Origins NO PVP(PVE) >> 3axogu! <<",
"connect": "82.202.197.47:7777",
"request": "82.202.197.47:7778",
"map": null,
"gamemode": "Arma OA",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1552673255,
"last_update": 1776453082,
"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": 54,
"language": "ru",
"parked": false,
"app": {
"id": 62,
"steam_id": 33930,
"name": "Arma 2: Operation Arrowhead",
"url": "arma-2-operation-arrowhead"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/121845");
$data = json_decode($json, true);
var_dump($data);