API for Slovenia
JSON for programs, websites and more
text
json
{
"response": {
"fps": 213,
"fps_avg": 213,
"entities_count": 110328,
"world_seed": 489835676,
"world_size": 4500,
"steam_id": "90286412864460816",
"domain": null,
"id": 10333767,
"ip": "77.38.98.123",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Celje",
"description": "\nA hardcore no-rules PvP experience.\r\nOffline raiding, KoS, and raiding are all encouraged.\r\n\r\nThe ONE and ONLY rule is: NO CHEATING.\r\nHackers and exploiters are permanently banned.\r\n\r\nSurvive by any means necessary.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780641205,
"last_online": 1780594835,
"icon": null,
"name": "Slovenia",
"connect": "77.38.98.123:28015",
"request": "77.38.98.123:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "SI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1758360742,
"last_update": 1780641205,
"banned": false,
"wipe": 1778866319,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9870,
"language": "sl",
"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/10333767");
$data = json_decode($json, true);
var_dump($data);