API dla [Nordic Viking] | 5x | Monthly wipe | Active Admin | Skilltree
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 92046,
"world_seed": 822722419,
"world_size": 4000,
"steam_id": "90286593511986181",
"domain": null,
"id": 10815294,
"ip": "178.63.84.126",
"port": 28005,
"query": 28006,
"color": 0,
"city": "Falkenstein",
"description": "![[Nordic Viking] | 5x | Monthly wipe | Active Admin | Skilltree](https://i.ibb.co/6Jmkk0XM/Chat-GPT-Image-8-apr-2026-17-14-45.png)\n- Monthly Wipe \r\n- Instant crafting\r\n- Basement\r\n- You own Recycler\r\n- mini\r\n-Shop,kits Events and more",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780532661,
"last_online": 1780588236,
"icon": null,
"name": "[Nordic Viking] | 5x | Monthly wipe | Active Admin | Skilltree",
"connect": "178.63.84.126:28005",
"request": "178.63.84.126:28006",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1767109879,
"last_update": 1780588236,
"banned": false,
"wipe": 1780532654,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3947,
"language": "de",
"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/10815294");
$data = json_decode($json, true);
var_dump($data);