API для [EU]FINALRUST.CC #5|VANILLA|SOLO/DUO/TRIO|NO BP WIPES|WEEKLY
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 107549,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286277332494343",
"domain": null,
"id": 2114553,
"ip": "141.94.96.216",
"port": 29051,
"query": 29052,
"color": 0,
"city": "Strasbourg",
"description": "![[EU]FINALRUST.CC #5|VANILLA|SOLO/DUO/TRIO|NO BP WIPES|WEEKLY](https://banner.finalrust.cc/serverbanner.png)\n> Map size : 4250\r\n> Group limit : Solo/Duo/Trio\r\n> NO PAY TO WIN,ONLY PLAY TO WIN\r\n> No VAC or gamebans under 120 days.\r\n> Max VAC bans : 1 ; Max Game bans : 1\r\n> Next map wipe : May 29 UTC. NO BP WIPE\r\n> Visit our website FinalRust.cc for more information.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779876207,
"last_online": 1779903625,
"icon": null,
"name": "[EU]FINALRUST.CC #5|VANILLA|SOLO/DUO/TRIO|NO BP WIPES|WEEKLY",
"connect": "141.94.96.216:29051",
"request": "141.94.96.216:29052",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1702203853,
"last_update": 1779903625,
"banned": false,
"wipe": 1779444398,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2942,
"language": "fr",
"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/2114553");
$data = json_decode($json, true);
var_dump($data);