Age of Sea Freeport - (v560.3) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286577491816465",
"domain": null,
"id": 11576893,
"ip": "85.190.162.138",
"port": 10700,
"query": 10701,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1780470424,
"last_online": 1780605045,
"icon": null,
"name": "Age of Sea Freeport - (v560.3)",
"connect": "85.190.162.138:10700",
"request": "85.190.162.138:10701",
"map": "Ocean",
"gamemode": "TestGameMode_C",
"version": "560.3",
"numplayers": 2,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1779356847,
"last_update": 1780605045,
"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": 85,
"language": "de",
"parked": false,
"app": {
"id": 23488,
"steam_id": 834910,
"name": "ATLAS",
"url": "atlas"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11576893");
$data = json_decode($json, true);
var_dump($data);