Garry's Mod
► SOLVE ◄ 🍥 Naruto → Région 1/2 | .gg/solve-naruto için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11165411json
{
"response": {
"steam_id": "90281254862788610",
"domain": null,
"id": 11165411,
"ip": "208.115.214.61",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Paris",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1773457931,
"score": 0,
"last_online": 1776634289,
"icon": null,
"name": "► SOLVE ◄ 🍥 Naruto → Région 1/2 | .gg/solve-naruto",
"connect": "208.115.214.61:27015",
"request": "208.115.214.61:27015",
"map": "rp_ninja_solve_01_v1c",
"gamemode": "Naruto RP",
"version": "2024.10.29",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772228592,
"last_update": 1776634289,
"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": 2728,
"language": "fr",
"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/11165411");
$data = json_decode($json, true);
var_dump($data);