API pentru Rust133 Live World - x1+newRPG+Bonus | GlobalWIPE-08.05 in 17:0

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11435333
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "fps": 508,
    "fps_avg": 481,
    "entities_count": 18933,
    "world_seed": 8526,
    "world_size": 3000,
    "steam_id": "90285499574952982",
    "domain": null,
    "id": 11435333,
    "ip": "88.99.1.43",
    "port": 13311,
    "query": 13311,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Rust133 Live World - x1+newRPG+Bonus | GlobalWIPE-08.05 in 17:0](http://shop7.lwor.ru/pict/22S3sR2.png)\nYou must download our client in LWor.ru or shop.LWor.ru to play with us!\nСкачайте наш клиент на LWor.ru или shop.LWor.ru что бы играть у нас!\n\nx1+RPG - TP - PM - Air - Home - EventRun - BigStacks - Kits - Friends - Clans - Help - AntiCheat - MapInGame - ResourcesLevels - ItemSkin - Remove - FriendlyFire - AutoDoors - UniqueSystemRaids\n\nDonat shop - LWor.ru or shop.LWor.ru\nGroup - vk.com/LiveW",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777550014,
    "score": 0,
    "last_online": 1778602219,
    "icon": null,
    "name": "Rust133 Live World - x1+newRPG+Bonus | GlobalWIPE-08.05 in 17:0",
    "connect": "88.99.1.43:13311",
    "request": "88.99.1.43:13311",
    "map": "Barren",
    "gamemode": "rust_server",
    "version": "1806",
    "numplayers": 6,
    "maxplayers": 222,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1774977186,
    "last_update": 1778602219,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1966,
    "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/11435333");
$data = json_decode($json, true);
var_dump($data);