Rust
API for [TR] HELLFORGE | VANILLA+ | SOLO/DUO/TRIO | FRESH
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11259964json
{
"response": {
"fps": 149,
"fps_avg": 145,
"entities_count": 67218,
"world_seed": 1,
"world_size": 3500,
"steam_id": "90284525408797726",
"domain": null,
"id": 11259964,
"ip": "185.255.92.108",
"port": 28087,
"query": 25574,
"color": 0,
"city": "Istanbul",
"description": "![[TR] HELLFORGE | VANILLA+ | SOLO/DUO/TRIO | FRESH](https://i.hizliresim.com/61a69vd.png)\nVANILLA+ | SOLO/DUO/TRIO \r\n AKTIF ADMIN \r\n DUSUK PING \r\n /kit starter \r\n /tpa aktif \r\n HILESIZ OYUN \r\n discord.gg/XWqz68c9a9",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775536324,
"score": 0,
"last_online": 1776825619,
"icon": null,
"name": "[TR] HELLFORGE | VANILLA+ | SOLO/DUO/TRIO | FRESH",
"connect": "185.255.92.108:28087",
"request": "185.255.92.108:25574",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555184,
"last_update": 1776825619,
"banned": false,
"wipe": 1775536331,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4782,
"language": "tr",
"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/11259964");
$data = json_decode($json, true);
var_dump($data);