The Mean Greens - Plastic Warfare
API for Jamie Server2-NOBOTS-LogicServers.com
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/2739656json
{
"response": {
"steam_id": "90284393422416902",
"domain": null,
"id": 2739656,
"ip": "45.92.39.41",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Secaucus",
"description": "",
"game": 360940,
"owner": null,
"boosts": 1,
"last_offline": 1774648946,
"score": null,
"last_online": 1776296447,
"icon": null,
"name": "Jamie Server2-NOBOTS-LogicServers.com",
"connect": "45.92.39.41:27015",
"request": "45.92.39.41:27016",
"map": null,
"gamemode": "The Mean Greens",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1706264961,
"last_update": 1776296447,
"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": 1,
"language": "en",
"parked": false,
"app": {
"id": 135,
"steam_id": 360940,
"name": "The Mean Greens - Plastic Warfare",
"url": "the-mean-greens-plastic-warfare"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/2739656");
$data = json_decode($json, true);
var_dump($data);