Rustfall için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 79148,
"world_seed": 508940668,
"world_size": 3750,
"steam_id": "90286556805325844",
"domain": null,
"id": 10957523,
"ip": "66.51.97.61",
"port": 28005,
"query": 28006,
"color": 0,
"city": "London",
"description": "\nRUSTFALL — VANILLA PvP \r\n \r\n A serious Rust experience with a chill community. \r\n \r\n • True Vanilla Gameplay \r\n • Fair PvP \r\n • Active Staff \r\n • No Pay-to-Win \r\n • Balanced & Competitive \r\n • No BP Wipe \r\n • Monthly Wipes (Last Thursday) \r\n • Max Team Size: 4\r\n • No Teaming or Alliances \r\n • No recent VAC/Game bans (within 365 days) \r\n \r\n Whether you're a solo or a clan — Rustfall is where skill matters. \r\n \r\n Survive. Build. Dominate. \r\n Join now and make your mark.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779117775,
"last_online": 1780604434,
"icon": null,
"name": "Rustfall",
"connect": "66.51.97.61:28005",
"request": "66.51.97.61:28006",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768741699,
"last_update": 1780604434,
"banned": false,
"wipe": 1778721920,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4040,
"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/10957523");
$data = json_decode($json, true);
var_dump($data);