Garry's Mod
🔵 FrostBite Gaming 🔵 | CWRP | Free Jedi | [FBG] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10876820json
{
"response": {
"steam_id": "85568392936217866",
"domain": null,
"id": 10876820,
"ip": "207.166.129.18",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Chicago",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776276114,
"score": 0,
"last_online": 1777510830,
"icon": null,
"name": "🔵 FrostBite Gaming 🔵 | CWRP | Free Jedi | [FBG]",
"connect": "207.166.129.18:27015",
"request": "207.166.129.18:27015",
"map": "rp_sog_fbg",
"gamemode": "Star Wars RP",
"version": "2026.04.29",
"numplayers": 22,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1768319187,
"last_update": 1777510830,
"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": 108,
"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/10876820");
$data = json_decode($json, true);
var_dump($data);