API для A Rust Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 6,
"fps_avg": 5,
"map_url": "procedural_map_3000_seed_1337_r286",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 1337,
"map_size": 3000,
"map_revision": 286,
"entities_count": 43344,
"steam_id": "90290090910877717",
"domain": null,
"id": 11305961,
"ip": "216.39.240.213",
"port": 27915,
"query": 27913,
"project_id": null,
"color": 0,
"city": "Даллас",
"description": "\nCHATARRA GALACTICA [VANILLA]\r\n Rust en su estado más puro. Sin ventajas, sin atajos. Solo tu habilidad y el entorno.\r\n Experiencia: Vanilla 100%.\r\n Grupo: Max 3 .\r\n Wipe: Semanales (Map) / Mensual (BP)\r\n Admin: Activo solo para moderación técnica.\r\n Sobrevive bajo tu propio riesgo.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1783713191,
"last_online": 1788244278,
"icon": null,
"name": "A Rust Server",
"connect": "216.39.240.213:27915",
"request": "216.39.240.213:27913",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592905,
"last_update": 1788244278,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1783713260,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3762,
"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/11305961");
$data = json_decode($json, true);
var_dump($data);