Hired Ops
MSK5-XBOQRO 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/2978460json
{
"response": {
"steam_id": null,
"domain": null,
"id": 2978460,
"ip": "92.223.103.42",
"port": 28263,
"query": 27263,
"color": 0,
"city": "Moscow",
"description": "",
"game": 374280,
"owner": null,
"boosts": 1,
"last_offline": 1775737282,
"score": null,
"last_online": 1775602365,
"icon": null,
"name": "MSK5-XBOQRO",
"connect": "92.223.103.42:28263",
"request": "92.223.103.42:27263",
"map": "2",
"gamemode": "Contract Wars 2.0 Standalone",
"version": null,
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1707595686,
"last_update": 1775737282,
"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": 2611,
"language": "ru",
"parked": false,
"app": {
"id": 6495,
"steam_id": 374280,
"name": "Hired Ops",
"url": "hired-ops",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/2978460");
$data = json_decode($json, true);
var_dump($data);