Rust
API for RusTuga BATTLEFIELD x100000000 |KITS|TP|SKINS|MYMINI|CLANS|
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10870764json
{
"response": {
"fps": 207,
"fps_avg": 202,
"entities_count": 71305,
"world_seed": 1003841313,
"world_size": 3000,
"steam_id": "90284538663225374",
"domain": null,
"id": 10870764,
"ip": "95.95.53.187",
"port": 28018,
"query": 28020,
"color": 0,
"city": "Vila Nova de Gaia",
"description": "\nThe server is under development!\r\n\r\n•We also have the Vanilla, Wild West, Medieval version and the original RusTuga available:\r\n RusTuga 100% Vanilla\r\n RusTuga Wild West\r\n RusTuga Medieval\r\n RusTuga PvP+PvE Low Decay | Unique Mods",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776855754,
"score": 0,
"last_online": 1776383562,
"icon": null,
"name": "RusTuga BATTLEFIELD x100000000 |KITS|TP|SKINS|MYMINI|CLANS|",
"connect": "95.95.53.187:28018",
"request": "95.95.53.187:28020",
"map": "Wipe in: 6d 18h",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "PT",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1768318466,
"last_update": 1776855754,
"banned": false,
"wipe": 1775153419,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8485,
"language": "pt",
"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/10870764");
$data = json_decode($json, true);
var_dump($data);