Counter-Strike 2
☢️PIXELH.RU☢️ | AWP LEGO | !VIPTEST !SKINS !WS !GLOVES için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11220214json
{
"response": {
"steam_id": "85568392925244581",
"domain": null,
"id": 11220214,
"ip": "170.168.115.56",
"port": 27115,
"query": 27115,
"color": 0,
"city": "Mytishchi",
"description": null,
"game": 730,
"owner": 149857,
"boosts": 1,
"last_offline": 1774156925,
"score": 0,
"last_online": 1776308408,
"icon": null,
"name": "☢️PIXELH.RU☢️ | AWP LEGO | !VIPTEST !SKINS !WS !GLOVES",
"connect": "170.168.115.56:27115",
"request": "170.168.115.56:27115",
"map": "awp_lego_2",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 431,
"points": 591,
"add_date": 1772802170,
"last_update": 1776308408,
"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": 22,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "gameboyas01",
"avatar": "2ede3df8-2041-4a2f-b812-59d5c6c10f90.jpg",
"last_online": 1776273877
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11220214");
$data = json_decode($json, true);
var_dump($data);