Garry's Mod
North American Transportation Multiverse - Trainbuild के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11207385json
{
"response": {
"steam_id": "85568392924548837",
"domain": null,
"id": 11207385,
"ip": "76.118.241.76",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Greenfield",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776798203,
"score": 0,
"last_online": 1776811238,
"icon": null,
"name": "North American Transportation Multiverse - Trainbuild",
"connect": "76.118.241.76:27015",
"request": "76.118.241.76:27015",
"map": "gm_sunsetgulch2",
"gamemode": "Sandbox",
"version": "2025.03.26",
"numplayers": 1,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1772700456,
"last_update": 1776811238,
"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": 327,
"language": "en",
"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/11207385");
$data = json_decode($json, true);
var_dump($data);