API для [LATAM] TIERRA DE NADIE | x2 | QUAD | WIPE JUEVES
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 229,
"fps_avg": 229,
"entities_count": 44030,
"world_seed": 71221333,
"world_size": 2700,
"steam_id": "90289375791235078",
"domain": null,
"id": 12450453,
"ip": "38.224.64.27",
"port": 28015,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Chiclayo",
"description": "![[LATAM] TIERRA DE NADIE | x2 | QUAD | WIPE JUEVES](https://i.wpfc.ml/ju/yj2h7i.png)\nBienvenidos a Tierra de Nadie\r\n\r\nEl servidor de Rust para la comunidad de Latinoamérica.\r\n\r\nCaracterísticas:\r\n- Vanilla+ x2.\r\n- Máximo de 4 jugadores por equipo.\r\n- Comunidad 100% Latinoamericana.\r\n- Staff activo para mantener un juego justo.\r\n- Cero tolerancia a hacks, scripts y exploits.\r\n- Ambiente competitivo y respetuoso.\r\n\r\nReglas:\r\n- Máximo 4 jugadores por equipo.\r\n- Máximo 4 jugadores autorizados en TC y códigos.\r\n- Prohibidas las alianzas entre equipos.\r\n- Prohibido el uso de hacks, scripts y cualquier tipo de trampa.\r\n- Respeta a todos los jugadores.\r\n\r\n¡Forma tu equipo, sobrevive y conquista el mapa!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1784668915,
"last_online": 1784750486,
"icon": null,
"name": "[LATAM] TIERRA DE NADIE | x2 | QUAD | WIPE JUEVES",
"connect": "38.224.64.27:28015",
"request": "38.224.64.27:27017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "PE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1784668915,
"last_update": 1784750486,
"ban_reason": null,
"banned": false,
"wipe": 1784224249,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6352,
"language": "es",
"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/12450453");
$data = json_decode($json, true);
var_dump($data);