Garry's Mod
KNAB-Networks Cinema | Pony & Co | Pac | Shop | More के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/3796245json
{
"response": {
"steam_id": "85568392930788364",
"domain": null,
"id": 3796245,
"ip": "149.143.90.59",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Schiedam",
"description": "",
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776762801,
"score": 0,
"last_online": 1776808285,
"icon": null,
"name": "KNAB-Networks Cinema | Pony & Co | Pac | Shop | More",
"connect": "149.143.90.59:27015",
"request": "149.143.90.59:27015",
"map": "knab_cinematime_2024",
"gamemode": "KNAB-Networks: Cinema",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 48,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1712852368,
"last_update": 1776808285,
"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": 968,
"language": "nl",
"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/3796245");
$data = json_decode($json, true);
var_dump($data);