API для Israelska satelita szpiegowska
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": null,
"os": "w",
"product": "synergy",
"region": -1,
"steam_id": "90289079083446274",
"domain": null,
"id": 12306423,
"ip": "95.49.89.33",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Kielce",
"description": null,
"game": 17520,
"owner": null,
"boosts": 1,
"last_offline": 1784837066,
"last_online": 1784219004,
"icon": null,
"name": "Israelska satelita szpiegowska",
"connect": "95.49.89.33:27015",
"request": "95.49.89.33:27015",
"map": "d2_coast_07",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": false,
"private": null,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784052758,
"last_update": 1784837066,
"ban_reason": null,
"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": 555,
"language": "pl",
"parked": false,
"app": {
"id": 34,
"steam_id": 17520,
"name": "Synergy",
"url": "synergy"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12306423");
$data = json_decode($json, true);
var_dump($data);