API for Testers Like Us
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 87826,
"world_seed": 1,
"world_size": 5500,
"steam_id": "90286575115857946",
"domain": null,
"id": 11677602,
"ip": "157.85.90.29",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Docklands",
"description": "\nA creative build server with great tools.\r\n\r\n- Instant craft using Q or F1\r\n- Unlimited resources\r\n- Building tools (BGrade/BSkin)\r\n- Skinbox (lightning fast) and Sign Artist\r\n- Procedural map with high FPS\r\n- Horizontal door placement\r\n- No clip enabled (flying)\r\n- Terraform the environment with nature items",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780520070,
"last_online": 1780551632,
"icon": null,
"name": "Testers Like Us",
"connect": "157.85.90.29:28015",
"request": "157.85.90.29:28016",
"map": "blu_june",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216216,
"last_update": 1780551632,
"banned": false,
"wipe": 1780530290,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5955,
"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/11677602");
$data = json_decode($json, true);
var_dump($data);