NLS Project | ╚╣ечня | Начало... के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "85568392936224758",
"domain": null,
"id": 11622138,
"ip": "45.11.16.76",
"port": 7010,
"query": 7010,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780708453,
"last_online": 1780758798,
"icon": null,
"name": "NLS Project | ╚╣ечня | Начало...",
"connect": "45.11.16.76:7010",
"request": "45.11.16.76:7010",
"map": "nls_map",
"gamemode": "DarkRP",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916079,
"last_update": 1780758798,
"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": 3461,
"language": "de",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11622138");
$data = json_decode($json, true);
var_dump($data);