API для Mungo's X2 No Group Limit [Modded] [CUSTOM MAP] [NA]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 240,
"fps_avg": 239,
"entities_count": 26339,
"world_seed": 1,
"world_size": 2500,
"steam_id": "90287561576180746",
"domain": null,
"id": 11813408,
"ip": "162.33.23.72",
"port": 10000,
"query": 10003,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "![Mungo's X2 No Group Limit [Modded] [CUSTOM MAP] [NA]](https://www.dropbox.com/scl/fi/rg9ii1qmb52pxb72xpieh/igxLO.jpg?rlkey=5rx5fh1k5b549sdegty2wouwn&st=wv5nre07&dl=1)\nMungo's Milk Shack | COBALT ECOLOGICAL DISASTER\r\nCUSTOM MODDED MAP [NO GROUP LIMIT] [X2] [BI-WEEKLY]\r\n\r\n- 2x Gather Rates\r\n- Wipes TWICE a month (Bi-weekly)\r\n- Custom Events\r\n- Custom NPCs\r\n- Unique Building Locations & Custom Monuments\r\n\r\nPerfect mix of vanilla Rust feel with quality-of-life mods:\r\n- Active & fair admins\r\n- Custom events & loot drops\r\n- Unique build spots across the map\r\n- Remove Tool\r\n- Clans\r\n- PVP\r\n\r\nJoin the chaos at Mungo's Milk Shack\r\nConnect: 162.33.23.72:10000\r\nDiscord: https://discord.gg/FRgPxMp8",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781780471,
"last_online": 1782420629,
"icon": null,
"name": "Mungo's X2 No Group Limit [Modded] [CUSTOM MAP] [NA]",
"connect": "162.33.23.72:10000",
"request": "162.33.23.72:10003",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781780471,
"last_update": 1782420629,
"banned": false,
"wipe": 1782327690,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5967,
"language": "en",
"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/11813408");
$data = json_decode($json, true);
var_dump($data);