Rusticated.com - US | 2x Vanilla | Monday | Shared Bps | 4/6 için API

Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10488821
json
{
  "response": {
    "fps": 40,
    "fps_avg": 39,
    "entities_count": 97760,
    "world_seed": 141630322,
    "world_size": 4000,
    "steam_id": "90284019327259667",
    "domain": null,
    "id": 10488821,
    "ip": "185.248.134.119",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![Rusticated.com - US | 2x Vanilla | Monday | Shared Bps | 4/6](https://cdn.rusticated.com/u/dfa2d63218-banner_512x256.png)\nMonday weekly map wipes, Bps wipe on force wipe\r\nPurchase Vip at: www.rusticated.com/vip\r\nDiscord: rusticated.com/discord\r\n\r\nUse /rules in game to see our rules \r\n\r\nShared BP's with Team \r\nHalf Craft & Half Recycling \r\nFull Base WorkBench \r\nJunk removed from loot tables \r\nPlus More!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775157132,
    "score": 0,
    "last_online": 1775899815,
    "icon": null,
    "name": "Rusticated.com - US | 2x Vanilla | Monday | Shared Bps | 4/6",
    "connect": "185.248.134.119:28010",
    "request": "185.248.134.119:28015",
    "map": "Rusticated Generated Maps",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1761122094,
    "last_update": 1775899815,
    "banned": false,
    "wipe": 1775501889,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4113,
    "language": "en",
    "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/10488821");
$data = json_decode($json, true);
var_dump($data);