No More Room in Hell
API for Porkchops Dedicated (worth the weight!) Hats/Pets/Models/More
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/204655json
{
"response": {
"steam_id": "90284369499510791",
"domain": null,
"id": 204655,
"ip": "74.91.122.29",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Chicago",
"description": "",
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1774697546,
"score": null,
"last_online": 1776203427,
"icon": null,
"name": "Porkchops Dedicated (worth the weight!) Hats/Pets/Models/More",
"connect": "74.91.122.29:27015",
"request": "74.91.122.29:27015",
"map": "nmo_squid_game_p3v3",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 9,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1575222929,
"last_update": 1776203427,
"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": 40,
"language": "en",
"parked": false,
"app": {
"id": 6,
"steam_id": 224260,
"name": "No More Room in Hell",
"url": "no-more-room-in-hell"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/204655");
$data = json_decode($json, true);
var_dump($data);