[EU/GER] RustyLoops |Solo/Duo/Trio/Quad|max4|Noob Friendly Just için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/8498812
json
{
  "response": {
    "fps": 232,
    "fps_avg": 231,
    "entities_count": 71241,
    "world_seed": 169819367,
    "world_size": 3500,
    "steam_id": "90284796727456789",
    "domain": null,
    "id": 8498812,
    "ip": "65.21.69.107",
    "port": 28015,
    "query": 27017,
    "color": 0,
    "city": "Helsinki",
    "description": "Bi-weekly \r\nMap Size: 3700\r\nTeamUI: 4\r\nNoob friendly\r\nUpkeep/Decay: 50%\r\nChat: German/English\r\ndiscord.gg/eQ6JPRcquN\r\nMore rules on Discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776485002,
    "score": 0,
    "last_online": 1776832825,
    "icon": null,
    "name": "[EU/GER] RustyLoops |Solo/Duo/Trio/Quad|max4|Noob Friendly Just",
    "connect": "65.21.69.107:28015",
    "request": "65.21.69.107:27017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1743957271,
    "last_update": 1776832825,
    "banned": false,
    "wipe": 1775189227,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3143,
    "language": "fi",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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