Rust
Delta Viper Gaming | Solo/Duo/Trio/Quad | PVP | Monthly Wipe 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/10948454json
{
"response": {
"fps": 60,
"fps_avg": 58,
"entities_count": 69232,
"world_seed": 3578951,
"world_size": 3500,
"steam_id": "90284202864167946",
"domain": null,
"id": 10948454,
"ip": "66.51.98.51",
"port": 28020,
"query": 28021,
"color": 0,
"city": "Los Angeles",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690525,
"score": 0,
"last_online": 1775891435,
"icon": null,
"name": "Delta Viper Gaming | Solo/Duo/Trio/Quad | PVP | Monthly Wipe",
"connect": "66.51.98.51:28020",
"request": "66.51.98.51:28021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768511314,
"last_update": 1775891435,
"banned": false,
"wipe": 1775688213,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7131,
"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/10948454");
$data = json_decode($json, true);
var_dump($data);