Rust
[EU/SWE] Playstar - MAIN - BI-WEEKLY - NO BP WIPES के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/1206245json
{
"response": {
"fps": 41,
"fps_avg": 40,
"entities_count": 70375,
"world_seed": 1654458007,
"world_size": 3500,
"steam_id": "90284791766900751",
"domain": null,
"id": 1206245,
"ip": "192.121.44.94",
"port": 28016,
"query": 28015,
"color": 0,
"city": "Örebro",
"description": "![[EU/SWE] Playstar - MAIN - BI-WEEKLY - NO BP WIPES](https://www.playstar.se/static/c4-bradly.png)\nINFO\r\n------------\r\n- Next Map wipe 07.05\r\n- No BP wipes.\r\n- Map wipes bi-weekly.\r\n- No team limit.\r\n\r\nRULES:\r\n------------\r\n- Only english in chat.\r\n- No VAC ban or game ban. ZERO! No exceptions.\r\n- VPNs or proxies are not allowed.\r\n- Breaking one rule will get you banned.\r\n- Report cheaters and abuse ONLY in discord.\r\n------------\r\n\r\nDISCORD: https://discord.gg/gxJm7Pv",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776821601,
"score": null,
"last_online": 1776882157,
"icon": null,
"name": "[EU/SWE] Playstar - MAIN - BI-WEEKLY - NO BP WIPES",
"connect": "192.121.44.94:28016",
"request": "192.121.44.94:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1691955236,
"last_update": 1776882157,
"banned": false,
"wipe": 1776428998,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3057,
"language": "sv",
"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/1206245");
$data = json_decode($json, true);
var_dump($data);