Counter-Strike
Тюремный мир 12+ [FREE HOOK + FREE VIP] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9967266json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9967266,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 10,
"owner": 136527,
"boosts": 1,
"last_offline": 1761066194,
"score": 0,
"last_online": 1759648224,
"icon": null,
"name": "Тюремный мир 12+ [FREE HOOK + FREE VIP]",
"connect": null,
"request": null,
"map": "jail_anka_v1",
"gamemode": "Counter-Strike",
"version": null,
"numplayers": 0,
"maxplayers": 22,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1754669275,
"last_update": 1761066194,
"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": 7218,
"language": "ru",
"parked": true,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "Vupsen22",
"avatar": "054013d1-0cd1-4f0c-ae33-9308077fe9ae.jpg",
"last_online": 1758474261
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9967266");
$data = json_decode($json, true);
var_dump($data);