Samp
API für [GER] County Islands - Update 2025!!
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9976895json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9976895,
"ip": "85.215.130.16",
"port": 1111,
"query": 1111,
"color": 0,
"city": "Berlin",
"description": null,
"game": 9000035,
"owner": null,
"boosts": 1,
"last_offline": 1768642255,
"score": 0,
"last_online": 1776664928,
"icon": null,
"name": "[GER] County Islands - Update 2025!!",
"connect": "85.215.130.16:1111",
"request": "85.215.130.16:1111",
"map": "San Andreas",
"gamemode": "German Reallife 1.5b",
"version": "0.3.DL-R1",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": null,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1754896954,
"last_update": 1776664928,
"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": 454,
"language": "de",
"parked": false,
"app": {
"id": 168,
"steam_id": 9000035,
"name": "Samp",
"url": "samp"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9976895");
$data = json_decode($json, true);
var_dump($data);