Counter-Strike: Global Offensive
GameSphere - Legacy | Dust II / Mirage| 128 tick için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11142809json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11142809,
"ip": "170.168.115.55",
"port": 27115,
"query": 27115,
"color": 0,
"city": "Mytishchi",
"description": "[{\"id\":\"8KA9y_-LMI\",\"type\":\"paragraph\",\"data\":{\"text\":\"**GameSphere | RANDOM CHAOS #1 | RU**\"}},{\"id\":\"rm08GxWg7P\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сервер, где каждый раунд он рандомный, рандомное оружие, рандомное событие. Место, где есть веселье. Заходи на сервер и попробуй определённый раунд, может тебе приглядится один из десятков.\"}}]",
"game": 4465480,
"owner": 167871,
"boosts": 1,
"last_offline": 1774156926,
"score": 0,
"last_online": 1775812811,
"icon": null,
"name": "GameSphere - Legacy | Dust II / Mirage| 128 tick",
"connect": "170.168.115.55:27115",
"request": "170.168.115.55:27115",
"map": "de_mirage",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1770820975,
"last_update": 1775812811,
"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": 106,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "gamesphere",
"avatar": "35f45ebd-907f-4976-b090-ed0478c55974.png",
"last_online": 1770821592
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11142809");
$data = json_decode($json, true);
var_dump($data);