Rust
US Rustinity 2x Monthly Solo/Duo/Trio/Quad [No BP Wipes] Vanill के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/5845221json
{
"response": {
"fps": 50,
"fps_avg": 50,
"entities_count": 110998,
"world_seed": 1337,
"world_size": 4001,
"steam_id": "90284857178849309",
"domain": null,
"id": 5845221,
"ip": "185.248.134.97",
"port": 28015,
"query": 28020,
"color": 0,
"city": "Dallas",
"description": "![US Rustinity 2x Monthly Solo/Duo/Trio/Quad [No BP Wipes] Vanill](https://cdn.rusticated.com/u/85a42207c9-512x256.png)\nMonthly map wipes on Forced wipes (first Thursday of each month @ 2pm EST)\r\nBlueprints don't wipe\r\nDiscord: Rustinity.com/discord\r\nVIP (no pay2win) store.rustinity.com\r\nMax group size is 4, no alliences/truces, etc. Read /teamlimits to avoid being banned\r\n\r\nAll server changes:\r\n2x gather rates on everything\r\n2x craft times, recycler & smelting speed\r\n2x stack sizes on some resources\r\nSome minicopters spawn on the roads\r\nDrone marketplaces at Fishing Villages & Ranches\r\nBandit Camp merged into outpost for better FPS performance\r\nIncreased shoreside boat spawns\r\nRecyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages\r\nNights are 5 minutes long\r\nFood doesn't burn\r\nActive admins\r\n---------------\r\nRules: (more with /rules)\r\nNo cheating/exploiting.\r\nNo Rust game banned alts in the last 150 days\r\nNo more than 1 Rust game banned alt \r\nPlaying with cheaters/evaders will result in a ban\r\nNo VPNs, limited/not setup steam accounts",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776862998,
"score": 0,
"last_online": 1776989418,
"icon": null,
"name": "US Rustinity 2x Monthly Solo/Duo/Trio/Quad [No BP Wipes] Vanill",
"connect": "185.248.134.97:28015",
"request": "185.248.134.97:28020",
"map": "Rustinity Generated Maps",
"gamemode": "Survival",
"version": "2623",
"numplayers": 4,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1725264607,
"last_update": 1776989418,
"banned": false,
"wipe": 1775152064,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1743,
"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/5845221");
$data = json_decode($json, true);
var_dump($data);