Rust
Magic Rust #28 — Modded 2x (Duo) | HOBOCИБ | 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/10533744json
{
"response": {
"fps": 48,
"fps_avg": 48,
"entities_count": 173281,
"world_seed": 1112022,
"world_size": 4000,
"steam_id": "90284114209479708",
"domain": null,
"id": 10533744,
"ip": "152.89.199.55",
"port": 10000,
"query": 10010,
"color": 0,
"city": "Moscow",
"description": "\nВайп Карты: каждую пятницу в 14:00\r\nВайп Рецептов: каждые две недели (начиная с первого вайпа)\r\nМодерация 24/7: F7 чтобы отправить жалобу на игрока\r\n\r\nХарактеристики сервера:\r\nМини-магазин\\t|\\tМгновенный крафт\\t|\\tОптимизация / Нет лагов\r\nТелепортация\\t|\\tМагические карты\\t|\\tИвенты каждые 2 часа\r\nРейты Х2\\t\\t|\\tБоевой Пропуск\\t|\\tЛимит команды: 2\r\n\r\nИнформация:\r\nOur Discord: https://discord.gg/magicrust\r\nOur Store: https://magicrust.gg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775196087,
"score": 0,
"last_online": 1775701814,
"icon": null,
"name": "Magic Rust #28 — Modded 2x (Duo) | HOBOCИБ | Pyccкий",
"connect": "152.89.199.55:10000",
"request": "152.89.199.55:10010",
"map": "ДЛЯ СЛАБЫХ ПК",
"gamemode": "MODDED",
"version": "2623",
"numplayers": 7,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1762518606,
"last_update": 1775701814,
"banned": false,
"wipe": 1775196134,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1287,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10533744");
$data = json_decode($json, true);
var_dump($data);