Rust
Magic Rust #15 - Modded 2x (Trio) | EU East 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/10933716json
{
"response": {
"fps": 85,
"fps_avg": 76,
"entities_count": 140543,
"world_seed": 108827103,
"world_size": 3750,
"steam_id": "90284209109895192",
"domain": null,
"id": 10933716,
"ip": "185.207.214.226",
"port": 35100,
"query": 35110,
"color": 0,
"city": "Moscow",
"description": "Лимит игроков в команде: 3 \r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов х2\r\n• Скорость крафта х2",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775818323,
"score": 0,
"last_online": 1775929212,
"icon": null,
"name": "Magic Rust #15 - Modded 2x (Trio) | EU East",
"connect": "185.207.214.226:35100",
"request": "185.207.214.226:35110",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 89,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 80,
"add_date": 1768486610,
"last_update": 1775929212,
"banned": false,
"wipe": 1775818542,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 641,
"language": "ru",
"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/10933716");
$data = json_decode($json, true);
var_dump($data);