The Isle
[Ger/Eng] The Journey के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/1751033json
{
"response": {
"steam_id": null,
"domain": null,
"id": 1751033,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "",
"game": 376210,
"owner": 77697,
"boosts": 1,
"last_offline": 1750457066,
"score": 5,
"last_online": 1746526836,
"icon": null,
"name": "[Ger/Eng] The Journey",
"connect": null,
"request": null,
"map": "Thenyaw Island",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1699446483,
"last_update": 1750457066,
"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": 349,
"language": "de",
"parked": true,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "Jojoko",
"avatar": "89ec2f10-c1a2-4fee-9d5d-7b173c556edc.jpg",
"last_online": 1722906428
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/1751033");
$data = json_decode($json, true);
var_dump($data);