[PVE] ProRussianServers VIP [x1-x5|NPC|Quests|NoRaid/NoKill|Kit 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/11260811
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11260811,
    "ip": "109.195.19.160",
    "port": 27888,
    "query": 27889,
    "color": 0,
    "city": "Saratov",
    "description": "![[PVE] ProRussianServers VIP [x1-x5|NPC|Quests|NoRaid/NoKill|Kit](https://sun9-35.userapi.com/impg/diyzUyOFcKWHo4glG4VVqfGYOyPFdO2cvgJqyw/oOYRtuQGfcc.jpg?size=512x256&quality=95&sign=1ca99e8c5f11a4a7ac48dd463b01a6ce&type=album)\n😎 Добро пожаловать на ProRussianServers!\r\n\r\n✔ Киты: /kit\r\n✔ Телепортация: /tpr, /home, /sethome\r\n✔ Магазин: /shop\r\n\r\nPVE сервер — игроки не могут убивать друг друга!\r\n\r\n📢 Наша группа VK: vk.com/prorussianserver",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775891479,
    "score": 0,
    "last_online": 1775469018,
    "icon": null,
    "name": "[PVE] ProRussianServers VIP [x1-x5|NPC|Quests|NoRaid/NoKill|Kit",
    "connect": "109.195.19.160:27888",
    "request": "109.195.19.160:27889",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774555206,
    "last_update": 1775891479,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10398,
    "language": "ru",
    "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/11260811");
$data = json_decode($json, true);
var_dump($data);