API dla LEVEL UP | PVP | 1.5x Vanilla+ | Solo/Duo/Trio | Zombies | Raid
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 207,
"fps_avg": 206,
"entities_count": 69036,
"world_seed": 1,
"world_size": 3500,
"steam_id": "90286897944917021",
"domain": null,
"id": 11771307,
"ip": "157.85.93.229",
"port": 21873,
"query": 21874,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "\nLEVEL UP | 1.5x VANILLA+ | SOLO/DUO/TRIO A vanilla-focused Rust experience with just enough extra content to keep every wipe exciting. FEATURES • 1.5x Gather Rates • Solo / Duo / Trio • Custom Zombie Scientists • Raidable Bases • Dangerous Treasures • Custom Bradley APC • Custom Patrol Helicopter • Better Loot Tables • Deep Sea Content • Quick Smelt • Furnace Splitter • Balanced Progression OUR GOAL Level Up is built for players who enjoy vanilla Rust but want more things to do without turning the game into a heavily modded grindfest. NO PAY TO WIN All players compete on equal ground. DISCORD https://discord.gg/qEGfxcHnJY",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781069656,
"last_online": 1781352033,
"icon": null,
"name": "LEVEL UP | PVP | 1.5x Vanilla+ | Solo/Duo/Trio | Zombies | Raid",
"connect": "157.85.93.229:21873",
"request": "157.85.93.229:21874",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2627",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780996894,
"last_update": 1781352033,
"banned": false,
"wipe": 1780969034,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6070,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11771307");
$data = json_decode($json, true);
var_dump($data);