Counter-Strike
API for [FFA DM] RetroMatch | NA
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10759838json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10759838,
"ip": "20.75.243.167",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Boydton",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1776802954,
"score": 0,
"last_online": 1776699658,
"icon": null,
"name": "[FFA DM] RetroMatch | NA",
"connect": "20.75.243.167:27015",
"request": "20.75.243.167:27015",
"map": "de_westwood_big",
"gamemode": "Retromatch.net",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766257525,
"last_update": 1776802954,
"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": 7206,
"language": "en",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10759838");
$data = json_decode($json, true);
var_dump($data);