API pentru Official+ Vanilla Low Pop | Team Limit 6 | No Alliances

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11435373
json
{
  "response": {
    "fps": 165,
    "fps_avg": 153,
    "entities_count": 98540,
    "world_seed": 1,
    "world_size": 4000,
    "steam_id": "90285433098796053",
    "domain": null,
    "id": 11435373,
    "ip": "157.85.95.221",
    "port": 26006,
    "query": 26007,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "Welcome to Official+ Vanilla Low Pop -- a balanced Rust experience without zergs.\r\n\r\nThis server is designed for fair fights small teams and competitive gameplay while keeping the core vanilla feel.\r\n\r\n- Max Team Size: 6\r\n- No Alliances strictly enforced\r\n- Low Population - perfect for a fresh start\r\n- Active Admin monitoring for fair play\r\n- Vanilla+ experience no pay-to-win\r\n\r\nTired of large clans dominating servers?\r\nHere every fight matters and every team has a chance.\r\n\r\nPlay fair. No alliances. Just Rust.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778634733,
    "score": 0,
    "last_online": 1778187622,
    "icon": null,
    "name": "Official+ Vanilla Low Pop | Team Limit 6 | No Alliances",
    "connect": "157.85.95.221:26006",
    "request": "157.85.95.221:26007",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774977188,
    "last_update": 1778634733,
    "banned": false,
    "wipe": 1778013794,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7583,
    "language": "de",
    "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/11435373");
$data = json_decode($json, true);
var_dump($data);