ObsidianRust - EU | 5x | Solo/Duo/Trio | Kits | TP | Homes için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/3767881
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "fps": 119,
    "fps_avg": 119,
    "entities_count": 145813,
    "world_seed": 1905310996,
    "world_size": 3000,
    "steam_id": 90283117593166860,
    "domain": null,
    "id": 3767881,
    "ip": "136.243.70.50",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Falkenstein",
    "description": "Wipe Schedule:\r\n      Map (Soft) - Monday & Friday @ 5:00 PM CET\r\n      BP (Hard) - Monthly @ Force\r\n Features:\r\n      5x Multiplayer (Gather, Ore, Loot)\r\n      5x Stacksize\r\n      Teleportation & Homes\r\n      Free & Paid Kits\r\n      Fast Crafting & Smelting & Recycling\r\n      Tier 1 BPs Unlocked + Team BPs\r\n      Shorter Nights\r\n      Gifts for playtime",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772053296,
    "score": 0,
    "last_online": 1776841221,
    "icon": null,
    "name": "ObsidianRust - EU | 5x | Solo/Duo/Trio | Kits | TP | Homes",
    "connect": "136.243.70.50:28015",
    "request": "136.243.70.50:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2388",
    "numplayers": 0,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1712698332,
    "last_update": 1776841221,
    "banned": false,
    "wipe": 1683226770,
    "official": null,
    "wipe_period": "weekly",
    "next_wipe": 1683831570,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2661,
    "language": "de",
    "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/3767881");
$data = json_decode($json, true);
var_dump($data);