Garry's Mod
Homigrad Brazil | Homicide के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10986552json
{
"response": {
"steam_id": "85568392933107987",
"domain": null,
"id": 10986552,
"ip": "45.231.200.7",
"port": 27031,
"query": 27031,
"color": 0,
"city": "Penápolis",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1775472128,
"score": 0,
"last_online": 1776823344,
"icon": null,
"name": "Homigrad Brazil | Homicide",
"connect": "45.231.200.7:27031",
"request": "45.231.200.7:27031",
"map": "cs_insertion2_dusk",
"gamemode": "Homigrad",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769902618,
"last_update": 1776823344,
"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": 2354,
"language": "pt",
"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/10986552");
$data = json_decode($json, true);
var_dump($data);