API for PrimeSolo 2x | Solo Only | Monthly | No P2W | Premium Servers
JSON for programs, websites and more
text
json
{
"response": {
"fps": 190,
"fps_avg": 210,
"entities_count": 17445,
"world_seed": 481981,
"world_size": 2000,
"steam_id": 90286611683315740,
"domain": null,
"id": 11502236,
"ip": "205.209.105.251",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Englewood Cliffs",
"description": "\n**Welcome to PrimeSolo 2x** — The Ultimate Solo Experience\r\n\r\n• 2x Gather Rates (balanced, not OP)\r\n\r\n• Solo Only — strict enforcement\r\n\r\n• Monthly Wipes (long-term progression)\r\n\r\n• High-performance server (low lag, high FPS)\r\n\r\n🎯 **Join PrimeSolo and prove you can survive alone.**",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780611859,
"last_online": 1780639227,
"icon": null,
"name": "PrimeSolo 2x | Solo Only | Monthly | No P2W | Premium Servers",
"connect": "205.209.105.251:28080",
"request": "205.209.105.251:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207195,
"last_update": 1780639227,
"banned": false,
"wipe": 1780611915,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4618,
"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/11502236");
$data = json_decode($json, true);
var_dump($data);