API для FLASHBACK ЛОББИ - [ 2X | ИВЕНТЫ | MAX3 ]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 240,
"fps_avg": 239,
"entities_count": 5885,
"world_seed": 1354224042,
"world_size": 1500,
"steam_id": "90286557285303326",
"domain": null,
"id": 11158408,
"ip": "46.4.112.79",
"port": 20550,
"query": 20551,
"color": 0,
"city": "Falkenstein",
"description": "![FLASHBACK ЛОББИ - [ 2X | ИВЕНТЫ | MAX3 ]](https://i.imgur.com/E2NHgsb.png)\nFLASHBACK EU - [ 2X | ИВЕНТЫ | MAX3 ]\r\n\r\nTeam - MAX 3\r\nThe server has unique plugins:\r\nCustom Weather\r\nWipeBlock\r\nKits\r\nQuick crafting\r\nFriends\r\nQuick smelt\r\nAnd other interesting plugins\r\nOnline store: flashrust.store",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780313653,
"last_online": 1780578040,
"icon": null,
"name": "FLASHBACK ЛОББИ - [ 2X | ИВЕНТЫ | MAX3 ]",
"connect": "46.4.112.79:20550",
"request": "46.4.112.79:20551",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228109,
"last_update": 1780578040,
"banned": false,
"wipe": 1780492620,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4222,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11158408");
$data = json_decode($json, true);
var_dump($data);