API für [PvE] Skyline PvE - No Raiding/Killing, No Decay, Noob Friendly
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 48,
"fps_avg": 49,
"entities_count": 331360,
"world_seed": 2131832610,
"world_size": 4500,
"steam_id": "90286594175251482",
"domain": null,
"id": 10534499,
"ip": "108.181.88.117",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Dallas",
"description": "![[PvE] Skyline PvE - No Raiding/Killing, No Decay, Noob Friendly](https://skylinepve.com/images/headerimage.jpeg)\nWelcome to Skyline PvE! No Raiding | No Killing | No Stealing | Noob Friendly: \r\nNo killing. Yes, that includes sleepers. \r\nNo Raiding or trespassing. \r\nNo Looting. \r\nToxic behavior will not be tolerated. \r\nActive admins. \r\nLast Wipe: 5-7-2026 \r\nNext Wipe: 6-4-2026 \r\n\r\nFor a full list of rules, please visit our Discord: discord.gg/skylinepve",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780578277,
"last_online": 1780584629,
"icon": null,
"name": "[PvE] Skyline PvE - No Raiding/Killing, No Decay, Noob Friendly",
"connect": "108.181.88.117:28015",
"request": "108.181.88.117:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 8,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1762518693,
"last_update": 1780584629,
"banned": false,
"wipe": 1778178593,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1263,
"language": "en",
"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/10534499");
$data = json_decode($json, true);
var_dump($data);