Rust
RustGalaxy Nexus Vienna için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9526787json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 103731,
"world_seed": 661462740,
"world_size": 4250,
"steam_id": "90285107222673417",
"domain": null,
"id": 9526787,
"ip": "185.175.58.115",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Vienna",
"description": "\nRustGalaxy: The Original Nexus Network! Dial any of our 17 global servers via the Outpost telephone and seamlessly transfer with your inventory. Facepunch promised it, we delivered. No lag, no cheaters. Just pure survival across continents.\r\n\r\nMonthly map and blueprint wipes.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775622801,
"score": 0,
"last_online": 1777515619,
"icon": null,
"name": "RustGalaxy Nexus Vienna",
"connect": "185.175.58.115:28015",
"request": "185.175.58.115:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AT",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750537841,
"last_update": 1777515619,
"banned": false,
"wipe": 1775152427,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3042,
"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/9526787");
$data = json_decode($json, true);
var_dump($data);