Rust
API pentru SERA — Solo/Duo [EU] — Vanilla Core QoL | No BP Wipe
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10652848json
{
"response": {
"fps": 115,
"fps_avg": 90,
"entities_count": 38497,
"world_seed": 766647090,
"world_size": 2800,
"steam_id": "90285731420901398",
"domain": null,
"id": 10652848,
"ip": "95.216.241.221",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Helsinki",
"description": "![SERA — Solo/Duo [EU] — Vanilla Core QoL | No BP Wipe](https://files.catbox.moe/t2bqbm.png)\nWelcome to SERA\r\n\r\nA more dynamic, living island awaits you\r\nSubtle changes — meaningful impact\r\n\r\n• Solo / Duo\r\n• Vanilla core with subtle QoL tweaks\r\n• Weekly Map-Wipe\r\n• 25% less Upkeep\r\n• No BP wipe\r\n• selected admins\r\n• obviously no pay to win\r\n• Stable performance\r\n• keep the chat in English\r\n\r\nRules:\r\n• No cross-teams\r\n• Zero tolerance for cheaters\r\n• recent bans = no access.\r\n\r\nWipe schedule:\r\nMonthly Forcewipe: First Thursday - 20:00 CET\r\nRegular Wipe: Friday - 17:00 CET\r\nNext Wipe: 09.01.2026 - 17:00 CET\r\n\r\nCommunity:\r\ndiscord.gg/joinsera\r\nskin giveaways via Discord\r\n\r\nActive development - expect frequent improvements\r\n\r\n- So let’s keep it simple -\r\nIf you're looking for something better\r\nhop on SERA\r\n\r\n~Vogel\r\nsince 17.11.2025",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778548380,
"score": 0,
"last_online": 1778764819,
"icon": null,
"name": "SERA — Solo/Duo [EU] — Vanilla Core QoL | No BP Wipe",
"connect": "95.216.241.221:28015",
"request": "95.216.241.221:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1763724363,
"last_update": 1778764819,
"banned": false,
"wipe": 1778281644,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3770,
"language": "fi",
"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/10652848");
$data = json_decode($json, true);
var_dump($data);