API pentru [PvE] Rusted Reality • Prestige Skilltree • Cases • Raid

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11435678
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 157389,
    "world_seed": 595866669,
    "world_size": 4500,
    "steam_id": "90284798959905795",
    "domain": null,
    "id": 11435678,
    "ip": "51.222.254.161",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Montreal",
    "description": "![[PvE] Rusted Reality • Prestige Skilltree • Cases • Raid ](https://www.dropbox.com/scl/fi/3zu8gnjq45b7xbrimprkq/rusted2025.png?rlkey=p4dfiez1428mn8m9rzsg7b2tp&st=d65g2jat&dl=1)\nWelcome to RUSTED REALITY\r\nOne of Rust’s longest-running Noob-Friendly PvE communities.\r\n◈ THE PROGRESSION ◈\r\n• Skill Tree XP & RPG Progression: Level up & gain Prestige to get Unique perks.\r\n• Rewards: Earn RP for playtime and voting (/VOTE + /CLAIM).\r\n• Wipe Cycle: Map wipes monthly. BP's, Secure Containers + XP wipe every 2 months.\r\n• NEXT FULL WIPE: May 7th, 2026.\r\n◈ UNIQUE FEATURES ◈\r\n• Raidable Bases: 200+ bases across 4 difficulties (/BUYRAID).\r\n• Fully Customized PvE QOL: The best version of PvE in Rust - Harbor, Arctic, Satellite and Power Plant Events active. Hundreds of QOL plugins active! \r\n•Unique Gunships, Planes, Helicopters and Land Vehicles available to buy (/VEHICLE)\r\n• PvP Purge: 23 hours of chaos before the forced wipe each month.\r\n◈ COMMUNITY & RULES ◈\r\n• Strictly No Toxicity, Racism, or Harassment. \r\n•• Zero tolerance for rule breakers ••\r\n• /HELP for info, /RULES for laws. /TIERS for support.\r\n\r\nUse /RUSTED for the menu, Friendly Admins | Active Community | Your New PvE Home.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776837800,
    "score": 0,
    "last_online": 1776859223,
    "icon": null,
    "name": "[PvE] Rusted Reality • Prestige Skilltree • Cases • Raid",
    "connect": "51.222.254.161:28015",
    "request": "51.222.254.161:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977200,
    "last_update": 1776859223,
    "banned": false,
    "wipe": 1775154681,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5329,
    "language": "en",
    "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/11435678");
$data = json_decode($json, true);
var_dump($data);