API for [v34]( ・_・)♡Oдeca-мaмa♡(・_・ )[UA]

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10186135
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10186135,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Kryvyi Rih",
    "description": null,
    "game": 240,
    "owner": 132969,
    "boosts": 1,
    "last_offline": 1770702665,
    "score": 0,
    "last_online": 1769814612,
    "icon": null,
    "name": "[v34]( ・_・)♡Oдeca-мaмa♡(・_・ )[UA]",
    "connect": null,
    "request": null,
    "map": "aim_deagle7k",
    "gamemode": "od-mama.org.ua",
    "version": null,
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "UA",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1756313717,
    "last_update": 1770702665,
    "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": 1957,
    "language": "uk",
    "parked": true,
    "app": {
      "id": 5,
      "steam_id": 240,
      "name": "Counter-Strike: Source",
      "url": "counter-strike-source"
    },
    "server_owner": {
      "username": "odmamaorg",
      "avatar": "cad31a4e-3a8c-42d5-b50a-fe7fd84ba89e.jpg",
      "last_online": 1757770773
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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