Rust
API для [AU] Brits PvE Worlds | RUST MMORPG | Quests | XP WIPE 05/03
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11189581json
{
"response": {
"fps": 1337,
"fps_avg": 1337,
"entities_count": 1337,
"world_seed": 1000,
"world_size": 1000,
"steam_id": "90284745654444049",
"domain": null,
"id": 11189581,
"ip": "51.161.205.193",
"port": 28015,
"query": 28016,
"color": 0,
"city": "North Sydney",
"description": "![[AU] Brits PvE Worlds | RUST MMORPG | Quests | XP WIPE 05/03](https://images.britspve.com/serverbg.jpg)\nOver $65,000 In Development Costs This Is The The MMO Rust Experience\nChoose your World, level up with XP, unlock skills and gear, and hop across different nodes through portals while keeping your gear & progress. An MMO-style Rust network with quests, bosses, skills and much much more. \n-Custom Weapons\n-100% Custom Questing System\n-Prestige Perks\n-Long Term Progression Over Wipes\n-Jump Across Nodes Instantly With Gear And Levels\n\nJoin today and begin your adventure!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775296933,
"score": 0,
"last_online": 1776874221,
"icon": null,
"name": "[AU] Brits PvE Worlds | RUST MMORPG | Quests | XP WIPE 05/03",
"connect": "51.161.205.193:28015",
"request": "51.161.205.193:28016",
"map": "Custom map",
"gamemode": "Survival",
"version": "2603",
"numplayers": 10,
"maxplayers": 2001,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1772699060,
"last_update": 1776874221,
"banned": false,
"wipe": 1777749430,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2520,
"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/11189581");
$data = json_decode($json, true);
var_dump($data);