The Lost Herd | 5x Growth | No Rules | Global Chat | के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11756749,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Oakton",
"description": null,
"game": 376210,
"owner": 199014,
"boosts": 1,
"last_offline": 1780759472,
"last_online": 1780804228,
"icon": null,
"name": "The Lost Herd | 5x Growth | No Rules | Global Chat |",
"connect": null,
"request": null,
"map": "Gateway",
"gamemode": null,
"version": "evrima 0.21.1425",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": false,
"country": "US",
"status": true,
"votes": 2,
"points": 62,
"add_date": 1780712108,
"last_update": 1780804228,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": false,
"hide_address": true,
"hide_query": true,
"position_game": 18,
"language": "en",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "emilio",
"avatar": "fce7160c-05d4-46f4-b161-e81930a03fdb.webp"
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11756749");
$data = json_decode($json, true);
var_dump($data);