API pentru OUTPOST 2x Monthly |Solo/Duo| No BP Wipe

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11412794
json
{
  "response": {
    "fps": 60,
    "fps_avg": 51,
    "entities_count": 84289,
    "world_seed": 1241915730,
    "world_size": 3700,
    "steam_id": "90284799341020190",
    "domain": null,
    "id": 11412794,
    "ip": "212.192.29.242",
    "port": 22115,
    "query": 22117,
    "color": 0,
    "city": "Dallas",
    "description": "![OUTPOST 2x Monthly |Solo/Duo| No BP Wipe](https://www.dropbox.com/scl/fi/92uzhbmc8vd4kbhk7csu7/1024x512_1.1.png?rlkey=0zfgrcr0hh9ictmp7v0izpqce&st=2wv56axf&dl=1)\nOutpostRust.com - The most fun modded servers \r\n \r\nMap - Force Wipe & Monthly  | No Blueprints Wipe \r\nJoin us: Discord.gg/OutpostRust \r\n \r\n→ Group Limit: 2 \r\n→ 2x Gather Rates \r\n→ 2x Smelting/Recycling/Crafting Speed \r\n→ 50% Upkeep \r\n→ Increased Autoturret limits \r\n→ Some minis spawn on roads \r\n→ Long Day & Short Night \r\n \r\nRules: \r\n● No Cheating \r\n● No intentional bug abuse \r\n● No EAC/Game banned alts \r\n● No stream sniping, doxxing, or IRL threats. \r\n \r\nActive Non-Playing Admin Team \r\n \r\n↓↓ Click to join discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776357826,
    "score": 0,
    "last_online": 1776838818,
    "icon": null,
    "name": "OUTPOST 2x Monthly |Solo/Duo| No BP Wipe",
    "connect": "212.192.29.242:22115",
    "request": "212.192.29.242:22117",
    "map": "Wiped - 19 days ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1774599017,
    "last_update": 1776838818,
    "banned": false,
    "wipe": 1775155001,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1422,
    "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/11412794");
$data = json_decode($json, true);
var_dump($data);