Garry's Mod
GameDough | Fast/No Downloads | Salubrious Times Ahead için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/1813489json
{
"response": {
"steam_id": "85568392925719194",
"domain": null,
"id": 1813489,
"ip": "194.29.100.156",
"port": 27027,
"query": 27027,
"color": 0,
"city": "Sydney",
"description": "",
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1773359486,
"score": null,
"last_online": 1776796336,
"icon": null,
"name": "GameDough | Fast/No Downloads | Salubrious Times Ahead",
"connect": "194.29.100.156:27027",
"request": "194.29.100.156:27027",
"map": "deathrun_spongebob_finalfix2",
"gamemode": "Deathrun",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1699866489,
"last_update": 1776796336,
"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": 993,
"language": "en",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/1813489");
$data = json_decode($json, true);
var_dump($data);