Rust
AceRust.com 10x No BPs [Loot++|Events|MyMini|Shop] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/1206538json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 130674,
"world_seed": 1337,
"world_size": 3250,
"steam_id": "90284621226326042",
"domain": null,
"id": 1206538,
"ip": "205.178.168.64",
"port": 28015,
"query": 28010,
"color": 0,
"city": "Dallas",
"description": "Welcome To AceRust.com 10x No BPs!\r\n - Heavily boosted loot, ensures there's lots of PVP and Raiding.\r\n - Spawn Mini Copters in with /mymini spawns with unlimited fuel\r\n - 10x Gathering and Resources\r\n - No BPs & Instant Craft\r\n - Clans, Auth Share, Teleport\r\n - Everyone has access to BGrade, SkinBox, Auto Doors, Remove\r\n - Custom Raid Zones",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776423820,
"score": null,
"last_online": 1776837016,
"icon": null,
"name": "AceRust.com 10x No BPs [Loot++|Events|MyMini|Shop]",
"connect": "205.178.168.64:28015",
"request": "205.178.168.64:28010",
"map": "Wiped - 3 Days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 13,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 69,
"add_date": 1691955352,
"last_update": 1776837016,
"banned": false,
"wipe": 1776538951,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 566,
"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/1206538");
$data = json_decode($json, true);
var_dump($data);