API für [Nordic Viking] 1000x | Pve/Pvp | Biweekly wipe | Active Admin
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 52,
"fps_avg": 50,
"entities_count": 215472,
"world_seed": 1337,
"world_size": 2500,
"steam_id": "90286207731728384",
"domain": null,
"id": 11260044,
"ip": "5.9.28.5",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Falkenstein",
"description": "![[Nordic Viking] 1000x | Pve/Pvp | Biweekly wipe | Active Admin](https://i.ibb.co/B5xSmJn5/1000x.png)\n- Biweekly wipe [ Pve Monday-friday]-[PVP Saturday and Sunday]\r\n- Instant crafting\r\n- Basement\r\n- You own Recycler\r\n- Raideble NPC Bases\r\n- mini\r\n-Shop,kits Events and more",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599220,
"last_online": 1779740421,
"icon": null,
"name": "[Nordic Viking] 1000x | Pve/Pvp | Biweekly wipe | Active Admin",
"connect": "5.9.28.5:28025",
"request": "5.9.28.5:28026",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774555186,
"last_update": 1780599220,
"banned": false,
"wipe": 1778185624,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10408,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11260044");
$data = json_decode($json, true);
var_dump($data);