Garry's Mod
常轨脱离杀手模式[Murder] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9395756json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9395756,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 4000,
"owner": 138889,
"boosts": 1,
"last_offline": 1761066194,
"score": 0,
"last_online": 1759661627,
"icon": null,
"name": "常轨脱离杀手模式[Murder]",
"connect": null,
"request": null,
"map": "gm_flatgrass",
"gamemode": "谁是杀手",
"version": null,
"numplayers": 0,
"maxplayers": 26,
"bots": 0,
"secured": false,
"private": true,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1748178308,
"last_update": 1761066194,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": true,
"hide_address": true,
"hide_query": false,
"position_game": 4210,
"language": "zh",
"parked": true,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": {
"username": "LuckyNeko0721",
"avatar": "no.jpg",
"last_online": 1776701603
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9395756");
$data = json_decode($json, true);
var_dump($data);