API pentru [EU] Stevious 2x | Solo/Duo/Trio | 23/4

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/10933812
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 92873,
    "world_seed": 712874954,
    "world_size": 3700,
    "steam_id": "90284857048710154",
    "domain": null,
    "id": 10933812,
    "ip": "168.100.161.158",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "London",
    "description": "![[EU] Stevious 2x | Solo/Duo/Trio | 23/4](https://cdn.rustlegends.com/Stevious_2x_header.png)\nMax Teamsize: 3 players (Includes players offline)\r\n\r\nVisit https://stevious.io for VIP (Queue Skip) and Rules / Discord information.\r\n\r\nWeekly wipes and the following modifications: \r\n\r\n2x Gather Rates (2.5x for Sulfur and Wood) \r\nHalf smelt and crafting speeds (Vanilla for raiding items) \r\nBuilding and Level 1 Workbench blueprints unlocked \r\nComponent System loot tables (Junk items removed)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776686602,
    "score": 0,
    "last_online": 1776967214,
    "icon": null,
    "name": "[EU] Stevious 2x | Solo/Duo/Trio | 23/4",
    "connect": "168.100.161.158:28010",
    "request": "168.100.161.158:28015",
    "map": "Wiped 4 hours ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 413,
    "maxplayers": 460,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 112,
    "add_date": 1768486655,
    "last_update": 1776967214,
    "banned": false,
    "wipe": 1776952735,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 83,
    "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/10933812");
$data = json_decode($json, true);
var_dump($data);