API for Only SOLO - Linux Friendly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 21,
"fps_avg": 22,
"entities_count": 92605,
"world_seed": 639405180,
"world_size": 4000,
"steam_id": "90286633378285586",
"domain": null,
"id": 10699120,
"ip": "38.242.237.163",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Lauterbourg",
"description": "\nOnly SOLO - Linux Friendly\r\n\r\n- Low Decay\r\n- Low minicopter consume\r\n- Bags and locks on minicopter\r\n- Custom stacks",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780675830,
"icon": null,
"name": "Only SOLO - Linux Friendly",
"connect": "38.242.237.163:28015",
"request": "38.242.237.163:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1765122694,
"last_update": 1780675830,
"banned": false,
"wipe": 1780595594,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2681,
"language": "fr",
"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/10699120");
$data = json_decode($json, true);
var_dump($data);