Day of Defeat
API for (pPoint) Pressure Point Clan Server
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10796004json
{
"response": {
"steam_id": "90279248688112655",
"domain": null,
"id": 10796004,
"ip": "107.191.43.161",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Greenville",
"description": null,
"game": 30,
"owner": null,
"boosts": 1,
"last_offline": 1768642592,
"score": 0,
"last_online": 1776312056,
"icon": null,
"name": "(pPoint) Pressure Point Clan Server",
"connect": "107.191.43.161:27015",
"request": "107.191.43.161:27015",
"map": "dod_jagd",
"gamemode": "Day of Defeat",
"version": "1.1.2.6/Stdio",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766876070,
"last_update": 1776312056,
"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": 106,
"language": "en",
"parked": false,
"app": {
"id": 28,
"steam_id": 30,
"name": "Day of Defeat",
"url": "day-of-defeat"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10796004");
$data = json_decode($json, true);
var_dump($data);