Rust
Facepunch Staging Hourly Autowipe | Nav Disabled için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11259978json
{
"response": {
"fps": 240,
"fps_avg": 237,
"entities_count": 112380,
"world_seed": 910109971,
"world_size": 4500,
"steam_id": "90284797507571739",
"domain": null,
"id": 11259978,
"ip": "57.128.211.49",
"port": 28023,
"query": 28024,
"color": 0,
"city": "Warsaw",
"description": "This is an official development test server owned and operated by Facepunch. Testing may interrupt gameplay and progress could be lost at any time.\r\n\r\nThe Staging Branch in Rust is a separate version of Rust where new updates and features are tested before being published to the main game. To join, launch 'Rust - Staging Branch' from your Steam library.\r\n\r\nSee more at https://rust.facepunch.com/staging",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776824599,
"score": 0,
"last_online": 1776832819,
"icon": null,
"name": "Facepunch Staging Hourly Autowipe | Nav Disabled",
"connect": "57.128.211.49:28023",
"request": "57.128.211.49:28024",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555185,
"last_update": 1776832819,
"banned": false,
"wipe": 1776832638,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4803,
"language": "pl",
"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/11259978");
$data = json_decode($json, true);
var_dump($data);