SleepySerpents Chill&Kill के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286929319609347",
"domain": null,
"id": 11798798,
"ip": "162.19.159.216",
"port": 23934,
"query": 23936,
"project_id": null,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 321360,
"owner": null,
"boosts": 1,
"last_offline": 1781379037,
"last_online": 1781393449,
"icon": null,
"name": "SleepySerpents Chill&Kill",
"connect": "162.19.159.216:23934",
"request": "162.19.159.216:23936",
"map": "pc-docks",
"gamemode": "PCFreeRoamGame",
"version": "3.3.2",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1781379037,
"last_update": 1781393449,
"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": 11,
"language": "de",
"parked": false,
"app": {
"id": 4384,
"steam_id": 321360,
"name": "Primal Carnage: Extinction",
"url": "primal-carnage-extinction"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11798798");
$data = json_decode($json, true);
var_dump($data);