Arma Reforger
API для GSG Freedom fighters PC/PS5/XBOX Milsimmers Welcome!
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11489621json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11489621,
"ip": "216.201.76.246",
"port": 9050,
"query": 9051,
"color": 0,
"city": "Maidenhead",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1776716597,
"score": 0,
"last_online": 1776784882,
"icon": null,
"name": "GSG Freedom fighters PC/PS5/XBOX Milsimmers Welcome!",
"connect": "216.201.76.246:9050",
"request": "216.201.76.246:9051",
"map": "A Arma Reforger Server!",
"gamemode": "Arma Reforger",
"version": "1.6.0.119",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1776653550,
"last_update": 1776784882,
"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": 39,
"language": "en",
"parked": false,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11489621");
$data = json_decode($json, true);
var_dump($data);