Hired Ops
API für MSK5-593ROW
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/3354921json
{
"response": {
"steam_id": "90285743600264213",
"domain": null,
"id": 3354921,
"ip": "92.223.103.42",
"port": 28037,
"query": 27037,
"color": 0,
"city": "Moscow",
"description": "",
"game": 374280,
"owner": null,
"boosts": 1,
"last_offline": 1778776381,
"score": null,
"last_online": 1778763618,
"icon": null,
"name": "MSK5-593ROW",
"connect": "92.223.103.42:28037",
"request": "92.223.103.42:27037",
"map": "8",
"gamemode": "Contract Wars 2.0 Standalone",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1710107299,
"last_update": 1778776381,
"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": 2253,
"language": "ru",
"parked": false,
"app": {
"id": 6495,
"steam_id": 374280,
"name": "Hired Ops",
"url": "hired-ops"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/3354921");
$data = json_decode($json, true);
var_dump($data);