Quake Live
API for Tynu40k tdm #1
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7680589json
{
"response": {
"steam_id": "90281043111302169",
"domain": null,
"id": 7680589,
"ip": "91.221.103.83",
"port": 27970,
"query": 27970,
"color": 0,
"city": "St Petersburg",
"description": null,
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1775265730,
"score": 0,
"last_online": 1776237051,
"icon": null,
"name": "Tynu40k tdm #1",
"connect": "91.221.103.83:27970",
"request": "91.221.103.83:27970",
"map": "devilish",
"gamemode": "Team Deathmatch",
"version": "1069 linux-x64 Jun 3 2016 20:53:50",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739607873,
"last_update": 1776237051,
"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": 328,
"language": "ru",
"parked": false,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7680589");
$data = json_decode($json, true);
var_dump($data);