Deathmatch Classic
API for © ORIGINAL DEATHMATCH CLASSIC
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/138171json
{
"response": {
"steam_id": 90071992547409920,
"domain": null,
"id": 138171,
"ip": "89.179.240.119",
"port": 27050,
"query": 27050,
"color": 0,
"city": "Moscow",
"description": "",
"game": 40,
"owner": null,
"boosts": 1,
"last_offline": 1776271315,
"score": null,
"last_online": 1776782469,
"icon": null,
"name": "© ORIGINAL DEATHMATCH CLASSIC",
"connect": "89.179.240.119:27050",
"request": "89.179.240.119:27050",
"map": "dmc_dm2",
"gamemode": "DMC",
"version": "1.1.2.3/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1552754929,
"last_update": 1776782469,
"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": 12,
"language": "ru",
"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/138171");
$data = json_decode($json, true);
var_dump($data);