Arma 3
API для ABRA YENI IP : 5.175.206.67 | DC: ABRACOOP
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/3116276json
{
"response": {
"steam_id": null,
"domain": null,
"id": 3116276,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"mwFqjGawA-\",\"type\":\"paragraph\",\"data\":{\"text\":\"ABRA CO-OP Birlikleri Türkiyenin en aktif oyun sunucusu!\"}},{\"id\":\"1EJ4XYHl9S\",\"type\":\"paragraph\",\"data\":{\"text\":\"2021 yılında Kamber tarafından kurulan sunucumuz kesintisiz şekilde oyun hizmetini sunmaya devam ediyor.\"}},{\"id\":\"X8yOUQFFz2\",\"type\":\"paragraph\",\"data\":{\"text\":\"Kaliteli yönetim ekibi, aktif kadro ile oyunculara her zaman yardımcı olunuyor.\"}},{\"id\":\"IVHYGZJaVs\",\"type\":\"paragraph\",\"data\":{\"text\":\"Sunucumuz Discord üzerinden yönetilmektedir : ABRACOOP\"}},{\"id\":\"HsO-uEP9Nl\",\"type\":\"paragraph\",\"data\":{\"text\":\"Düşük gecikme süreleri ile hızlı ve eğlenceli bir oyun deneyimi.\"}}]",
"game": 107410,
"owner": 122686,
"boosts": 1,
"last_offline": 1764136262,
"score": 5,
"last_online": 1763226611,
"icon": null,
"name": "ABRA YENI IP : 5.175.206.67 | DC: ABRACOOP",
"connect": null,
"request": null,
"map": "Altis",
"gamemode": "ABRAV25",
"version": null,
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": true,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1708940400,
"last_update": 1764136262,
"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": 3375,
"language": "tr",
"parked": true,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": {
"username": "Kamber",
"avatar": "no.jpg",
"last_online": 1749737521
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/3116276");
$data = json_decode($json, true);
var_dump($data);