Counter-Strike
API for #24 PUBLICO III | Nostalgia Gamers | nostalgia.ar
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/378765json
{
"response": {
"steam_id": null,
"domain": null,
"id": 378765,
"ip": "45.235.98.52",
"port": 27038,
"query": 27038,
"color": 0,
"city": "Córdoba",
"description": "",
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1775239930,
"score": null,
"last_online": 1776203411,
"icon": null,
"name": "#24 PUBLICO III | Nostalgia Gamers | nostalgia.ar",
"connect": "45.235.98.52:27038",
"request": "45.235.98.52:27038",
"map": "de_inferno",
"gamemode": "Nostalgia Gamers",
"version": "1.1.2.7/Stdio",
"numplayers": 29,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "AR",
"status": true,
"votes": 0,
"points": 98,
"add_date": 1597713071,
"last_update": 1776203411,
"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": 1114,
"language": "es",
"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/378765");
$data = json_decode($json, true);
var_dump($data);