API for [Dedicated DogFighting] GUNS ONLY | https://www.atomtaskforce.c

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11181511
json
{
  "response": {
    "steam_id": "90284791045050369",
    "domain": null,
    "id": 11181511,
    "ip": "163.123.238.138",
    "port": 7781,
    "query": 7782,
    "color": 0,
    "city": "Grand Rapids",
    "description": null,
    "game": 2168680,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777496560,
    "score": 0,
    "last_online": 1777162274,
    "icon": null,
    "name": "[Dedicated DogFighting] GUNS ONLY | https://www.atomtaskforce.c",
    "connect": "163.123.238.138:7781",
    "request": "163.123.238.138:7782",
    "map": "Heartland | Guns only with Airb",
    "gamemode": "Nuclear Option Server",
    "version": "0.33.0",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1772229742,
    "last_update": 1777496560,
    "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": 51,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1615382,
      "steam_id": 2168680,
      "name": "Nuclear Option",
      "url": "nuclear-option"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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