Rust
MAINLOOT • AIM TRAIN • GUN GAME • FFA için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10661753json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 10548,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90285466964614153",
"domain": null,
"id": 10661753,
"ip": "64.7.1.6",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Wilmington",
"description": "\nWelcome to the mainloot minigame/training server.\r\n\r\nRules:\r\n\r\nBE CIVIL TOWARDS EVERYONE • NO DISCRIMINATION • NO SPAMMING • NO DOXING • NO ADVERTISING • NO EXPLOITS • NO CHEATING • NO BLOCKING MONUMENTS • NO EXCESSIVELY LARGE BASES • NO BAN EVADING • NO IMPERSONATION • DO NOT CALL OUT CHEATERS OR STREAMERS IN CHAT\r\n\r\nIf you have any questions, comments, or need support, join our Discord: https://discord.gg/mainloot\r\n\r\nHave fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1774697545,
"score": 0,
"last_online": 1778181624,
"icon": null,
"name": "MAINLOOT • AIM TRAIN • GUN GAME • FFA",
"connect": "64.7.1.6:28015",
"request": "64.7.1.6:28017",
"map": "discord.gg/mainloot",
"gamemode": "Survival",
"version": "2624",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1764544807,
"last_update": 1778181624,
"banned": false,
"wipe": 1778176873,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3433,
"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/10661753");
$data = json_decode($json, true);
var_dump($data);