Counter-Strike: Global Offensive
[BR] Avalon | CSGO Zombie Escape | discord.gg/84TrbjHQrs | !WS !KNIFE | <@mjsv.io> için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11252661json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11252661,
"ip": "131.196.196.196",
"port": 27080,
"query": 27080,
"color": 0,
"city": "Cotia",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1776680601,
"score": 0,
"last_online": 1776832248,
"icon": null,
"name": "[BR] Avalon | CSGO Zombie Escape | discord.gg/84TrbjHQrs | !WS !KNIFE | <@mjsv.io>",
"connect": "131.196.196.196:27080",
"request": "131.196.196.196:27080",
"map": "ze_scp_containment_breach_v1_b02_cm4",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774438410,
"last_update": 1776832248,
"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": 1632,
"language": "pt",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11252661");
$data = json_decode($json, true);
var_dump($data);