Arma 3
API for TerminatorJoga Servidor
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10899898json
{
"response": {
"steam_id": "90280250078291996",
"domain": null,
"id": 10899898,
"ip": "169.155.126.42",
"port": 9060,
"query": 9061,
"color": 0,
"city": "Osasco",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1774156929,
"score": 0,
"last_online": 1776819665,
"icon": null,
"name": "TerminatorJoga Servidor",
"connect": "169.155.126.42:9060",
"request": "169.155.126.42:9061",
"map": "altis",
"gamemode": "Invade & Annex Altis",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768385335,
"last_update": 1776819665,
"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": 1986,
"language": "pt",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10899898");
$data = json_decode($json, true);
var_dump($data);