[TR] ENFEKTE ROLE PLAY के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286481001799684",
"domain": null,
"id": 11534868,
"ip": "45.155.19.212",
"port": 16261,
"query": 16261,
"color": 0,
"city": "Başakşehir",
"description": "http://enfekte.tr sitesinden server hakkında genel bilgi edinebilirsiniz.",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780318453,
"last_online": 1780330226,
"icon": null,
"name": "[TR] ENFEKTE ROLE PLAY",
"connect": "45.155.19.212:16261",
"request": "45.155.19.212:16261",
"map": "Constown, KY;Raven Creek B42;Mu",
"gamemode": "Project Zomboid",
"version": "42.19",
"numplayers": 4,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1779355241,
"last_update": 1780330226,
"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": 126,
"language": "tr",
"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/11534868");
$data = json_decode($json, true);
var_dump($data);