Rust
API for SoloKing.Gg Premium - Solo Only Vanilla
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10957484json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 140334,
"world_seed": 1355668254,
"world_size": 4000,
"steam_id": "90284724814308363",
"domain": null,
"id": 10957484,
"ip": "31.56.25.21",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Amsterdam",
"description": "\nWELCOME TO SOLOKING.GG VANILLA SOLO ONLY\r\nMap Size 3500, Limit Team 1\r\n\r\nWipe Times\r\n116:00 GMT Third Thursday Of Every Month.\r\nEvery Monthly Forced Wipe.\r\n\r\nModded\r\nCustom Anti Cheat, Automatic Teaming Detection, Etc.\r\n\r\nWe Are Looking For Excellent Members To Join Our Staff Team.\r\n\r\nOfficial website: https://soloking.gg/",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776747800,
"score": 0,
"last_online": 1776828616,
"icon": null,
"name": "SoloKing.Gg Premium - Solo Only Vanilla",
"connect": "31.56.25.21:28015",
"request": "31.56.25.21:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 16,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1768741686,
"last_update": 1776828616,
"banned": false,
"wipe": 1776352036,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 647,
"language": "nl",
"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/10957484");
$data = json_decode($json, true);
var_dump($data);