Rust
RUST PIRATE X2[KIT|EVENT|SKIN|BOTS] НОВИЧКИ 7.05 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11143589json
{
"response": {
"fps": 50,
"fps_avg": 48,
"entities_count": 104221,
"world_seed": 1481150191,
"world_size": 4250,
"steam_id": "90285687364301831",
"domain": null,
"id": 11143589,
"ip": "95.31.73.50",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Moscow",
"description": "![RU/EU RUST PIRATE X2 Vanilla [NoLimit] РОССИЯ Х2](https://pic.survivalhost.org/image/Z7gNu)\nRUST PIRATE X2 VANILLA\r\nAll X2 (х2 включая все ящики и бочки)\r\nПодлючайся к нашему каналу Дискорд!!",
"game": 252490,
"owner": 152075,
"boosts": 1,
"last_offline": 1778641375,
"score": 0,
"last_online": 1778712014,
"icon": null,
"name": "RUST PIRATE X2[KIT|EVENT|SKIN|BOTS] НОВИЧКИ 7.05",
"connect": "95.31.73.50:28015",
"request": "95.31.73.50:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1772178191,
"last_update": 1778712014,
"banned": false,
"wipe": 1778587029,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 352,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "Atmosfera",
"avatar": "1904eddb-f8bc-4cf3-a4e5-a0bb4a0b2fac.jpg",
"last_online": 1778679359
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11143589");
$data = json_decode($json, true);
var_dump($data);