Rust
API для 4/16|Rusty|US|3X|LowPop|2Week|QuickSmelt|Events
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/96436json
{
"response": {
"fps": 125,
"fps_avg": 126,
"entities_count": 82858,
"world_seed": 812864,
"world_size": 3750,
"steam_id": 90285127010824200,
"domain": null,
"id": 96436,
"ip": "74.91.115.89",
"port": 21215,
"query": 21217,
"color": 0,
"city": "Chicago",
"description": "\nBiggest modded server Community in Rust since 2014\n- High performance dedicated machines sum up to a smoother Rust experience\n- Custom plugins and Better AntiCheat, unique Events, FAST Support\n- ADULT server management, advanced script and cheat monitoring\n- Skip Queue is available, check VIP section at www.isrusty.net\n- Group Limits are STRICTLY enforced and closely monitored, guaranteed!\nMax Team/Group limit for this server is 8.Also click the Discord link at the website if you need any help or have any questions!\n\nHave fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776366221,
"score": null,
"last_online": 1777568424,
"icon": null,
"name": "4/16|Rusty|US|3X|LowPop|2Week|QuickSmelt|Events",
"connect": "74.91.115.89:21215",
"request": "74.91.115.89:21217",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1521536697,
"last_update": 1777568424,
"banned": false,
"wipe": 1776366258,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2609,
"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/96436");
$data = json_decode($json, true);
var_dump($data);