API для 𐀉𐀉★SOD★ RUSSIA REFORGED FP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936580698",
"domain": null,
"id": 11942044,
"ip": "151.240.121.182",
"port": 22500,
"query": 22500,
"project_id": null,
"color": 0,
"city": "Sandefjord",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1785540298,
"last_online": 1787931641,
"icon": "https://cdn.jsdelivr.net/gh/BrainForgeCrew/shared/2.png",
"name": "𐀉𐀉★SOD★ RUSSIA REFORGED FP",
"connect": "151.240.121.182:22500",
"request": "151.240.121.182:22500",
"map": "Russia",
"gamemode": "ECONOMY • TRADE • UPGRADES • RAIDS",
"version": "3.26.3.8",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "NO",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1783771325,
"last_update": 1787931641,
"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": 523,
"language": "no",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11942044");
$data = json_decode($json, true);
var_dump($data);