Arma 2: Operation Arrowhead
API for nitrado.net gameserver
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10757000json
{
"response": {
"steam_id": "90283520049725442",
"domain": null,
"id": 10757000,
"ip": "85.190.162.219",
"port": 11400,
"query": 11401,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1774339316,
"score": 0,
"last_online": 1776214832,
"icon": null,
"name": "nitrado.net gameserver",
"connect": "85.190.162.219:11400",
"request": "85.190.162.219:11401",
"map": "Takistan",
"gamemode": "COOP 05 Steel Panthers",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766254946,
"last_update": 1776214832,
"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": 117,
"language": "de",
"parked": false,
"app": {
"id": 62,
"steam_id": 33930,
"name": "Arma 2: Operation Arrowhead",
"url": "arma-2-operation-arrowhead"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10757000");
$data = json_decode($json, true);
var_dump($data);