Gooners Rust के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 29,
"fps_avg": 27,
"entities_count": 147115,
"world_seed": 85970502,
"world_size": 5000,
"steam_id": "90286464099112974",
"domain": null,
"id": 11639217,
"ip": "104.143.2.107",
"port": 27715,
"query": 27713,
"color": 0,
"city": "Toronto",
"description": "Welcome to Gooner's Rust: The Ultimate NSFW Sandbox!\r\n\r\nLooking for a Rust experience that doesn't hold back? Gooner's Rust is an 18+ environment built for players who want to dominate, decorate, and de-stress. We’ve combined intense, high-reward gameplay with a suite of custom plugins designed to keep the action fast and the vibes exactly how you like them.\r\n\r\nNote: Our server is under constant development and refinement. We are always tweaking settings and adding new features to ensure you have the best possible experience!\r\n\r\nWhy You’ll Love It Here:\r\n- Action & Adventure: Take on Raidable Bases, Dangerous Treasures, and RoamingNPCs. Level up with ZLevelsRemastered and earn with ServerRewards.\r\n- Creative Freedom: Use ZeroKnowledgeSigns to upload images/GIFs/videos (/upload [url]). Use imglink.cc for private uploads.\r\n- Convenience: Get gear fast with Kits, secure your vehicles with VehicleDeployedLocks, and enjoy QoL features like SkipNightVote, SkipDeathScreen, and better map awareness with MapMyPlayers and TcRangeWorkbench.\r\n\r\nQuick Command Guide:\r\n- /upload [url] — Add media to signs.\r\n- /clear — Remove sign media.\r\n- /speed, /saturation, /brightness, /contrast (values -10 to 10) — Adjust your display settings.\r\n\r\nConnect:\r\nclient.connect 104.143.2.107:27715\r\n\r\nNotice: As we are under constant improvement for the best experience, the server may occasionally restart without warning for updates. Stay tuned to Discord for news!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779947624,
"last_online": 1780605034,
"icon": null,
"name": "Gooners Rust",
"connect": "104.143.2.107:27715",
"request": "104.143.2.107:27713",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779917956,
"last_update": 1780605034,
"banned": false,
"wipe": 1779661674,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5278,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11639217");
$data = json_decode($json, true);
var_dump($data);