API for GROOVE STREET WARS [GTA SA]

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/8229303
json
{
  "response": {
    "fps": 239,
    "fps_avg": 238,
    "world_seed": 268224347,
    "world_size": 1000,
    "entities_count": 319,
    "id": 8229303,
    "ip": "65.109.110.125",
    "port": 20551,
    "query": 20551,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![GROOVE STREET WARS [GTA SA]](https://gspics.org/images/2024/01/15/0lrbqv.png)\nНу че тип, добро пожаловать в ГТА, тут нет стройки, нет лута, нет киянки и нет никого кто тебе сопли будет вытирать, бери ган и гаси балласов и грув фамили на самой GROOVE STREET /n/n/nWell, what's up, dude, welcome to GTA, there's no construction, no loot, no mallet and no one to wipe your snot, take a gun and kill the Ballas and Groove Families on GROOVE STREET itself",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743418624,
    "score": 0,
    "last_online": 1743525055,
    "icon": null,
    "name": "GROOVE STREET WARS [GTA SA]",
    "connect": "65.109.110.125:20551",
    "request": "65.109.110.125:20551",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1742420563,
    "last_update": 1743525055,
    "banned": false,
    "wipe": 1742414770,
    "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": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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