Rust
[US] Rustoria.co - RTG (UPDATE) FaceChecks | Arenas | AimTrain için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10939529json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 7928,
"world_seed": 1337,
"world_size": 5500,
"steam_id": "90285467161847817",
"domain": null,
"id": 10939529,
"ip": "64.40.8.141",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "![[US] Rustoria.co - RTG (UPDATE) FaceChecks | Arenas | AimTrain ](https://i.imgur.com/OyHgD8d.png)\nWelcome to (RTG) – Rustoria Training Grounds\r\n\r\nWe offer a multitude of training tools for the very best players of Rust.\r\n\r\nExpect to see many gamemodes on this server tailored for training players and having fun with your friends outside of a Rust wipe.\r\n\r\n-\\t FFA AK\r\n-\\t Arena (Clan v Clan / Modular Settings / Score Keeping / Side Switching etc)\r\n-\\t Recoil Training\r\n-\\t Aim Train\r\n-\\t Aim Booster\r\n-\\t Gun Game\r\n-\\t FFA with cycling gun variants\r\n-\\t Party System\r\n\r\nPlus, many more features that we invite you to see for yourselves!\r\nDiscord: rustoria.co/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777618396,
"score": 0,
"last_online": 1778178619,
"icon": null,
"name": "[US] Rustoria.co - RTG (UPDATE) FaceChecks | Arenas | AimTrain",
"connect": "64.40.8.141:28010",
"request": "64.40.8.141:28015",
"map": "MiniBattleArenas-UKNTrainingMod",
"gamemode": "Survival",
"version": "2624",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1768494600,
"last_update": 1778178619,
"banned": false,
"wipe": 1778177647,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1398,
"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/10939529");
$data = json_decode($json, true);
var_dump($data);