API pentru WILDERNESS Romania x2 |Solo Only| Monthly|Noob|50% Up|05.04

Oferim o gamă largă de metode de integrare. Puteți utiliza oricare dintre ele sau puteți crea propria metodă folosind JSON API. Dacă aveți o propunere pentru adăugarea unei noi metode de integrare, vă rugăm să ne contactați. Contactați-ne

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/5538594
json
{
  "response": {
    "fps": 17,
    "fps_avg": 17,
    "entities_count": 139977,
    "world_seed": 862026,
    "world_size": 3800,
    "steam_id": "90283958937978890",
    "domain": null,
    "id": 5538594,
    "ip": "49.12.146.141",
    "port": 28010,
    "query": 28011,
    "color": 0,
    "city": "Falkenstein",
    "description": "![WILDERNESS Romania x2 |Solo Only| Monthly|Noob|50% Up|05.04](https://i.ibb.co/gZBDC0cN/Wilderness-1024-x-512-px-1.png)\nMap Wipes: First Sunday of each month at 13:00 CET\r\n BP Wipes: First Thursday of each month at 20:00 CET\r\n \r\n ★ 2x Improved Loot & Gather\r\n ★ Faster Recycling\r\n ★ 5x Stack Sizes & Boosted Sell Rates\r\n ★ Junk Removed & New Additions\r\n \r\n ★ Playtime Rewards • New Vehicle Options\r\n ★ 50% UPKEEP • Short Nights (5 mins)\r\n ★ Backpack • 2x SkillTree • /Craft Panel\r\n ★ Box Sorter • Auto-Doors • Extended WB Range\r\n \r\n ★ Extra Recyclers • New Vehicles • /Craft Panel\r\n ★ PvE Events • Daily Events • /skin • /missions\r\n ★ Rust Points • /Shop • BattlePass • /kit\r\n  \r\n ★ Active Staff 24/7 • Friendly Community • No Teaming Abuse",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775386931,
    "score": 0,
    "last_online": 1775911815,
    "icon": null,
    "name": "WILDERNESS Romania x2 |Solo Only| Monthly|Noob|50% Up|05.04",
    "connect": "49.12.146.141:28010",
    "request": "49.12.146.141:28011",
    "map": "High FPS | Wiped - 6d ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1723112727,
    "last_update": 1775911815,
    "banned": false,
    "wipe": 1775386697,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2494,
    "language": "de",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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