Rust
TIRust Chill Solo/Duo/Trio/Quad PVE için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/3987791json
{
"response": {
"steam_id": "90284840919991307",
"domain": null,
"id": 3987791,
"ip": "104.129.133.85",
"port": 28099,
"query": 28096,
"color": 0,
"city": "Dallas",
"description": "\n--- SERVER RULES ---\r\nSolo Duo Trio Quads - Regular Server Events\r\nNo Raids Until Last Week of Wipe - No Limits for Final 48 Hour Purge\r\nNo isms, excessive toxicity, or stupidity tolerated.\r\n\r\n--- WIPE SCHEDULE ---\r\nMap: Monthly (First Thursday - Force Wipe)\r\nBlueprints: NEVER\r\n\r\n--- QUALITY OF LIFE ---\r\n50% Reduced Upkeep - Build bigger, stress less\r\nSpawn Minicopters /mymini - Teleport /tp - Easy Transport\r\nHackable Crates: 10min (reduced from 15min)\r\nDay & Night: 51 Minute Days / 9 Minute Nights\r\nCombined Outpost - Recyclers at Monuments - Cams on Cargo\r\nRemove Tool - Playtime Rewards - RP Shop /shop\r\n\r\nReduced Building Upkeep - BetterTC - GarageDoor2\r\n\r\n--- CHAT COMMANDS ---\r\n/info /link /remove /wipe /pop\r\n\r\n--- ABOUT TREASURE ISLAND ---\r\nTIRust Chill is for players who enjoy Rust without the sweat. Farm, build, and PVP at your own pace in a friendly, moderated community. Perfect for casual players, working adults, or anyone tired of mega-clans and 24/7 raids.\r\n\r\nWe expect basic respect. Active admins handle abuse fast.\r\n\r\nTired of toxic servers? This is your home.\r\n\r\nDiscord: https://discord.gg/83c2rsWpSK\r\nLeaderboards: https://www.tirust.fun\r\nRules & Info: https://www.tirust.fun/rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776492206,
"score": 0,
"last_online": 1776969626,
"icon": null,
"name": "TIRust Chill Solo/Duo/Trio/Quad PVE",
"connect": "104.129.133.85:28099",
"request": "104.129.133.85:28096",
"map": "TiRust FPS+ Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1714242320,
"last_update": 1776969626,
"banned": false,
"wipe": 1775158669,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3179,
"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/3987791");
$data = json_decode($json, true);
var_dump($data);