Rust
MAIN RUST #1 ( Х5 MAX5 ) [ BattlePass ] Kits TP Loot+ Case Ski için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/782785json
{
"response": {
"steam_id": null,
"domain": null,
"id": 782785,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "🎁 **Новый промокод каждый день** в нашей беседе ВК в 18:00!\nhttps://vkchat.main-rust.com/\n--------------------------------------------\n\n📡 MAIN RUST #1 (X5 MAX5)\nconnect 62.122.213.170:50000\n\n📡 MAIN RUST #2 (X2 MAX3)\nconnect 62.122.213.170:20000\n\n📡 MAIN RUST #2 (X2 SOLO)\nconnect 46.174.53.32:28015\n\n--------------------------------------------\n🌐 **Сайт**: https://main-rust.com/\n🌐 **Discord**: https://discord.main-rust.com/\n🌐 **ВК**: https://vk.com/rust_main\n🌐 **Беседа ВК**: https://vkchat.main-rust.com/\n🌐 **WIKI**: https://wiki.main-rust.com/",
"game": 252490,
"owner": 23092,
"boosts": 1,
"last_offline": 1750457066,
"score": 5,
"last_online": 1717752068,
"icon": null,
"name": "MAIN RUST #1 ( Х5 MAX5 ) [ BattlePass ] Kits TP Loot+ Case Ski",
"connect": null,
"request": null,
"map": "Custom Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1682597092,
"last_update": 1750457066,
"banned": false,
"wipe": 1717495028,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7832,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "MAINRUST",
"avatar": "5a5c5600-a305-4fdb-b123-7632158a5c62.jpg",
"last_online": 1739221001
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/782785");
$data = json_decode($json, true);
var_dump($data);