API für [0.3.DL/0.3.7] GTA: Southland Roleplay | Login with UCP!
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11715535,
"ip": "160.187.210.13",
"port": 7014,
"query": 7014,
"color": 0,
"city": "Iskandar Puteri",
"description": null,
"game": 9000035,
"owner": null,
"boosts": 1,
"last_offline": 1780301683,
"last_online": 1780428057,
"icon": null,
"name": "[0.3.DL/0.3.7] GTA: Southland Roleplay | Login with UCP!",
"connect": "160.187.210.13:7014",
"request": "160.187.210.13:7014",
"map": "San Andreas",
"gamemode": "SL-RP v1.0.2 Release",
"version": "omp 1.5.8.3079",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": false,
"country": "MY",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1780301683,
"last_update": 1780428057,
"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": 238,
"language": "ms",
"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/11715535");
$data = json_decode($json, true);
var_dump($data);