Rust
Magic Rust #22 — Vanilla 2x (Biweekly) | Pyccкий 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/6349255json
{
"response": {
"fps": 42,
"fps_avg": 43,
"entities_count": 301143,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284071660314625",
"domain": null,
"id": 6349255,
"ip": "185.189.255.130",
"port": 10000,
"query": 10010,
"color": 0,
"city": "Moscow",
"description": "![MAGIC RUST #22 [ NOLIMIT | VANILLA X2 | FRIDAY ] Wipe 3.01](https://content.magicrust.ru/images/server/server_banner.png)\nЛимит игроков в команде: без лимита\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x2\r\n• Скорость крафта x2\r\n\r\nВайп карты: каждые две недели, начиная с первого вайпа в 14:00\r\nВайп рецептов: один раз в месяц",
"game": 252490,
"owner": 100256,
"boosts": 1,
"last_offline": 1775210490,
"score": 0,
"last_online": 1775680210,
"icon": null,
"name": "Magic Rust #22 — Vanilla 2x (Biweekly) | Pyccкий",
"connect": "185.189.255.130:10000",
"request": "185.189.255.130:10010",
"map": "ДЛЯ СЛАБЫХ ПК",
"gamemode": "VANILLA X2",
"version": "2623",
"numplayers": 175,
"maxplayers": 220,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 133,
"add_date": 1729684931,
"last_update": 1775680210,
"banned": false,
"wipe": 1775210520,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 36,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": {
"username": "arturmagicow",
"avatar": "no.jpg",
"last_online": 1736968299
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/6349255");
$data = json_decode($json, true);
var_dump($data);