API for Дикий Пляж|2x|No Limit|

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. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/450673
json
{
  "response": {
    "fps": 224,
    "fps_avg": 214,
    "world_seed": 1639465322,
    "world_size": 3700,
    "entities_count": 52137,
    "id": 450673,
    "ip": "185.189.255.106",
    "port": 35100,
    "query": 35110,
    "owner_name": "BERKUT25ru",
    "owner_avatar": "6194a070-e3a9-4d46-ac34-9ca7c6377b6e.jpg",
    "color": 0,
    "description": "Рейты [Х2день][Х3ночь]\nБандитка в городе \nСтак +",
    "game": 252490,
    "owner": 34324,
    "boosts": 1,
    "last_offline": 1742561300,
    "score": 5,
    "last_online": 1742983855,
    "icon": null,
    "name": "Дикий Пляж|2x|No Limit|",
    "connect": "185.189.255.106:35100",
    "request": "185.189.255.106:35110",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2583",
    "numplayers": 1,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1630779876,
    "last_update": 1742983855,
    "banned": false,
    "wipe": 1742560493,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": {
      "username": "BERKUT25ru",
      "avatar": "6194a070-e3a9-4d46-ac34-9ca7c6377b6e.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/450673");
$data = json_decode($json, true);
var_dump($data);