API for TERRA Rusticus 2: Reborn - 10x|Drugs|Perks|Kits|Shop|
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 90495,
"world_seed": 29698,
"world_size": 3750,
"steam_id": "90286592348450816",
"domain": null,
"id": 10342114,
"ip": "91.229.114.74",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "\nWEBSITE: TERRA.GG\r\nDISCORD: DISCORD.GG/TERRAGN\r\n\r\n-- ONE OF A KIND GAMEPLAY AVAILABLE NOWHERE ELSE --\r\n\r\n- 10x Gather, Instant Craft, Large Stacks\r\n- Custom Loot Table RP Store / Shop, Kits\r\n- TP, Clans, Upgradeable Furnaces, QoL++\r\n- Farm, Process & Sell Drugs for RP\r\n- CoD-style Perks & Daily Rewards\r\n- Deployable MLRS, Air Strikes, Attack Drones\r\n- IEDs, Custom Catapult Projectiles & More\r\n- Buffed Turrets, Traps & Super Sentry Turrets\r\n- Unique Gear & Weapons, Buildable Monuments",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780608034,
"icon": null,
"name": "TERRA Rusticus 2: Reborn - 10x|Drugs|Perks|Kits|Shop|",
"connect": "91.229.114.74:28015",
"request": "91.229.114.74:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1758453445,
"last_update": 1780608034,
"banned": false,
"wipe": 1780111650,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3690,
"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/10342114");
$data = json_decode($json, true);
var_dump($data);