JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/19836
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 19836,
    "ip": "46.174.48.50",
    "port": 7788,
    "query": 7788,
    "color": 0,
    "city": "Moscow",
    "description": "Сервер SAMP выживание, клановые войны\r\n\r\nSurvival RP - улучшайте способности своего персонажа, находите полезные вещи, вступайте в объединения, захватывайте территории - любые средства хороши для выживания!",
    "game": 9000035,
    "owner": 31809,
    "boosts": 1,
    "last_offline": 1773937321,
    "score": null,
    "last_online": 1776348614,
    "icon": null,
    "name": "Survival RP || New Fortress",
    "connect": "46.174.48.50:7788",
    "request": "46.174.48.50:7788",
    "map": "27 Mar. 2026",
    "gamemode": "Survival/Выживание",
    "version": "0.3.7-R2",
    "numplayers": 0,
    "maxplayers": 25,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1511603527,
    "last_update": 1776348614,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 168,
      "steam_id": 9000035,
      "name": "Samp",
      "url": "samp"
    },
    "server_owner": {
      "username": "SurvivalRolePlay",
      "avatar": "185f3ab9-5dcb-412c-8e70-5b4f38c39798.jpg",
      "last_online": 1751559186
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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