API pentru [US] TheAddiction | Random Farm | One Grid

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/10460225
json
{
  "response": {
    "fps": 230,
    "fps_avg": 235,
    "entities_count": 14065,
    "world_seed": 1,
    "world_size": 1800,
    "steam_id": "90284744920306701",
    "domain": null,
    "id": 10460225,
    "ip": "149.255.33.242",
    "port": 50287,
    "query": 50004,
    "color": 0,
    "city": "Chicago",
    "description": "rsme-10003241TheAddiction | Random Farm - Custom plugins & handcrafted maps \r\nSite: www.TheAddiction.gg \r\nDiscord",
    "game": 252490,
    "owner": 152270,
    "boosts": 1,
    "last_offline": 1776652997,
    "score": 0,
    "last_online": 1776795014,
    "icon": null,
    "name": "[US] TheAddiction | Random Farm | One Grid",
    "connect": "149.255.33.242:50287",
    "request": "149.255.33.242:50004",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1760474439,
    "last_update": 1776795014,
    "banned": false,
    "wipe": 1776369695,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 383,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "wrathage",
      "avatar": "no.jpg",
      "last_online": 1766734804
    },
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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