Rust
#1 RustGG.com 中国官方原倍月清新手服 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/11261069json
{
"response": {
"fps": 90,
"fps_avg": 87,
"entities_count": 116195,
"world_seed": 831103665,
"world_size": 4500,
"steam_id": "90284196741110797",
"domain": null,
"id": 11261069,
"ip": "103.91.211.37",
"port": 18001,
"query": 18002,
"color": 0,
"city": "Jinan",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775660533,
"score": 0,
"last_online": 1775904626,
"icon": null,
"name": "#1 RustGG.com 中国官方原倍月清新手服",
"connect": "103.91.211.37:18001",
"request": "103.91.211.37:18002",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1774555218,
"last_update": 1775904626,
"banned": false,
"wipe": 1775154333,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6043,
"language": "zh",
"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/11261069");
$data = json_decode($json, true);
var_dump($data);