Hired Ops
AMS2-P9Y1CV için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7541717json
{
"response": {
"steam_id": "90285221142579212",
"domain": null,
"id": 7541717,
"ip": "212.102.34.57",
"port": 28603,
"query": 27603,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 374280,
"owner": null,
"boosts": 1,
"last_offline": 1777668194,
"score": 0,
"last_online": 1777659144,
"icon": null,
"name": "AMS2-P9Y1CV",
"connect": "212.102.34.57:28603",
"request": "212.102.34.57:27603",
"map": "11",
"gamemode": "Contract Wars 2.0 Standalone",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1739373146,
"last_update": 1777668194,
"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": 3032,
"language": "nl",
"parked": false,
"app": {
"id": 6495,
"steam_id": 374280,
"name": "Hired Ops",
"url": "hired-ops"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/7541717");
$data = json_decode($json, true);
var_dump($data);