API for ParaServer DMQ [Arena 1v1] - dmc.m3dr.com
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90285569472677902",
"domain": null,
"id": 11588211,
"ip": "170.215.145.36",
"port": 27017,
"query": 27017,
"color": 0,
"city": "Marshfield",
"description": null,
"game": 40,
"owner": null,
"boosts": 1,
"last_offline": 1779357580,
"last_online": 1780141879,
"icon": null,
"name": "ParaServer DMQ [Arena 1v1] - dmc.m3dr.com",
"connect": "170.215.145.36:27017",
"request": "170.215.145.36:27017",
"map": "dmc_ra_arena1",
"gamemode": "arena",
"version": "1.1.2.3",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357580,
"last_update": 1780141879,
"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": 16,
"language": "en",
"parked": false,
"app": {
"id": 29,
"steam_id": 40,
"name": "Deathmatch Classic",
"url": "deathmatch-classic"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11588211");
$data = json_decode($json, true);
var_dump($data);