API pentru [US] Noobs Playground 5x | NoBPs | Loot+ | Noob Friendly
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 18,
"fps_avg": 35,
"entities_count": 195442,
"world_seed": 1998048399,
"world_size": 4250,
"steam_id": "90286548882982943",
"domain": null,
"id": 10741157,
"ip": "91.229.114.137",
"port": 28051,
"query": 28053,
"color": 0,
"city": "Chicago",
"description": "![[US] Noobs Playground 5x | NoBPs | Loot+ | Noob Friendly](https://i.imgur.com/EnpPZeO.png)\nWelcome to Noobs Playground — a noob-friendly 5x Rust server built for new and casual players who want fast progression, exciting events, and a chill community.\\\r\nServer Features\\\r\n\\\r\n• Monthly Wipe\\\r\n• 5x Gather & 5x Custom Loot\\\r\n• BetterTC\\\r\n• Stacking Boxes\\\r\n• Modded Boats\\\r\n• Always Open Deep Sea\\\r\n• Quick Smelting\\\r\n• All Blueprints Unlocked\\\r\n• Active Admins\\\r\n• Discord Integrated\\\r\n• Custom Building Sites\\\r\n• Raidable Bases\\\r\n• Night Skip Vote\\\r\n• SkinBox\\\r\n• Free Minicopter\\\r\n• Teleporting System\\\r\n• Server & Ammo Hud\\\r\n• 1 Hit Barrels @ Auto Pickup\\\r\n• Backpacks\\\r\n• Fast Airdrops\\\r\n• Raid Alarms\\\r\n\\\r\nIf you’re new to Rust or just want a fun, fast, and fair experience, Noobs Playground is the place to play.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780588835,
"icon": null,
"name": "[US] Noobs Playground 5x | NoBPs | Loot+ | Noob Friendly",
"connect": "91.229.114.137:28051",
"request": "91.229.114.137:28053",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1766250801,
"last_update": 1780588835,
"banned": false,
"wipe": 1778177352,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3876,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10741157");
$data = json_decode($json, true);
var_dump($data);