Rust
[EU] Stevious 2x Mondays | Vanilla | 20/4 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10896098json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 262088,
"world_seed": 652269180,
"world_size": 3750,
"steam_id": "90284724363111445",
"domain": null,
"id": 10896098,
"ip": "64.40.9.121",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "![[EU] Stevious 2x Mondays | Vanilla | 20/4](https://cdn.rustlegends.com/Stevious_2x_header.png)\nWeekly wipes and the following modifications: \r\n\r\n2x Gather Rates (2.5x for Sulfur and Wood) \r\nHalf smelt and crafting speeds (Vanilla for raiding items) \r\nBuilding and Level 1 Workbench blueprints unlocked \r\nComponent System loot tables (Junk items removed) \r\n\r\nVisit https://stevious.io for VIP (Queue Skip) and Rules / Discord information.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690523,
"score": 0,
"last_online": 1776795612,
"icon": null,
"name": "[EU] Stevious 2x Mondays | Vanilla | 20/4",
"connect": "64.40.9.121:28010",
"request": "64.40.9.121:28015",
"map": "Wiped 27 hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 419,
"maxplayers": 460,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 114,
"add_date": 1768383764,
"last_update": 1776795612,
"banned": false,
"wipe": 1776695322,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 74,
"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/10896098");
$data = json_decode($json, true);
var_dump($data);