RUSTALIA [LATAM] PVE | Wiped: 13d 13h için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 57,
"fps_avg": 56,
"entities_count": 115521,
"world_seed": 612351,
"world_size": 3600,
"steam_id": "90286574583350276",
"domain": null,
"id": 11677594,
"ip": "209.192.185.65",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Miami",
"description": "![RUSTALIA [LATAM] PVE | Wiped: 13d 13h](https://i.postimg.cc/TYFfYYX5/7.png)\nServidor Rustalia - LATAM PVE\nCaracterísticas Principales:\n⦿ Purga antes del wipe!!! 12 horas!\n⦿ Wipe Bisemanal!\n⦿ VIP - MVP - TITAN\n⦿ Clans\n⦿ Kits \n⦿ Skill Tree / BISEMANAL\n⦿ RP / MENSUAL\n⦿ VIRTUAL QUARRY / MENSUAL",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780389887,
"last_online": 1780547427,
"icon": null,
"name": "RUSTALIA [LATAM] PVE | Wiped: 13d 13h",
"connect": "209.192.185.65:28015",
"request": "209.192.185.65:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780216216,
"last_update": 1780547427,
"banned": false,
"wipe": 1779377041,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1566,
"language": "en",
"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/11677594");
$data = json_decode($json, true);
var_dump($data);