API pentru BUMMER RUST - FIGHT | ТРЕНИРУЙ СВОЙ АИМ!

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/10711398
json
{
  "response": {
    "fps": 256,
    "fps_avg": 254,
    "entities_count": 2254,
    "world_seed": 1337,
    "world_size": 2048,
    "steam_id": "90284830713371657",
    "domain": null,
    "id": 10711398,
    "ip": "185.189.255.74",
    "port": 35400,
    "query": 35401,
    "color": 0,
    "city": "Moscow",
    "description": "![BUMMER RUST - FIGHT | ТРЕНИРУЙ СВОЙ АИМ!](https://i.imgur.com/UyThQsJ.png)\nBUMMER RUST - FIGHT\n\nЗаходи на наш улучшенный FIGHT сервер и почуствуй отдачу оружия! Еще у нас есть AimTraining через команду /at где вы можете тренировать свой зажим!\n\nНаш донат магазин - bummerrust.ru\nНаш дискорд канал - discord.gg/bummerrust\nНаша группа ВКонтакте - vk.com/bummerrust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775221331,
    "score": 0,
    "last_online": 1776970819,
    "icon": null,
    "name": "BUMMER RUST - FIGHT | ТРЕНИРУЙ СВОЙ АИМ!",
    "connect": "185.189.255.74:35400",
    "request": "185.189.255.74:35401",
    "map": "bummerrust.ru",
    "gamemode": "Survival",
    "version": "2574",
    "numplayers": 22,
    "maxplayers": 222,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1765126528,
    "last_update": 1776970819,
    "banned": false,
    "wipe": 1776431019,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1050,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10711398");
$data = json_decode($json, true);
var_dump($data);