Arma 3
API for LostParadise | RolePlay | ts.LostParadise.eu
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9665801json
{
"response": {
"steam_id": "90284744559621149",
"domain": null,
"id": 9665801,
"ip": "95.216.8.24",
"port": 2312,
"query": 2313,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 107410,
"owner": 160118,
"boosts": 1,
"last_offline": 1776326513,
"score": 0,
"last_online": 1776798620,
"icon": null,
"name": "LostParadise | RolePlay | ts.LostParadise.eu",
"connect": "95.216.8.24:2312",
"request": "95.216.8.24:2313",
"map": "island",
"gamemode": "HohensteinLife by LostParadise - www.lostparadise.eu",
"version": "2.20.152984",
"numplayers": 5,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": true,
"country": "FI",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1751636216,
"last_update": 1776798620,
"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": 28,
"language": "fi",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": {
"username": "michaelscott",
"avatar": "no.jpg",
"last_online": 1768474535
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9665801");
$data = json_decode($json, true);
var_dump($data);