Rust
API для KRAKEN | X10 | EU - UA | KITS | RP | FPS+
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10870105json
{
"response": {
"fps": 74,
"fps_avg": 74,
"entities_count": 156917,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284856651831298",
"domain": null,
"id": 10870105,
"ip": "136.243.170.202",
"port": 10002,
"query": 28021,
"color": 0,
"city": "Falkenstein",
"description": "\nGlobal wipe every Thursday at 17:00\r\n- 8 players team size\r\n- Rates x10 (Sulfur x5)\r\n- Components x10\r\n- Recycling x10\r\n- Smelting x10\r\n- Instant craft\r\n- All blueprints unlocked\r\n- Instant authorization\r\n- RP currency\r\n\r\n-----------------------------\r\n\r\nГлобал Вайп щочетверга о 17:00\r\n- тима до 8 гравців\r\n- Рейти x10 (Сірка x5)\r\n- Компоненти x10\r\n- Переробка x10\r\n- Переплавка x10\r\n- Моментальний крафт\r\n- Всі вивчення відкриті\r\n- Миттєва авторизація\r\n- RP валюта",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776349426,
"score": 0,
"last_online": 1776975614,
"icon": null,
"name": "KRAKEN | X10 | EU - UA | KITS | RP | FPS+",
"connect": "136.243.170.202:10002",
"request": "136.243.170.202:28021",
"map": "discord.gg/kraken-rust",
"gamemode": "Survival",
"version": "2623",
"numplayers": 107,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 85,
"add_date": 1768318390,
"last_update": 1776975614,
"banned": false,
"wipe": 1776952146,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 427,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10870105");
$data = json_decode($json, true);
var_dump($data);