API pentru [EU] Xcretion 150 Island's Server - Random Items

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/7763729
json
{
  "response": {
    "fps": 93,
    "fps_avg": 90,
    "entities_count": 52326,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90285666560073732",
    "domain": null,
    "id": 7763729,
    "ip": "148.251.177.248",
    "port": 28080,
    "query": 28081,
    "color": 0,
    "city": "Falkenstein",
    "description": "Welcome to the 150 Island Server! \r\n ---------------------------------------------------------- \r\n You can get nearly any item in the game every 15s. Have fun! \r\n Daily Map Wipes 5pm (GMT) \r\n Rules in Discord (Press View Webpage to join!) \r\n \r\n The home of the Original Xcretion Event. We hope you enjoy your stay!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777861988,
    "score": 0,
    "last_online": 1778632814,
    "icon": null,
    "name": "[EU] Xcretion 150 Island's Server - Random Items",
    "connect": "148.251.177.248:28080",
    "request": "148.251.177.248:28081",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 15,
    "maxplayers": 140,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 66,
    "add_date": 1739878829,
    "last_update": 1778632814,
    "banned": false,
    "wipe": 1778601539,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 818,
    "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/7763729");
$data = json_decode($json, true);
var_dump($data);