Rust
[EU/SWE] Playstar - PVE - WIPE MONTHLY - ZOMBIES के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/760309json
{
"response": {
"fps": 51,
"fps_avg": 50,
"entities_count": 121543,
"world_seed": 3586737,
"world_size": 4250,
"steam_id": 90284791845107740,
"domain": null,
"id": 760309,
"ip": "192.121.44.107",
"port": 28016,
"query": 28015,
"color": 0,
"city": "Örebro",
"description": "![[EU/SWE] Playstar - PVE - WIPE MONTHLY - ZOMBIES](https://www.playstar.se/static/c4-bradly.png)\nINFO\r\n------------\r\n- Next wipe 07.05\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\r\n- Report cheaters and abuse ONLY in discord.\r\n------------\r\n\r\nDISCORD: https://discord.gg/gxJm7Pvn",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776821601,
"score": null,
"last_online": 1776878420,
"icon": null,
"name": "[EU/SWE] Playstar - PVE - WIPE MONTHLY - ZOMBIES",
"connect": "192.121.44.107:28016",
"request": "192.121.44.107:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1680784945,
"last_update": 1776878420,
"banned": false,
"wipe": 1775223044,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2164,
"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/760309");
$data = json_decode($json, true);
var_dump($data);