Rust
API для [EU/FIN] Serene Island 5K
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8849783json
{
"response": {
"fps": 64,
"fps_avg": 65,
"entities_count": 149765,
"world_seed": 2,
"world_size": 5000,
"steam_id": "90285646102041625",
"domain": null,
"id": 8849783,
"ip": "89.190.5.80",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Kaustinen",
"description": "![[EU/FIN] Serene Island 5K](https://sereneisland.eu/SereneIsland2026-2.png)\nWelcome to Serene Island: Find your peace... or fight for it.\r\n\r\nMONTHLY WIPES | CHILL VIBES\r\nSerene Island is for players who want a laid-back Rust journey. But stay alert, pain and agony are never far away.\r\n\r\nRULES:\r\n- No Toxicity or Griefing.\r\n- No Hacking or Racism (Permaban).\r\n- Be respectful to others.\r\n\r\nJoin us and start your story!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778554979,
"score": 0,
"last_online": 1778593218,
"icon": null,
"name": "[EU/FIN] Serene Island 5K",
"connect": "89.190.5.80:28015",
"request": "89.190.5.80:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1746266839,
"last_update": 1778593218,
"banned": false,
"wipe": 1778176332,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2160,
"language": "fi",
"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/8849783");
$data = json_decode($json, true);
var_dump($data);