MetroVHS | Rust ZA | PvP | Powered by Nexity için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 215,
"fps_avg": 214,
"entities_count": 97545,
"world_seed": 949655790,
"world_size": 4500,
"steam_id": "90286446457028631",
"domain": null,
"id": 11607037,
"ip": "102.212.97.140",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Johannesburg",
"description": "\nMetroVHS Rust is a South African-hosted PvP survival server built for our clan and community.\r\nExpect raids, farming, base building, alliances, betrayals, and proper Rust chaos.\r\nLong-term world, fair PvP, active moderation, and stable hosting powered by Nexity.\r\nNo cheating, no exploiting, no abuse. Fight hard, raid smart, keep it fair.\r\nVisit https://metrovhs.co.za for clan info and updates.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780554811,
"last_online": 1780239796,
"icon": null,
"name": "MetroVHS | Rust ZA | PvP | Powered by Nexity",
"connect": "102.212.97.140:28015",
"request": "102.212.97.140:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "ZA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915492,
"last_update": 1780554811,
"banned": false,
"wipe": 1779709111,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12302,
"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/11607037");
$data = json_decode($json, true);
var_dump($data);