FRENETIC RUST MAX 3 [X5|TP|KITS|Custom|Для новичков] için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 210,
"fps_avg": 214,
"entities_count": 82767,
"world_seed": 3486489,
"world_size": 3700,
"steam_id": 90286604729659400,
"domain": null,
"id": 11260673,
"ip": "194.147.90.103",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Moscow",
"description": "![FRENETIC RUST MAX 3 [X5|TP|KITS|Custom|Для новичков]](https://i.ibb.co/Ps57KYDn/generated-image-11-1.png)\n♦ Игровой проект Frenetic Rust\r\n♦ Лимит игроков в команде: 3\r\n♦ Рейты добычи x5 \r\n♦ Облегченная процедурная карта (FPS+)\r\n♦ Кастомные монументы\r\n♦ Мгновенный крафт\r\n♦ Быстрые печи\r\n♦ Телепортация",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780395852,
"last_online": 1780606231,
"icon": null,
"name": "FRENETIC RUST MAX 3 [X5|TP|KITS|Custom|Для новичков]",
"connect": "194.147.90.103:28015",
"request": "194.147.90.103:28017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555201,
"last_update": 1780606231,
"banned": false,
"wipe": 1780598007,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4273,
"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/11260673");
$data = json_decode($json, true);
var_dump($data);