API für • Б О Д Р Я Ч О К • С Е Р В А Ч О К • 18+

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/802559
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 802559,
    "ip": "152.89.199.85",
    "port": 27016,
    "query": 27016,
    "color": 0,
    "city": "Moscow",
    "description": "",
    "game": 10,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775760125,
    "score": null,
    "last_online": 1776196823,
    "icon": null,
    "name": "• Б О Д Р Я Ч О К • С Е Р В А Ч О К • 18+",
    "connect": "152.89.199.85:27016",
    "request": "152.89.199.85:27016",
    "map": "de_dust2_2x2",
    "gamemode": "Ночной V.I.P <3",
    "version": "1.1.2.7/Stdio",
    "numplayers": 1,
    "maxplayers": 32,
    "bots": 4,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 34,
    "add_date": 1684348683,
    "last_update": 1776196823,
    "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": 3472,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 3,
      "steam_id": 10,
      "name": "Counter-Strike",
      "url": "counter-strike"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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