SPB Furrs Private Server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286536941358090",
"domain": null,
"id": 11619644,
"ip": "170.168.115.67",
"port": 16361,
"query": 16361,
"color": 0,
"city": "Mytishchi",
"description": "Furry community server. For play send DM in TG - @cheefaitler",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780344854,
"last_online": 1780504825,
"icon": null,
"name": "SPB Furrs Private Server",
"connect": "170.168.115.67:16361",
"request": "170.168.115.67:16361",
"map": "map_rv;rv2;rvupdate;Atlas Under",
"gamemode": "Project Zomboid",
"version": "42.19",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1779915997,
"last_update": 1780504825,
"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": 168,
"language": "ru",
"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/11619644");
$data = json_decode($json, true);
var_dump($data);