Counter-Strike: Source
GTi7 #2 POOLPARTY (NO RUSH) | FastDL | ♥ NO AWP ♥ için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8553667json
{
"response": {
"steam_id": "90284387091782682",
"domain": null,
"id": 8553667,
"ip": "85.202.163.252",
"port": 20005,
"query": 20005,
"color": 0,
"city": "Düsseldorf",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1775404331,
"score": 0,
"last_online": 1776231627,
"icon": null,
"name": "GTi7 #2 POOLPARTY (NO RUSH) | FastDL | ♥ NO AWP ♥",
"connect": "85.202.163.252:20005",
"request": "85.202.163.252:20005",
"map": "fy_poolparty_v2_gog",
"gamemode": "[GTi7 WORLD]",
"version": "9540945",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1744770637,
"last_update": 1776231627,
"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": 1230,
"language": "de",
"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/8553667");
$data = json_decode($json, true);
var_dump($data);