Samp
API for (Ї`·. Underground Stunting 0.3.7 | 0.3DL .·ґЇ)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/4784965json
{
"response": {
"steam_id": null,
"domain": null,
"id": 4784965,
"ip": "141.95.3.158",
"port": 7777,
"query": 7777,
"color": 0,
"city": "Limburg an der Lahn",
"description": "",
"game": 9000035,
"owner": null,
"boosts": 1,
"last_offline": 1754572561,
"score": 0,
"last_online": 1776360649,
"icon": null,
"name": "(Ї`·. Underground Stunting 0.3.7 | 0.3DL .·ґЇ)",
"connect": "141.95.3.158:7777",
"request": "141.95.3.158:7777",
"map": "DM|Derby|Shooter|Race|TDM|CTF",
"gamemode": "Freeroam|DM|Derby|Shooter|Race",
"version": "omp 1.4.0.2783",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1718269484,
"last_update": 1776360649,
"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": 286,
"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/4784965");
$data = json_decode($json, true);
var_dump($data);