Space Engineers
AWL Dawn के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/5014418json
{
"response": {
"steam_id": "90284127172708366",
"domain": null,
"id": 5014418,
"ip": "176.9.20.73",
"port": 27119,
"query": 27119,
"color": 0,
"city": "Falkenstein",
"description": "[{\"id\":\"XAAY8EgwP1\",\"type\":\"paragraph\",\"data\":{\"text\":\"This is the Dawn server. Join ingame through the lobby https://gamemonitoring.net/space-engineers/servers/3583279\\n\"}},{\"id\":\"Bo2vXxCpeX\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Server Features & Details:**\"}},{\"id\":\"CqFqd_UUwU\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 16c/32t AMD Ryzen 9 5950x @4.9Ghz\"}},{\"id\":\"VRwbgeX00c\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 128GB RAM\"}},{\"id\":\"Yi367WwvBN\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 7TB Datacenter NVMe disks (120gbps)\"}},{\"id\":\"OmUSGr8Kd-\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 1gbps up and down dedicated channel\"}},{\"id\":\"xSEEPAOduf\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Mainly focuses on PvE adventures (PvP allowed but uncommon)\"}},{\"id\":\"4J6wcJZb-r\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ No set PCU, limits based on lag instead\"}},{\"id\":\"S3a7xTllih\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Modded planets\"}},{\"id\":\"V2OXBuoJUW\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Linked DiscordGame chat\"}},{\"id\":\"hwAWHjZW34\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Daily active players and staff team\"}},{\"id\":\"kLopDQdrv5\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Modular Encounters systems with all expansions\"}},{\"id\":\"RXyDxwRqmM\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Automated restarts and customized grid rules\"}},{\"id\":\"Ct-7a8oQwJ\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Voting rewards and player kits\"}},{\"id\":\"sSsXJ8wXlz\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ And a lot more!\"}},{\"id\":\"Oh4GKOsUbX\",\"type\":\"paragraph\",\"data\":{\"text\":\"If you enjoy playing on this server, please consider donating through our Discord or at patreon.com/AWLGaming to help with server hosting costs.\"}}]",
"game": 244850,
"owner": 24744,
"boosts": 1,
"last_offline": 1773832320,
"score": 0,
"last_online": 1775749212,
"icon": null,
"name": "AWL Dawn",
"connect": "176.9.20.73:27119",
"request": "176.9.20.73:27119",
"map": null,
"gamemode": "Space Engineers",
"version": "1208015",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1720277958,
"last_update": 1775749212,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8,
"language": "en",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers",
"popular_maps_available": false
},
"server_owner": {
"username": "awl_gaming",
"avatar": "8f313331-ffe6-485c-8bcb-d4def338f31a.png",
"last_online": 1775528825
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/5014418");
$data = json_decode($json, true);
var_dump($data);