Counter-Strike
CS Forever Public | 1000 FPS [Since 2026] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11441214json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11441214,
"ip": "37.221.211.225",
"port": 27061,
"query": 27061,
"color": 0,
"city": "Budapest",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1777584796,
"score": 0,
"last_online": 1778572908,
"icon": null,
"name": "CS Forever Public | 1000 FPS [Since 2026]",
"connect": "37.221.211.225:27061",
"request": "37.221.211.225:27061",
"map": "de_train",
"gamemode": "Public | 1000 FPS | NO LAG",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "HU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774977490,
"last_update": 1778572908,
"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": 6383,
"language": "hu",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11441214");
$data = json_decode($json, true);
var_dump($data);