Rust
[US] Corroded Chill - Combat [1000x SAVAS PVP ARENA] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8410517json
{
"response": {
"fps": 232,
"fps_avg": 234,
"entities_count": 7931,
"world_seed": 1337,
"world_size": 1025,
"steam_id": "90284345805584385",
"domain": null,
"id": 8410517,
"ip": "158.69.241.34",
"port": 28037,
"query": 28038,
"color": 0,
"city": "Montreal",
"description": "![[US] Corroded Chill - Combat [1000x SAVAS PVP ARENA]](https://i.postimg.cc/Jn2C5NpF/2025terminus-USA.jpg)\nFast fights. No fluff. Just pure PvP.\r\n\r\n Combat Grounds is our take on the classic SAVAS Island game mode—rebuilt for players who want to get straight into the action. There’s no long grind here, just fast starts and constant combat.\r\n Key Features:\r\n\r\n 1000x Gather Rate – Collect everything you need in seconds\r\n\r\n Instant PvP Kits – Spawn with gear and start fighting\r\n\r\n Action-Packed Map – A small map packed with big battles\r\n\r\n Quick Start, Endless Fights – No building up—just gear, go, and clash\r\n\r\n Whether you're practicing your aim or looking for non-stop PvP, Corroded Chill Combat Grounds\r\n delivers the adrenaline. Load in, gear up, and jump into the chaos. \r\n\r\n Please behave in a mature manner. Trolls, griefers, and toxic players are not welcome. Server rules: https://www.dirtygoferyt.com/rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775467925,
"score": 0,
"last_online": 1776339021,
"icon": null,
"name": "[US] Corroded Chill - Combat [1000x SAVAS PVP ARENA]",
"connect": "158.69.241.34:28037",
"request": "158.69.241.34:28038",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1743835180,
"last_update": 1776339021,
"banned": false,
"wipe": 1775467986,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3357,
"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/8410517");
$data = json_decode($json, true);
var_dump($data);