Counter-Strike: Source
{AWP BEST MAPS} *ANGER TEAM*24 HORAS A MELHOR DO BRASIL. için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11061247json
{
"response": {
"steam_id": "90284308721873933",
"domain": null,
"id": 11061247,
"ip": "45.179.91.41",
"port": 30200,
"query": 30200,
"color": 0,
"city": "São Paulo",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1774887130,
"score": 0,
"last_online": 1776160238,
"icon": null,
"name": "{AWP BEST MAPS} *ANGER TEAM*24 HORAS A MELHOR DO BRASIL.",
"connect": "45.179.91.41:30200",
"request": "45.179.91.41:30200",
"map": "scoutzknivez_v2",
"gamemode": "Counter-Strike: Source",
"version": "9540945",
"numplayers": 0,
"maxplayers": 12,
"bots": 2,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769970804,
"last_update": 1776160238,
"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": 1585,
"language": "pt",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11061247");
$data = json_decode($json, true);
var_dump($data);