Prophecy - Пророчество [RU, PVE, BIWEEKLY] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 181,
"fps_avg": 180,
"entities_count": 89318,
"world_seed": 240560916,
"world_size": 4000,
"steam_id": "90286577088249873",
"domain": null,
"id": 11305413,
"ip": "195.18.27.76",
"port": 35600,
"query": 35610,
"color": 0,
"city": "Moscow",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780538665,
"last_online": 1780552891,
"icon": null,
"name": "Prophecy - Пророчество [RU, PVE, BIWEEKLY]",
"connect": "195.18.27.76:35600",
"request": "195.18.27.76:35610",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774592885,
"last_update": 1780552891,
"banned": false,
"wipe": 1778206264,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7376,
"language": "ru",
"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/11305413");
$data = json_decode($json, true);
var_dump($data);