Enshrouded
Rauschkinder Online / join:rauschkinder.online के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10810740json
{
"response": {
"steam_id": "90284544329700373",
"domain": "phoenix.rauschkinder.online",
"id": 10810740,
"ip": "88.99.96.162",
"port": 15637,
"query": 15637,
"color": 0,
"city": "Falkenstein",
"description": "[{\"id\":\"Oh64WdpBTA\",\"type\":\"paragraph\",\"data\":{\"text\":\"fu\"}}]",
"game": 1203620,
"owner": 144693,
"boosts": 1,
"last_offline": 1776382415,
"score": 5,
"last_online": 1776435124,
"icon": null,
"name": "Rauschkinder Online / join:rauschkinder.online",
"connect": "phoenix.rauschkinder.online:15637",
"request": "88.99.96.162:15637",
"map": null,
"gamemode": "Enshrouded",
"version": "0.0.15.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1767108649,
"last_update": 1776435124,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4,
"language": "de",
"parked": false,
"app": {
"id": 1611384,
"steam_id": 1203620,
"name": "Enshrouded",
"url": "enshrouded"
},
"server_owner": {
"username": "Staniolpapierdl",
"avatar": "22cbcf46-561a-4cab-8529-1b7f1e836389.jpg",
"last_online": 1771037548
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10810740");
$data = json_decode($json, true);
var_dump($data);