Rust
Daily Grind - 3x Trio/Quad |EU|Events|Raid Times|RaidableBases| के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11158635json
{
"response": {
"fps": 51,
"fps_avg": 63,
"entities_count": 103529,
"world_seed": 1,
"world_size": 3500,
"steam_id": "90285607826503704",
"domain": null,
"id": 11158635,
"ip": "203.16.163.100",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nDaily Grind 3x |EU|Events|Raid Time|RaidableBases|\r\nFor players who work and still want proper Rust.\r\nServer Rates , • 3x Gather / Loot, • 10x Stack Size\r\n• 50 min Day / 10 min Night\r\nRaiding Rules\r\n• Weekdays: 5PM – 11PM\r\n• Weekends: 12PM – 11PM\r\n• No offline raiding outside raid windows\r\nFeatures\r\n• Offline Protection\r\n• Raidable Bases\r\n• Unlimited Ore Events\r\n• Teleport / Homes\r\n• Trading\r\n• Skins\r\n• Active Admins, No pay-to-win.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776718999,
"score": 0,
"last_online": 1778547015,
"icon": null,
"name": "Daily Grind - 3x Trio/Quad |EU|Events|Raid Times|RaidableBases|",
"connect": "203.16.163.100:28015",
"request": "203.16.163.100:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 5,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1772228114,
"last_update": 1778547015,
"banned": false,
"wipe": 1778175942,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 928,
"language": "de",
"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/11158635");
$data = json_decode($json, true);
var_dump($data);