[ESP][PVE] REPUBLICA | FULL WIPED 4/6/2026 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 68512,
"world_seed": 1337,
"world_size": 3500,
"steam_id": 90286604048689170,
"domain": null,
"id": 10652753,
"ip": "51.68.160.193",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Limburg an der Lahn",
"description": "![[ESP][PVE] REPUBLICA | FULL WIPED 4/6/2026](https://republicarust.es/storage/img/banner2.png)\nRESPUBLICA RUST \r\n ★ Servidor x2 \r\n ★ Kits \r\n ★ Skins \r\n★ Habilidades \r\n ★ Mochilas \r\n ★ Teletransportes \r\n ★ Eventos/Monumentos Customizados \r\n ★ NPCS RAIDEAN A JUGADORES \r\n\r\n ★ WIPES: »Mapa 15d | »Recetas 30d",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595664,
"last_online": 1780596794,
"icon": null,
"name": "[ESP][PVE] REPUBLICA | FULL WIPED 4/6/2026",
"connect": "51.68.160.193:28015",
"request": "51.68.160.193:28016",
"map": "RepublicaRust[Mapa Optimizado]",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1763724344,
"last_update": 1780596794,
"banned": false,
"wipe": 1780596006,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9469,
"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/10652753");
$data = json_decode($json, true);
var_dump($data);