xRust Romania Vanilla+ [EU/RO] - Wipe on 04/06 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 74,
"fps_avg": 74,
"entities_count": 250342,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90286542906932252",
"domain": null,
"id": 11500986,
"ip": "162.55.100.28",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "![xRust Romania Vanilla+ [EU/RO] - Wipe on 04/06](https://www.xrust.ro/xrustheaderwar.png)\n[RO]\r\n • Bine ai venit pe xRust Romania – Vanilla+ - Harta Romaniei – locul unde supraviețuirea devine o adevărată provocare!\r\n • Server dedicat jocului Rust, optimizat pentru performanță și gameplay echilibrat.\r\n • Server International – jucatori din toata lumea sunt bineveniti!\r\n • PvP activ, raiduri intense și competiție reală.\r\n • Build stabil și protecții anti-cheat.\r\n • Wipe lunar in prima zi de joi din fiecare luna, pentru un start fresh și șanse egale pentru toți jucătorii.\r\n • Hartă Romaniei in format maxim – size 6000, perfectă pentru explorare, baze impunătoare și lupte epice.\r\n • Evenimente și recompense pentru cei activi.\r\n • Comunitate activă și staff prietenos.\r\n • Wipe in prima zi de joi a fiecarei luni.\r\n \r\n [EN]\r\n • Welcome to xRust Romania – Vanilla+ – Romanian Map where survival becomes a real challenge!\r\n • International server – all players are welcome!\r\n • Dedicated Rust server, optimized for performance and balanced gameplay.\r\n • Active PvP, intense raids, and real competition.\r\n • Stable building system and anti-cheat protections.\r\n • Monthly wipe – of first Thursday on every month, giving everyone a fresh start and equal chances.\r\n • Large custom Romanian large map – size 6000, perfect for exploration, massive bases, and epic battles.\r\n • Events and rewards for active players.\r\n • Active community and friendly staff.\r\n • Wipe monthly on first Thursday from every month.\r\n \r\n \r\n Web: https://www.xrust.ro\r\n Connect: connect play.xrust.ro\r\n Discord: https://discord.com/invite/NXqPkbp",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780562605,
"last_online": 1780514429,
"icon": null,
"name": "xRust Romania Vanilla+ [EU/RO] - Wipe on 04/06",
"connect": "162.55.100.28:28015",
"request": "162.55.100.28:28016",
"map": "Romanian Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207166,
"last_update": 1780562605,
"banned": false,
"wipe": 1778185365,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11125,
"language": "de",
"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/11500986");
$data = json_decode($json, true);
var_dump($data);