Barotrauma
API for [FR] vs [GER] | WW1 | PvP 24/7
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11487508json
{
"response": {
"steam_id": "90284727315548161",
"domain": null,
"id": 11487508,
"ip": "202.181.188.122",
"port": 7000,
"query": 7001,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 602960,
"owner": null,
"boosts": 1,
"last_offline": 1776702201,
"score": 0,
"last_online": 1776777769,
"icon": null,
"name": "[FR] vs [GER] | WW1 | PvP 24/7",
"connect": "202.181.188.122:7000",
"request": "202.181.188.122:7001",
"map": "Барсук",
"gamemode": "pvp",
"version": "1.12.6.2",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774979700,
"last_update": 1776777769,
"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": 72,
"language": "de",
"parked": false,
"app": {
"id": 50335,
"steam_id": 602960,
"name": "Barotrauma",
"url": "barotrauma"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11487508");
$data = json_decode($json, true);
var_dump($data);