Samp
API for [BS] Balkan School | Vinewood | balkan-school.com
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7294541json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7294541,
"ip": "145.239.150.108",
"port": 7778,
"query": 7778,
"color": 0,
"city": "Saarbrücken",
"description": null,
"game": 9000035,
"owner": null,
"boosts": 1,
"last_offline": 1772727146,
"score": 0,
"last_online": 1776372630,
"icon": null,
"name": "[BS] Balkan School | Vinewood | balkan-school.com",
"connect": "145.239.150.108:7778",
"request": "145.239.150.108:7778",
"map": "BS Republic",
"gamemode": "[BS:RP] V2.8 by Infinity",
"version": "0.3.7-R2",
"numplayers": 127,
"maxplayers": 300,
"bots": 0,
"secured": null,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 55,
"add_date": 1736723130,
"last_update": 1776372630,
"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": 51,
"language": "de",
"parked": false,
"app": {
"id": 168,
"steam_id": 9000035,
"name": "Samp",
"url": "samp"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7294541");
$data = json_decode($json, true);
var_dump($data);