Abiotic Factor
FR TeamKit | Discord : vAnxjeUh3e के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9964607json
{
"response": {
"steam_id": "90283599064979466",
"domain": "amp.teamkit.fr",
"id": 9964607,
"ip": "51.254.47.151",
"port": 7778,
"query": 27017,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 427410,
"owner": 125263,
"boosts": 1,
"last_offline": 1776769355,
"score": 0,
"last_online": 1776543024,
"icon": null,
"name": "FR TeamKit | Discord : vAnxjeUh3e",
"connect": "amp.teamkit.fr:7778",
"request": "51.254.47.151:27017",
"map": null,
"gamemode": "Abiotic Factor",
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1754388920,
"last_update": 1776769355,
"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": 1842,
"language": "fr",
"parked": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor"
},
"server_owner": {
"username": "TK_Hydrocut",
"avatar": "bbc013b8-1df9-4356-8257-b512482aa1ea.jpg",
"last_online": 1755894095
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/9964607");
$data = json_decode($json, true);
var_dump($data);