Rust
API for [Eu/Fin] Hakkapeliitta
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6287443json
{
"response": {
"fps": 29,
"fps_avg": 28,
"entities_count": 31367,
"world_seed": 6911,
"world_size": 2500,
"steam_id": "90284548398905375",
"domain": null,
"id": 6287443,
"ip": "65.108.199.109",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Helsinki",
"description": "![[Eu/Fin] Hakkapeliitta](https://gamehost.com/images/logo.png)\nNoob friendly / Deepsea lifetime 6 h / Playerboat no decay / Murderers / Roaming bradley / Minicopter & rhib spawn / Monthly map wipe",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775757725,
"score": 0,
"last_online": 1776841823,
"icon": null,
"name": "[Eu/Fin] Hakkapeliitta",
"connect": "65.108.199.109:28025",
"request": "65.108.199.109:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1729556260,
"last_update": 1776841823,
"banned": false,
"wipe": 1775152390,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2875,
"language": "fi",
"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/6287443");
$data = json_decode($json, true);
var_dump($data);