Abiotic Factor
We Happy Few के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11478718json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11478718,
"ip": "111.242.30.127",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Chiayi City",
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1775992278,
"score": 0,
"last_online": 1775165435,
"icon": null,
"name": "We Happy Few",
"connect": "111.242.30.127:7777",
"request": "111.242.30.127:27015",
"map": null,
"gamemode": "Abiotic Factor",
"version": null,
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "TW",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774978907,
"last_update": 1775992278,
"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": 2402,
"language": "zh",
"parked": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11478718");
$data = json_decode($json, true);
var_dump($data);