Unturned
API for [BR]SSS Realm|AridReborn|SemiVanilla|
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10997419json
{
"response": {
"steam_id": 85568392935419630,
"domain": null,
"id": 10997419,
"ip": "189.127.151.92",
"port": 28015,
"query": 28015,
"color": 0,
"city": "Porto Velho",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776336224,
"score": 0,
"last_online": 1776809491,
"icon": "https://i.imgur.com/ireongH.png",
"name": "[BR]SSS Realm|AridReborn|SemiVanilla|",
"connect": "189.127.151.92:28015",
"request": "189.127.151.92:28015",
"map": "Arid Reborn",
"gamemode": "[BR] | KITS | TPA | VAULT| 5X |",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769905767,
"last_update": 1776809491,
"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": 449,
"language": "pt",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10997419");
$data = json_decode($json, true);
var_dump($data);