Rust
[EU] Ravella | x2 | Monthly Wipe Bp + Map के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/6882172json
{
"response": {
"steam_id": "90285730252939274",
"domain": null,
"id": 6882172,
"ip": "164.152.123.227",
"port": 28035,
"query": 28037,
"color": 0,
"city": "Amsterdam",
"description": "![[EU] Ravella | x2 | Monthly Wipe Bp + Map](https://www.ravella.eu/ravellabanner2.jpg)\nKey features: \r\n ★ X2 Gathering (Mining & Woodcutting can be boosted to x5 by leveling skills! sulfur excluded, Levels wipe 1 time each year) | X2 Smelting | X2 Recycle Speed \r\n ★ 50% Crafting Time \r\n ★ Convoy Event ★ Armored Train Event ★ Tugboat Event ★ Vending Unlimited Stock \r\n ★ Building Skins + Normal Skins \r\n ★ Stack Size Controller \r\n ★ Always Full Moon At Night \r\n ★ Teleportation | Home Tp | Outpost Tp \r\n ★ Kits | Discord Link Reward | Vote Reward \r\n ★ Shop \r\n ★ Map Vote \r\n ★ Vending Machines Always Have Stock \r\n ★ No Build Limit for Turrets \r\n ★ Killfeed \r\n ★ No Vehicle Decay in Tc Range \r\n ★ Train Heist Event \r\n ★ Sign (Add Pictures On Picture Frames And Neon) \r\n ★ Autocode (Automatically sets the code on code locks when placed) \r\n ★ Tc Auth Menu (For Sams and Turrets)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778731378,
"score": 0,
"last_online": 1778790020,
"icon": null,
"name": "[EU] Ravella | x2 | Monthly Wipe Bp + Map",
"connect": "164.152.123.227:28035",
"request": "164.152.123.227:28037",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 3,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1734028027,
"last_update": 1778790020,
"banned": false,
"wipe": 1778342294,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1701,
"language": "nl",
"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/6882172");
$data = json_decode($json, true);
var_dump($data);