The Isle
[RU/EU] Hard Survival [No rules] [Storage] के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10277530json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10277530,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"46yDR6qi0A\",\"type\":\"paragraph\",\"data\":{\"text\":\"SITE - hardshop.gameservers.me\"}}]",
"game": 376210,
"owner": 134790,
"boosts": 1,
"last_offline": 1761066216,
"score": 0,
"last_online": 1758484218,
"icon": null,
"name": "[RU/EU] Hard Survival [No rules] [Storage]",
"connect": null,
"request": null,
"map": "Isle V3",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1757319907,
"last_update": 1761066216,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 389,
"language": "ru",
"parked": true,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "DinosOwn",
"avatar": "no.jpg",
"last_online": 1757417490
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10277530");
$data = json_decode($json, true);
var_dump($data);