API dla Sulfur Springs 3x Vanilla+ Fresh Wipes
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 219,
"fps_avg": 219,
"entities_count": 45537,
"world_seed": 22265,
"world_size": 3000,
"steam_id": "90286269873595399",
"domain": null,
"id": 11511652,
"ip": "103.195.100.87",
"port": 5029,
"query": 5031,
"color": 0,
"city": "Miami",
"description": "Welcome to Sulfur Springs, a fast-paced but balanced Rust experience built for PvP, raiding, and progression without the insane grind. ⚡ Server Info * 3x Gather Rates (balanced, not chaotic) * Vanilla+ feel (no pay-to-win) * Active admins & fair moderation * Smooth performance & low lag 🗺️ Wipe Schedule * Map Wipe: Weekly / Biweekly (choose one) * Blueprint Wipe: Monthly 🔫 Gameplay * Solo / Duo / Trio focused (change if needed) * Active PvP & raids encouraged * No toxic admin abuse 📌 Rules * No cheating / scripting * No racism or harassment * No exploiting bugs * Play fair, have fun 💬 Discord Join for updates, events, and wipe announcements:https://discord.gg/rjabPdcUrJ",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596798,
"last_online": 1780563029,
"icon": null,
"name": "Sulfur Springs 3x Vanilla+ Fresh Wipes",
"connect": "103.195.100.87:5029",
"request": "103.195.100.87:5031",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353859,
"last_update": 1780596798,
"banned": false,
"wipe": 1778992357,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11661,
"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/11511652");
$data = json_decode($json, true);
var_dump($data);