API for US Tyrants 3x Weekly |Shop|Kits|QOL
JSON for programs, websites and more
text
json
{
"response": {
"fps": 169,
"fps_avg": 149,
"entities_count": 114416,
"world_seed": 1,
"world_size": 4500,
"steam_id": "90287085992465427",
"domain": null,
"id": 11781991,
"ip": "157.85.90.86",
"port": 27538,
"query": 27539,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "\nTyrants 3X Weekly PvP Server\r\n— 3X Gather & Loot Rates\r\n— Weekly Thursday Wipes\r\n— Starter Kits & VIP Packages\r\n— Teleportation | Remove Tool | Instant Craft\r\n— Active admins\r\nJoin our Discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781586236,
"last_online": 1781596230,
"icon": null,
"name": "US Tyrants 3x Weekly |Shop|Kits|QOL",
"connect": "157.85.90.86:27538",
"request": "157.85.90.86:27539",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781376797,
"last_update": 1781596230,
"banned": false,
"wipe": 1781585171,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6139,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11781991");
$data = json_decode($json, true);
var_dump($data);