Rust
API pentru РЕЛАКС #2 Х2|Для новичков| No Limit
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/358129json
{
"response": {
"fps": 76,
"fps_avg": 75,
"entities_count": 102757,
"world_seed": 1722624111,
"world_size": 4250,
"steam_id": "90285198013485087",
"domain": null,
"id": 358129,
"ip": "185.189.255.128",
"port": 35000,
"query": 35010,
"color": 0,
"city": "Moscow",
"description": "\nДобро пожаловать на классический сервер РЕЛАКС #2! \r\n Играть тут легко, идеально для новичков. \r\n \\/ Вайп карты раз в 2 недели, обнуление изучений раз в месяц.\r\n \\/ Добыча и стаки ресурсов Х2.\r\n \\/ Содержание шкафа дома снижено на 50% \r\n \\/ Без ограничений игроков в команде \r\n \\/ На 50% ускорен крафт. \r\n \\/ На 50% ускорен переработчик. \r\n \\/ В ТА лут не заканчивается и товар покупается мгновенно. \r\n \\/ Открытие дверей РТ без паззлов. \r\n \\/ Спавн коптеров и скраполетов. \r\n \\/ ПВО не дамажит тех, кто прописан в шкафу.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777615993,
"score": 1,
"last_online": 1777672220,
"icon": null,
"name": "РЕЛАКС #2 Х2|Для новичков| No Limit",
"connect": "185.189.255.128:35000",
"request": "185.189.255.128:35010",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 6,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1596188542,
"last_update": 1777672220,
"banned": false,
"wipe": 1777536089,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1553,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/358129");
$data = json_decode($json, true);
var_dump($data);