Rust
Bubble Wrap Rust | Duo | 3x | Noob Freindly | Free VIP için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10347409json
{
"response": {
"fps": 7,
"fps_avg": 4,
"entities_count": 84688,
"world_seed": 1814957568,
"world_size": 4250,
"steam_id": "90284212308704282",
"domain": null,
"id": 10347409,
"ip": "156.236.84.197",
"port": 28120,
"query": 28121,
"color": 0,
"city": "City of London",
"description": "\nMODIFIERS:\r\n3x gather | 1x sulfur\r\n3x electric\r\nIncreased turret limit\r\n3x scrap, components, stack sizes\r\n3x crafting, recycling, smelting\r\n50% Upkeep\r\n\r\nPLUGINS INCLUDE:\r\n• Backpacks – players get extra storage in their backpack\r\n• SAM Site Auth – can't be shot down by your own SAMs\r\n• Free Minicopters – /mymini to spawn a mini, minis also spawn on roads\r\n• PVE Events | Airfield Event | Harbour Event | NPC Raidable Bases | Plane Crash\r\n• Drone marketplaces at Fishing Villages & Ranches\r\n• Recyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages\r\n• Starter Kits – spawn with essential supplies on first login\r\n• Map Wipe Polls – vote in Discord\r\n• Leaderboards – in game and online leaderboards\r\n• Raid Alarm – automatically receive raid notifications to your Rust+ account\r\n\r\nSERVER INFO:\r\nMap Wipe: Monthly on the first Thursday of the month\r\nBlueprints: Never wipe\r\nMax Team Size: 4\r\nOffline Protection: 10 minutes after logging off, protection kicks in and you have peace of mind you won't be offline raided for the next 2 days\r\n\r\nDiscord: https://discord.gg/dnF4J8ywzr | VIP: TBC",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775758324,
"score": 0,
"last_online": 1775887886,
"icon": null,
"name": "Bubble Wrap Rust | Duo | 3x | Noob Freindly | Free VIP",
"connect": "156.236.84.197:28120",
"request": "156.236.84.197:28121",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1758526804,
"last_update": 1775887886,
"banned": false,
"wipe": 1775758426,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3840,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10347409");
$data = json_decode($json, true);
var_dump($data);