Colony of Father & Son के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286638102805528",
"domain": null,
"id": 11587396,
"ip": "154.26.153.78",
"port": 7777,
"query": 28515,
"project_id": null,
"color": 0,
"city": "Sydney",
"description": null,
"game": 1614550,
"owner": null,
"boosts": 1,
"last_offline": 1780643658,
"last_online": 1780801974,
"icon": null,
"name": "Colony of Father & Son",
"connect": "154.26.153.78:7777",
"request": "154.26.153.78:28515",
"map": "freedom",
"gamemode": "Astro Colony",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": false,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357448,
"last_update": 1780801974,
"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": 73,
"language": "en",
"parked": false,
"app": {
"id": 1539923,
"steam_id": 1614550,
"name": "Astro Colony",
"url": "astro-colony"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11587396");
$data = json_decode($json, true);
var_dump($data);