API pentru ⦿【ICEFUSE】5X Bravo (Solo/Duo/Trio/Quad|Shop|Kits|X5 WIPED

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/784755
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 244817,
    "world_seed": 1337,
    "steam_id": "90284708907623431",
    "domain": null,
    "id": 784755,
    "ip": "205.178.168.45",
    "port": 28011,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![⦿【ICEFUSE】5X Bravo (Solo/Duo/Trio/Quad|Shop|Kits|X5 WIPED](https://cdn.icefuse.com/rust/banners/bravo.jpg)\n▼SERVER FEATURES▼\r\n⦿ 5X Gather Rates, 5X Recycle AND 5X Smelting Speeds!\r\n⦿ Advanced Loot With Removed Junk, Enhanced Stack Sizes!\r\n⦿ Free Bgrade, Autodoors, Skinbox, and Remove for everyone!\r\n⦿ Clans, Teams, Kits, Homes, Teleporting\r\n⦿ Vehicles Spawn With Full Health AND Parts!\r\n⦿ Drop Party System At Outpost AND Player Driven Events!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Monday at 3:00 PM EST\r\n ★ Thursday at 3:00 PM EST",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776423819,
    "score": null,
    "last_online": 1776857416,
    "icon": null,
    "name": "⦿【ICEFUSE】5X Bravo (Solo/Duo/Trio/Quad|Shop|Kits|X5 WIPED",
    "connect": "205.178.168.45:28011",
    "request": "205.178.168.45:28015",
    "map": "Wiped 35 hours ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 73,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 77,
    "add_date": 1682688813,
    "last_update": 1776857416,
    "banned": false,
    "wipe": 1776711802,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 415,
    "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/784755");
$data = json_decode($json, true);
var_dump($data);