Rust
[LATAM] LUNARUST X10 | 18/04 Full Wipe के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/6282290json
{
"response": {
"modded": true,
"fps": 40,
"fps_avg": 39,
"entities_count": 92198,
"world_seed": 1337,
"world_size": 3300,
"steam_id": "90284617003931671",
"domain": null,
"id": 6282290,
"ip": "177.221.141.73",
"port": 28047,
"query": 28045,
"color": 0,
"city": "Santiago",
"description": "![[LATAM] LUNARUST X10 | 18/04 Full Wipe](https://latamgameservers.com/luna-img/lunarust_x10.png)\nWelcome to LUNARUST x10 LATAM \r\nFull Wipe Saturday, Map wipe Wednesday \r\n \r\nMax team: 5 \r\n \r\nKits, Clan, Home, Teleport, Trade \r\nResources and Loot x10 \r\nCraft, Smelt, Recycler and Mixing table x10 \r\nAll tier 1 and electrical BPs unlocked \r\nExtended workbench, bgrade and skinbox \r\nLong days and short nights \r\n \r\nPowered by LatamGameServers.com & LunaRust.com \r\nClick Visit Webpage (blue button) to visit our webpage, join our discord and more",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776531203,
"score": 0,
"last_online": 1776853227,
"icon": null,
"name": "[LATAM] LUNARUST X10 | 18/04 Full Wipe",
"connect": "177.221.141.73:28047",
"request": "177.221.141.73:28045",
"map": "FPS+ LunaRust.com",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1729463111,
"last_update": 1776853227,
"banned": false,
"wipe": 1776531180,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2964,
"language": "es",
"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/6282290");
$data = json_decode($json, true);
var_dump($data);