Mare Nostrum
API for [PL]�Redorchestra.pl�MN�FightNight
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11488843json
{
"response": {
"steam_id": "90284186988048401",
"domain": null,
"id": 11488843,
"ip": "87.98.237.193",
"port": 7757,
"query": 28902,
"color": 0,
"city": "Wroclaw",
"description": null,
"game": 1230,
"owner": null,
"boosts": 1,
"last_offline": 1775857908,
"score": 0,
"last_online": 1776375677,
"icon": null,
"name": "[PL]�Redorchestra.pl�MN�FightNight",
"connect": "87.98.237.193:7757",
"request": "87.98.237.193:28902",
"map": "MN-WadiBarash",
"gamemode": "Red Orchestra Beta",
"version": "1.0.8.7",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1775857908,
"last_update": 1776375677,
"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": 1,
"language": "pl",
"parked": false,
"app": {
"id": 88,
"steam_id": 1230,
"name": "Mare Nostrum",
"url": "mare-nostrum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11488843");
$data = json_decode($json, true);
var_dump($data);