Iris Thailand - Genesis Part 2 - PvE X20 MOD +Additions - (v361 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/7383379
json
{
  "response": {
    "steam_id": "90283789403385868",
    "domain": null,
    "id": 7383379,
    "ip": "154.84.153.54",
    "port": 6730,
    "query": 28032,
    "color": 0,
    "city": "Nonthaburi",
    "description": null,
    "game": 346110,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775058137,
    "score": 0,
    "last_online": 1775771425,
    "icon": null,
    "name": "Iris Thailand - Genesis Part 2 - PvE X20 MOD +Additions - (v361",
    "connect": "154.84.153.54:6730",
    "request": "154.84.153.54:28032",
    "map": "Gen2",
    "gamemode": "TestGameMode_C",
    "version": "1.0.0.0",
    "numplayers": 7,
    "maxplayers": 66,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TH",
    "status": true,
    "votes": 0,
    "points": 37,
    "add_date": 1737061376,
    "last_update": 1775771425,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1804,
    "language": "th",
    "parked": false,
    "app": {
      "id": 67,
      "steam_id": 346110,
      "name": "ARK: Survival Evolved",
      "url": "ark-survival-evolved"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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