Rust
API for The Casual Gamers Pve Hard | 2x | EU | BiWeekly | Skill Tree
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10412744json
{
"response": {
"fps": 200,
"fps_avg": 193,
"entities_count": 138378,
"world_seed": 11406510,
"world_size": 5000,
"steam_id": "90284838008952843",
"domain": null,
"id": 10412744,
"ip": "148.252.76.98",
"port": 28022,
"query": 28021,
"color": 0,
"city": "Melhus",
"description": "\nMap - BiWeekly at 20:00 CET\r\nBps - Jan/April/July/October wipe\r\nSkill Tree - Jan wipe\r\nCurrency - BiWeekly\r\n\r\nEasy Mode: Vanilla npc around the map and friendly convoy until attacked.\r\nHard mode: Custom npc around the map and aggressive convoy.\r\n\r\n- 2x Gather/Loot\r\n- 1x Stack size\r\n- Extended Workbench Range\r\n- Recyclers at Monuments\r\n- Gun Game\r\n- Survival arena\r\n- Alot of events\r\n- Pve QOL plugins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776913395,
"score": 0,
"last_online": 1776975023,
"icon": null,
"name": "The Casual Gamers Pve Hard | 2x | EU | BiWeekly | Skill Tree",
"connect": "148.252.76.98:28022",
"request": "148.252.76.98:28021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "NO",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1759823762,
"last_update": 1776975023,
"banned": false,
"wipe": 1776362728,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3906,
"language": "no",
"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/10412744");
$data = json_decode($json, true);
var_dump($data);