API dla Denmark 2x┃Vanilla + [Nordic][DK][EU][Weekly]
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 202,
"fps_avg": 197,
"entities_count": 37908,
"world_seed": 1337,
"world_size": 2800,
"steam_id": "90286739123730457",
"domain": null,
"id": 10978833,
"ip": "65.21.130.31",
"port": 25569,
"query": 25570,
"project_id": null,
"color": 0,
"city": "Helsinki",
"description": "![Denmark 2x┃Vanilla + [Nordic][DK][EU][Weekly]](https://i.postimg.cc/3xQQ1VMx/Ny-rust-server-banner.png)\nEvent: Capture the Flag – Win a 25€ Steam Gift Card\r\n Activate a timer placed in an open field.\r\n Start it, defend the area, survive the chaos, and make your way to the nearest safezone with the note you receive.\r\n Deliver the flag and claim your reward.\r\n \r\n Reward:\r\n 25€ Steam Gift Card + VIP rank (queue skip, skinbox, prefix)\r\n \r\n The event starts when 35 players are online.\r\n No sign-up required — just be ready when the timer appears.\r\n \r\n Looking for a clean but boosted Rust experience?\r\n Kern Rust offers a smooth x2 Vanilla+ setup focused on performance, balance, and quality-of-life features — no bloat, no pay-to-win.\r\n \r\n Server Features\r\n 50% lower upkeep\r\n x2 gather rates\r\n Stacking enabled\r\n Vote rewards\r\n Rust+ fully enabled\r\n Furnace splitter\r\n \r\n Admin & Community\r\n Active Admins\r\n Balanced Vanilla+ gameplay\r\n Wipes every (Friday blueprint+map wipe) and (Monday Wipe, but keeps the blueprints) at 18:00 CET\r\n \r\n Join Kern Rust and get a strong start.\r\n IP: 65.21.130.31:25569\r\n Discord: https://discord.gg/bhCYFCP5ze\r\n Website: https://hawis0.github.io/kernrust-site/",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780718595,
"last_online": 1780945838,
"icon": null,
"name": "Denmark 2x┃Vanilla + [Nordic][DK][EU][Weekly]",
"connect": "65.21.130.31:25569",
"request": "65.21.130.31:25570",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": false,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769901014,
"last_update": 1780945838,
"banned": false,
"wipe": 1780719150,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4503,
"language": "fi",
"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/10978833");
$data = json_decode($json, true);
var_dump($data);