API pentru [US] | Panda Rust | 2x | Vanilla | Monthly | Solo Duo | 4/17

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/7687849
json
{
  "response": {
    "fps": 89,
    "fps_avg": 89,
    "entities_count": 184004,
    "world_seed": 94458001,
    "world_size": 3500,
    "steam_id": "90285332467533830",
    "domain": null,
    "id": 7687849,
    "ip": "91.229.114.144",
    "port": 28027,
    "query": 28025,
    "color": 0,
    "city": "Chicago",
    "description": "![[US] | Panda Rust | 2x | Vanilla | Monthly | Solo Duo | 4/17](https://i.imgur.com/nmxiUq4.png)\n[US] Panda Rust 2x Duo Monthly\r\n\r\nTeam limit 2\r\nCustom events (Convoy, Armored Train , Guess The Number)\r\nExclusive Plugins (Free VIP, Skill Tree, Voice chat rewards, Fast Monument Respawns)\r\nQuality of life addons (Shared BP's, Fast Nights, Quick Smelt, Building workbench)\r\nMini's spawn on roads\r\nBoats spawn on shores\r\n\r\nOffline raid protection between 1 AM EST to 4 PM EST (can still raid online players, 30 minute cooldown after logging off)\r\n\r\nWipes time : Every Force Wipe\r\nNo Bp Wipes\r\n\r\nAll rules and other information can be found in our discord here >> discord.gg/pandarust \r\nPurchase VIP at store.pandarust.com or click View Webpage",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772737345,
    "score": 0,
    "last_online": 1777910419,
    "icon": null,
    "name": "[US] | Panda Rust | 2x | Vanilla | Monthly | Solo Duo | 4/17",
    "connect": "91.229.114.144:28027",
    "request": "91.229.114.144:28025",
    "map": "Wiped 16 Days Ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 6,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1739638023,
    "last_update": 1777910419,
    "banned": false,
    "wipe": 1776455808,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1786,
    "language": "en",
    "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/7687849");
$data = json_decode($json, true);
var_dump($data);