Counter-Strike
API for Pakistan GG - AutoMix 1
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11397448json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11397448,
"ip": "202.142.152.100",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Islamabad",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1775994717,
"score": 0,
"last_online": 1776813024,
"icon": null,
"name": "Pakistan GG - AutoMix 1",
"connect": "202.142.152.100:27016",
"request": "202.142.152.100:27016",
"map": "de_dust2",
"gamemode": "Match Not Started!",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "PK",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774598293,
"last_update": 1776813024,
"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": 2098,
"language": "ur",
"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/11397448");
$data = json_decode($json, true);
var_dump($data);