API for !Crustacean Club 5x|PvE|Shop|SkillTree|RaidBases|Dungeons|NoVIP

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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10185341
json
{
  "response": {
    "fps": 76,
    "fps_avg": 80,
    "entities_count": 74807,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284189470494727",
    "domain": null,
    "id": 10185341,
    "ip": "98.142.2.49",
    "port": 2844,
    "query": 2845,
    "color": 0,
    "city": "Ashburn",
    "description": "- 5x resources\r\n- NPCs\r\n- Increased loot\r\n- Raid bases\r\n- Dungeons\r\n- Shop\r\n- Skill Tree\r\n- Many many premium plugins\r\n- Zero VIP bullshit, enjoy 98% of all plugins on the server\r\n- Monthly map/BP wipes (first Thursday of each month)\r\n- Every 3 months SkillTree and RP wipe\r\n- Enjoy the game you already paid for",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775840526,
    "score": 0,
    "last_online": 1775881815,
    "icon": null,
    "name": "!Crustacean Club 5x|PvE|Shop|SkillTree|RaidBases|Dungeons|NoVIP",
    "connect": "98.142.2.49:2844",
    "request": "98.142.2.49:2845",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1756307609,
    "last_update": 1775881815,
    "banned": false,
    "wipe": 1775152887,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3704,
    "language": "en",
    "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/10185341");
$data = json_decode($json, true);
var_dump($data);