API для [RU] AmazingLife - RPG | #3-Testing |Amazingrp.ru|
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "bt,r220,n152946,s7,i3,mf,lf,vt,dt,trpg,g65545,h6e474db4,f0,c-2147483648--2147483648,oDE,pw,e15,j0,k0,",
"os": "w",
"product": "Arma3",
"region": -1,
"steam_id": "90289589424559133",
"domain": null,
"id": 12497882,
"ip": "194.28.225.197",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1785037815,
"last_online": 1784992200,
"icon": null,
"name": "[RU] AmazingLife - RPG | #3-Testing |Amazingrp.ru|",
"connect": "194.28.225.197:2302",
"request": "194.28.225.197:2303",
"map": "AmazingMap",
"gamemode": null,
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 140,
"bots": 0,
"secured": false,
"private": null,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784727723,
"last_update": 1785037815,
"ban_reason": null,
"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": 7005,
"language": "de",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12497882");
$data = json_decode($json, true);
var_dump($data);