BenjisRP.COM | IRISH | SINCE 2019 | CARS/ECO/CUSTOM için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "85568392925489806",
"domain": null,
"id": 7169245,
"ip": "194.26.213.231",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Dublin",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1781094815,
"last_online": 1780795274,
"icon": null,
"name": "BenjisRP.COM | IRISH | SINCE 2019 | CARS/ECO/CUSTOM",
"connect": "194.26.213.231:27015",
"request": "194.26.213.231:27015",
"map": "rp_downtown_v4g_v2",
"gamemode": "DarkRP",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "IE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1736273975,
"last_update": 1781094815,
"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": 4820,
"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/7169245");
$data = json_decode($json, true);
var_dump($data);