[EU] Rustykings.com 2x | Kits | Vanilla+ | Beginner Friendly के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 59,
"fps_avg": 55,
"entities_count": 93508,
"world_seed": 341099172,
"world_size": 4000,
"steam_id": "90286516675359747",
"domain": null,
"id": 11731552,
"ip": "142.91.122.101",
"port": 2960,
"query": 2961,
"color": 0,
"city": "London",
"description": "![[EU] Rustykings.com 2x | Kits | Vanilla+ | Beginner Friendly](https://i.ibb.co/qLngf1s4/templatepvp.png)\n\r\nWipe Schedule:\r\n• Map wipe: Weekly (Thu 19:00 UK)\r\n• BP wipe: Monthly (Forced Wipe)\r\n\r\nFeatures:\r\n• Team limit: 4 (no alliances)\r\n• 2x Stack/Gather/Loot (junk removed)\r\n• 2x Craft & Recycler speed\r\n• Full Base Workbench (craft anywhere)\r\n• Balanced free kits\r\n• No Pay-to-Win\r\n• Active non-playing admins\r\n\r\nEvents:\r\n• Convoy\r\n• Raidable Bases\r\n• Guess The Number\r\n\r\nSecurity:\r\n• No VAC / Steam Game Bans in the last 180 days\r\n• Max 1 Steam Game Ban (Rust bans not allowed)\r\n\r\nLinks:\r\n• rustykings.com\r\n• discord.gg/rustykings",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780411266,
"last_online": 1780549831,
"icon": null,
"name": "[EU] Rustykings.com 2x | Kits | Vanilla+ | Beginner Friendly",
"connect": "142.91.122.101:2960",
"request": "142.91.122.101:2961",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780411266,
"last_update": 1780549831,
"banned": false,
"wipe": 1780404861,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6124,
"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/11731552");
$data = json_decode($json, true);
var_dump($data);