OneFishLake - Build 42 - Unstable के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": 90286211451691020,
"domain": null,
"id": 11536818,
"ip": "73.72.9.133",
"port": 16261,
"query": 16261,
"project_id": null,
"color": 0,
"city": "Aurora",
"description": "Private server, invite only",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1781175213,
"last_online": 1780294829,
"icon": null,
"name": "OneFishLake - Build 42 - Unstable",
"connect": "73.72.9.133:16261",
"request": "73.72.9.133:16261",
"map": "DawnTown;DeltaCreek;Muldraugh,",
"gamemode": "Project Zomboid",
"version": "42.18",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779355311,
"last_update": 1781175213,
"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": 8217,
"language": "en",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11536818");
$data = json_decode($json, true);
var_dump($data);