API für The Northmen - EU PvE 2x | Skills | Quests | No BP Wipe | Kits
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 220,
"fps_avg": 210,
"entities_count": 122221,
"world_seed": 92518928,
"world_size": 4500,
"steam_id": "90286332656904212",
"domain": null,
"id": 11501117,
"ip": "213.133.111.26",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Falkenstein",
"description": "\nWelcome to The Northmen!\r\n\r\n- 2x PvE Server\r\n- Progression Skill Tree to boost gather, loot, damage, etc. Even call in your own MLRS.\r\n- Hand-built custom loot tables for every object in the game.\r\n- Raidable Bases with over 500 bases ready to raid!!\r\n- Replaced and added a ton of scientists to make roaming more exciting.\r\n- Shop to buy and sell items for in-game currency.\r\n- Large Backpack\r\n- True PvE Protection\r\n\r\nPress the",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780606414,
"last_online": 1779996631,
"icon": null,
"name": "The Northmen - EU PvE 2x | Skills | Quests | No BP Wipe | Kits",
"connect": "213.133.111.26:28010",
"request": "213.133.111.26:28015",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207167,
"last_update": 1780606414,
"banned": false,
"wipe": 1778435920,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10738,
"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/11501117");
$data = json_decode($json, true);
var_dump($data);