[PVE-EU] NO WIPES - V-Rising x3 resources, no teleport/bat rest 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/8934341
json
{
  "response": {
    "steam_id": "90279977509092371",
    "domain": null,
    "id": 8934341,
    "ip": "195.20.249.223",
    "port": 9876,
    "query": 9877,
    "color": 0,
    "city": "Paris",
    "description": null,
    "game": 1604030,
    "owner": null,
    "boosts": 1,
    "last_offline": 1768642049,
    "score": 0,
    "last_online": 1775788822,
    "icon": null,
    "name": "[PVE-EU] NO WIPES - V-Rising x3 resources, no teleport/bat rest",
    "connect": "195.20.249.223:9876",
    "request": "195.20.249.223:9877",
    "map": "VRisingWorld",
    "gamemode": "035d23c3-3a12-43e5-861c-d95427093969",
    "version": "0.0.0.1",
    "numplayers": 2,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 34,
    "add_date": 1746728325,
    "last_update": 1775788822,
    "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": 125,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 55075,
      "steam_id": 1604030,
      "name": "V Rising",
      "url": "v-rising"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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