Squad
API für [RU][MINI] Кресты
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11142593json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11142593,
"ip": "185.207.214.12",
"port": 7799,
"query": 7799,
"color": 0,
"city": "Moscow",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1775022197,
"score": 0,
"last_online": 1776450011,
"icon": null,
"name": "[RU][MINI] Кресты",
"connect": "185.207.214.12:7799",
"request": "185.207.214.12:7799",
"map": "FoolsRoad_RAAS_v1",
"gamemode": "RAAS",
"version": "v10.3.1.576590.1719",
"numplayers": 100,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 130,
"add_date": 1770804050,
"last_update": 1776450011,
"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": 18,
"language": "ru",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11142593");
$data = json_decode($json, true);
var_dump($data);