Nuclear Dawn
API for Punchguts.com|Syd01|NuclearDawn
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7484040json
{
"response": {
"steam_id": "90284394813324302",
"domain": null,
"id": 7484040,
"ip": "139.99.144.112",
"port": 30615,
"query": 30615,
"color": 0,
"city": "Sydney",
"description": null,
"game": 17710,
"owner": null,
"boosts": 1,
"last_offline": 1774426317,
"score": 0,
"last_online": 1776243662,
"icon": null,
"name": "Punchguts.com|Syd01|NuclearDawn",
"connect": "139.99.144.112:30615",
"request": "139.99.144.112:30615",
"map": "downtown",
"gamemode": "ND - Warfare",
"version": "18.10.14",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739270283,
"last_update": 1776243662,
"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": 2,
"language": "en",
"parked": false,
"app": {
"id": 14,
"steam_id": 17710,
"name": "Nuclear Dawn",
"url": "nuclear-dawn"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7484040");
$data = json_decode($json, true);
var_dump($data);