Rust
Full Send Rust | North America | Monthly | PVP | Force Wiped के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10979104json
{
"response": {
"fps": 10,
"fps_avg": 15,
"entities_count": 92904,
"world_seed": 1593286430,
"world_size": 3750,
"steam_id": "90284731264698376",
"domain": null,
"id": 10979104,
"ip": "76.13.109.63",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Vilnius",
"description": "\nFull PvP Server with Offline Raid Protection \r\n 2x Loot \r\n 1.5x Gather Rate \r\n Fast Smelt/Recycle Speed \r\n Monthly Map Wipe on First Thursday of Month \r\n BP wipe every 3 months \r\n Max Team Size 8 \r\n 50% Upkeep \r\n VIP Perks Available \r\n Active Admins on game and Discord \r\n Twig Decays",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776724400,
"score": 0,
"last_online": 1776853224,
"icon": null,
"name": "Full Send Rust | North America | Monthly | PVP | Force Wiped",
"connect": "76.13.109.63:28015",
"request": "76.13.109.63:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "LT",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769901053,
"last_update": 1776853224,
"banned": false,
"wipe": 1775441540,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4458,
"language": "lt",
"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/10979104");
$data = json_decode($json, true);
var_dump($data);