API for [IT] AFS RUST | 10X | L1L2 NOBP | RAID PROTECTION | MONTHLY

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11260113
json
{
  "response": {
    "fps": 39,
    "fps_avg": 39,
    "entities_count": 119248,
    "world_seed": 382038783,
    "world_size": 4500,
    "steam_id": "90284293604772887",
    "domain": null,
    "id": 11260113,
    "ip": "176.56.139.66",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Milan",
    "description": "![[IT] AFS RUST | 10X | L1L2 NOBP | RAID PROTECTION | MONTHLY](https://afsrust.it/img/server/server_banner.png)\nBenvenuto in AFS RUST! \r\n \r\n WIPE PRIMO GIOVEDÌ DEL MESE ORE 20 (ufficiale Facepunch) \r\n \r\n - Risorse 10x \r\n - Fornaci 5x \r\n - No BP (lv 1,2) \r\n - Minicottero personale \r\n - kit, tpr, home \r\n - Basi raidabili & NPC raid \r\n \r\n \r\n E molto altro! \r\n \r\n Entra nel nostro server discord: https://afsrust.it/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776846749,
    "score": 0,
    "last_online": 1776772822,
    "icon": null,
    "name": "[IT] AFS RUST | 10X | L1L2 NOBP | RAID PROTECTION | MONTHLY",
    "connect": "176.56.139.66:28015",
    "request": "176.56.139.66:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IT",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774555187,
    "last_update": 1776846749,
    "banned": false,
    "wipe": 1775243461,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8975,
    "language": "it",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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