MIGHTYRUST.GG|Solo Only|Monthly|No BP Wipes|Low Upkeep 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/4261949
json
{
  "response": {
    "fps": 37,
    "fps_avg": 35,
    "entities_count": 137451,
    "world_seed": 1337,
    "world_size": 4250,
    "steam_id": "90284172552383504",
    "domain": null,
    "id": 4261949,
    "ip": "156.236.84.27",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Dallas",
    "description": "![MIGHTYRUST.GG|Solo Only|Monthly|No BP Wipes|Low Upkeep](https://i.imgur.com/QmwUF3X.png)\nWelcome to Mightyrust's Solo Only Monthly Server!\r\n\r\n- No exploiting, scripting, or cheating of any kind.\r\n- No Racism or Discrimination.\r\n- No VPN's allowed.\r\n\r\nMaps Wiped on Force Wipe(First Thursday of every Month).\r\nNo BP wipes.\r\n\r\nVisit MIGHTYRUST.GG for more information!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775815323,
    "score": 0,
    "last_online": 1775900413,
    "icon": null,
    "name": "MIGHTYRUST.GG|Solo Only|Monthly|No BP Wipes|Low Upkeep",
    "connect": "156.236.84.27:28025",
    "request": "156.236.84.27:28026",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 5,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1715849115,
    "last_update": 1775900413,
    "banned": false,
    "wipe": 1775152337,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1190,
    "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/4261949");
$data = json_decode($json, true);
var_dump($data);