Abiotic Factor
Abiotic Factor Server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/8321649json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8321649,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[\n {\n \"id\": \"LMwmgo9Xqf\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"\\nWe are proud to bring you our Legacy server on The Isle, Chaos Theory! \\nOur Isle Legacy server is a 50 player slot using the Isle V3 map!\\n\\nOur server name is: Chaos Theory (Noob friendly, High AI) Focus on semi-realism style play, increased group packing limits, herbivore aggression is allowed, nest protection, and less in-game rules compared to larger servers.\\n\\n- Our admins are dedicated and care about YOUR in game experience. Please join our Discord ([discord.gg/chaos-theory](https://discord.gg/chaos-theory)) for more details, including rules, giveaways, events and we hope to see you on our server! Happy Hunting! \\n\\n\"\n }\n }\n]",
"game": 427410,
"owner": 111257,
"boosts": 1,
"last_offline": 1761066781,
"score": 5,
"last_online": 1760051420,
"icon": null,
"name": "Abiotic Factor Server",
"connect": null,
"request": null,
"map": null,
"gamemode": "Abiotic Factor",
"version": null,
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1743350939,
"last_update": 1761066781,
"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": 1393,
"language": "en",
"parked": true,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor"
},
"server_owner": {
"username": "MilkyAtlas",
"avatar": "cade6fdf-d92a-4c63-9362-0e903fdd4981.jpg",
"last_online": 1743350746
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/8321649");
$data = json_decode($json, true);
var_dump($data);