Rust
|RUST|Kонтинент x2 |wipe 24.04| için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11260647json
{
"response": {
"fps": 45,
"fps_avg": 43,
"entities_count": 85194,
"world_seed": 1730058098,
"world_size": 3500,
"steam_id": "90285017307731989",
"domain": null,
"id": 11260647,
"ip": "185.189.255.214",
"port": 35600,
"query": 35610,
"color": 0,
"city": "Moscow",
"description": "\nДобро пожаловать на |RUST|КОНТИНЕHТ\r\n-wipe каждые 2 недели\r\n-Рейты х2\r\n-Увеличенные стаки\r\n-/kit\r\n-/remove+up\r\n-/buymini Minicopter\r\n-/stats\r\nГруппа в Steam:\r\nhttps://steamcommunity.com/groups/RustCONTINENT\r\nVK сообщество:\r\nhttps://vk.com/rrcontinent\r\nTelegram канал:\r\nhttps://t.me/RustCONTINENT\r\nTelegram чат:\r\nhttps://t.me/RustCONTINENTchat\r\nНаш сервер в Discord:\r\nhttps://discord.gg/U3fVfrwF4X",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777054994,
"score": 0,
"last_online": 1777314608,
"icon": null,
"name": "|RUST|Kонтинент x2 |wipe 24.04|",
"connect": "185.189.255.214:35600",
"request": "185.189.255.214:35610",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 11,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 385,
"add_date": 1774555200,
"last_update": 1777314608,
"banned": false,
"wipe": 1777054860,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12,
"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/11260647");
$data = json_decode($json, true);
var_dump($data);