We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7797812
json
{
"response": {
"fps": 171,
"fps_avg": 161,
"world_seed": 1234,
"world_size": 3500,
"entities_count": 76574,
"id": 7797812,
"ip": "192.99.75.121",
"port": 26093,
"query": 26093,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![V-SMP [S4] [Under Construction]](https://i.imgur.com/cdbWPzd.png)\nWelcome to V-SMP: Season 4 – Medieval Realms! Crafted by aPlotTwist and powered by her generous patrons, dive into the medieval theme of our fourth season. Engage in epic battles, forge alliances, and uncover the secrets of three unique kingdoms. Customize your gear, participate in thrilling events, and claim your bounties. Join our legendary community and carve your path to glory!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743692888,
"score": 0,
"last_online": 1743697866,
"icon": null,
"name": "V-SMP [S4] [Under Construction]",
"connect": "192.99.75.121:26092",
"request": "192.99.75.121:26093",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 1,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739967490,
"last_update": 1743697866,
"banned": false,
"wipe": 1743676968,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7797812");
$data = json_decode($json, true);
var_dump($data);