Hired Ops
API für MSK1-TA1K5E
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/5264502json
{
"response": {
"steam_id": "90280282570872851",
"domain": null,
"id": 5264502,
"ip": "92.223.103.40",
"port": 28313,
"query": 27313,
"color": 0,
"city": "Moscow",
"description": null,
"game": 374280,
"owner": null,
"boosts": 1,
"last_offline": 1771983691,
"score": 0,
"last_online": 1777726885,
"icon": null,
"name": "MSK1-TA1K5E",
"connect": "92.223.103.40:28313",
"request": "92.223.103.40:27313",
"map": "12",
"gamemode": "Contract Wars 2.0 Standalone",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1721434277,
"last_update": 1777726885,
"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": 65,
"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/5264502");
$data = json_decode($json, true);
var_dump($data);