[AU/NZ] NO LIFE RUST | 2X VANILLA | NO DECAY | QOL | 8/5 8.5 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 58,
"fps_avg": 57,
"entities_count": 69890,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286211975179269",
"domain": null,
"id": 11095766,
"ip": "103.193.80.13",
"port": 29015,
"query": 29018,
"color": 0,
"city": "Sydney",
"description": "![[AU/NZ] NO LIFE RUST | 2X VANILLA | NO DECAY | QOL | 8/5 8.5](https://i.imgur.com/07y2W7J.png)\nWELCOME TO NO LIFE RUST!\r\nWE ARE HOSTED IN AUSTRALIA ON FULLY DEDICATED HARDWARE.\r\n\r\nWipe Info:\r\nMonthly Map & BP Wipes @ 6PM AEDT/AEST\r\nLast wipe: 8/5/26\r\nNext wipe: 5/6/26\r\n\r\nServer Info:\r\nAU/NZ Only. Rest kicked or require whitelist.\r\n\r\n2x Gather rates globally (Vanilla for sulfur ore)\r\n2x Stack sizes (Resources only)\r\n2x Crafting speeds (Vanilla raid items)\r\n2x Recycler speeds\r\n+ VANILLA LOOT TABLES \r\n+ TONS OF QOL\r\n+ So much more good shit\r\n\r\nFULL DETAILS IN DISCORD CLICK VIEW WEBPAGE AND JOIN UP CHEERS",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779735810,
"last_online": 1779786020,
"icon": null,
"name": "[AU/NZ] NO LIFE RUST | 2X VANILLA | NO DECAY | QOL | 8/5 8.5",
"connect": "103.193.80.13:29015",
"request": "103.193.80.13:29018",
"map": "NOLIFERUST CUSTOM MAP",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1770028161,
"last_update": 1779786020,
"banned": false,
"wipe": 1778221530,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1970,
"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/11095766");
$data = json_decode($json, true);
var_dump($data);