[BR/LATAM]LegendaryRust 5X के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"modded": true,
"oxide": true,
"fps": 55,
"fps_avg": 40,
"entities_count": 56179,
"world_seed": 29958394,
"world_size": 3000,
"steam_id": "90286496094860293",
"domain": null,
"id": 11638493,
"ip": "179.61.185.152",
"port": 28000,
"query": 28017,
"color": 0,
"city": "São Paulo",
"description": "![[BR/LATAM]LegendaryRust 5X](http://myweb.com/banner.png)\n[BR]LegendaryRust 5X \r\nKITS|BGRADE|HOME|MYMINI \r\nAntiCheat Modded \r\nApenas possivel jogar atraves do nosso Launcher \r\nTo play, download our Launcher. \r\n????? ??????, ???????? ??? ???????. \r\nDiscord: https://discord.com/invite/qWCB8hb27Q",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780353847,
"last_online": 1780390226,
"icon": null,
"name": "[BR/LATAM]LegendaryRust 5X",
"connect": "179.61.185.152:28000",
"request": "179.61.185.152:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2388",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779917270,
"last_update": 1780390226,
"banned": false,
"wipe": 1779391916,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1890,
"language": "pt",
"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/11638493");
$data = json_decode($json, true);
var_dump($data);