Rust
WILDERNESS Romania x2 |Solo Only| Monthly|Noob|50% Up|05.04 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/5538594json
{
"response": {
"fps": 29,
"fps_avg": 28,
"entities_count": 138351,
"world_seed": 862026,
"world_size": 3800,
"steam_id": "90283958937978890",
"domain": null,
"id": 5538594,
"ip": "49.12.146.141",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Falkenstein",
"description": "\nMap Wipes: First Sunday of each month at 13:00 CET\r\n BP Wipes: First Thursday of each month at 20:00 CET\r\n \r\n ★ 2x Improved Loot & Gather\r\n ★ Faster Recycling\r\n ★ 5x Stack Sizes & Boosted Sell Rates\r\n ★ Junk Removed & New Additions\r\n \r\n ★ Playtime Rewards • New Vehicle Options\r\n ★ 50% UPKEEP • Short Nights (5 mins)\r\n ★ Backpack • 2x SkillTree • /Craft Panel\r\n ★ Box Sorter • Auto-Doors • Extended WB Range\r\n \r\n ★ Extra Recyclers • New Vehicles • /Craft Panel\r\n ★ PvE Events • Daily Events • /skin • /missions\r\n ★ Rust Points • /Shop • BattlePass • /kit\r\n \r\n ★ Active Staff 24/7 • Friendly Community • No Teaming Abuse",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775386931,
"score": 0,
"last_online": 1775916617,
"icon": null,
"name": "WILDERNESS Romania x2 |Solo Only| Monthly|Noob|50% Up|05.04",
"connect": "49.12.146.141:28010",
"request": "49.12.146.141:28011",
"map": "High FPS | Wiped - 6d ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 7,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1723112727,
"last_update": 1775916617,
"banned": false,
"wipe": 1775386697,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2386,
"language": "de",
"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/5538594");
$data = json_decode($json, true);
var_dump($data);