Avorion
GTXGaming.co.uk - Avorion Dedicated Server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/8536761json
{
"response": {
"steam_id": "90284352281117725",
"domain": null,
"id": 8536761,
"ip": "45.59.162.3",
"port": 27303,
"query": 27020,
"color": 0,
"city": "New York",
"description": "Powered by GTXGaming.co.uk",
"game": 445220,
"owner": null,
"boosts": 1,
"last_offline": 1768640967,
"score": 0,
"last_online": 1776222615,
"icon": null,
"name": "GTXGaming.co.uk - Avorion Dedicated Server",
"connect": "45.59.162.3:27303",
"request": "45.59.162.3:27020",
"map": "ueb9anw9Aw",
"gamemode": "Avorion",
"version": "2.5.10.43098",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1744463550,
"last_update": 1776222615,
"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": 75,
"language": "en",
"parked": false,
"app": {
"id": 172,
"steam_id": 445220,
"name": "Avorion",
"url": "avorion"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/8536761");
$data = json_decode($json, true);
var_dump($data);