Nuclear Option
API for [US PVE3] CritzOS | Voting, 10+ Missions, discord.critzaura.com
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11108889json
{
"response": {
"steam_id": "90285115616097284",
"domain": null,
"id": 11108889,
"ip": "99.9.209.139",
"port": 7977,
"query": 7978,
"color": 0,
"city": "Daly City",
"description": null,
"game": 2168680,
"owner": null,
"boosts": 1,
"last_offline": 1777378404,
"score": 0,
"last_online": 1777492215,
"icon": null,
"name": "[US PVE3] CritzOS | Voting, 10+ Missions, discord.critzaura.com",
"connect": "99.9.209.139:7977",
"request": "99.9.209.139:7978",
"map": "Heartland | Escalation Co-op as",
"gamemode": "Nuclear Option Server",
"version": "0.33.0",
"numplayers": 15,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 82,
"add_date": 1770038225,
"last_update": 1777492215,
"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": 3,
"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/11108889");
$data = json_decode($json, true);
var_dump($data);