Destroyer PVE 1000x के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 50,
"fps_avg": 49,
"entities_count": 104497,
"world_seed": 376967971,
"world_size": 4000,
"steam_id": "90286573723688972",
"domain": null,
"id": 4017595,
"ip": "78.142.218.162",
"port": 28340,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\n✔ Wipe Schedule · Twice A Month Wipe\r\n✔Do NOT cheat. Any cheating will result in a ban\r\n✔Do NOT grief. ANYONE judged to be griefing will get 1 warning, then banned\r\n✔Report suspected cheaters/griefers to the admins via DM on discord, not in the ingame chat\r\n✔Do NOT use another players base for anything (unless in a team). Again 1 warning, then banned\r\n✔NO eploits\r\n✔NO spamming in chat\r\n✔NO spamming deployables\r\n✔NO racism. Banned imediately, NO warning\r\n✔No toxicity\r\n✔DO NOT enter other players bases, furnaces, refinaries. They are not yours\r\n✔Any inappropriate images/signs WILL be removed. If you try to place them again you will be banned",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780265057,
"last_online": 1780552827,
"icon": null,
"name": "Destroyer PVE 1000x",
"connect": "78.142.218.162:28340",
"request": "78.142.218.162:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1714392974,
"last_update": 1780552827,
"banned": false,
"wipe": 1779471715,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1610,
"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/4017595");
$data = json_decode($json, true);
var_dump($data);