Złomiarze | Vanilla | Weekly Saturday map wipe | Wiped 13.03 için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11158230
json
{
  "response": {
    "fps": 24,
    "fps_avg": 26,
    "entities_count": 103229,
    "world_seed": 34559111,
    "world_size": 4200,
    "steam_id": "90285400014666763",
    "domain": null,
    "id": 11158230,
    "ip": "88.135.161.168",
    "port": 27015,
    "query": 27014,
    "color": 0,
    "city": "Czechowice-Dziedzice",
    "description": "![Złomiarze | Vanilla | Weekly Saturday map wipe | Wiped 13.03](https://i.ibb.co/mFSyQCvG/zlomiarze-vanilla-1024x512.png)\n🔩 ZŁOMIARZE VANILLA | RUST SERVER\r\n\r\nCzysty, klasyczny Rust bez udziwnień. Prawdziwy survival, uczciwa rywalizacja i klimat prawdziwego złomowiska.\r\n\r\n👥 Max 3 osoby w teamie\r\n⚙️ 100% Vanilla experience\r\n🌐 Hosting: szwagrowisko.cloud\r\n💬 Discord: https://discord.gg/tFVNtv6Gbp",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776677001,
    "score": 0,
    "last_online": 1778534419,
    "icon": null,
    "name": "Złomiarze | Vanilla | Weekly Saturday map wipe | Wiped 13.03",
    "connect": "88.135.161.168:27015",
    "request": "88.135.161.168:27014",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228106,
    "last_update": 1778534419,
    "banned": false,
    "wipe": 1775186401,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4230,
    "language": "pl",
    "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/11158230");
$data = json_decode($json, true);
var_dump($data);