Quake Live
API for #ctfpickup @ https://houseofquake.com/discord #20
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11012908json
{
"response": {
"steam_id": 90284589188338690,
"domain": null,
"id": 11012908,
"ip": "5.231.28.44",
"port": 24985,
"query": 24985,
"color": 0,
"city": "Bad Soden am Taunus",
"description": null,
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1776481400,
"score": 0,
"last_online": 1776555116,
"icon": null,
"name": "#ctfpickup @ https://houseofquake.com/discord #20",
"connect": "5.231.28.44:24985",
"request": "5.231.28.44:24985",
"map": "intervention",
"gamemode": "Domination",
"version": "1069 linux-x64 Jun 3 2016 20:53:50",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769942383,
"last_update": 1776555116,
"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": 525,
"language": "de",
"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/11012908");
$data = json_decode($json, true);
var_dump($data);