Samp
[HUN] Feel Life Network Role Play [2025] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10820275json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10820275,
"ip": "212.73.137.6",
"port": 7093,
"query": 7093,
"color": 0,
"city": "Budapest",
"description": null,
"game": 9000035,
"owner": null,
"boosts": 1,
"last_offline": 1776052869,
"score": 0,
"last_online": 1776658858,
"icon": null,
"name": "[HUN] Feel Life Network Role Play [2025]",
"connect": "212.73.137.6:7093",
"request": "212.73.137.6:7093",
"map": "| Lp - Eq - Lb |",
"gamemode": "FLNRP 1.0.8 beta",
"version": "omp 1.5.8.3079",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": null,
"private": false,
"country": "HU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1767112450,
"last_update": 1776658858,
"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": 579,
"language": "hu",
"parked": false,
"app": {
"id": 168,
"steam_id": 9000035,
"name": "Samp",
"url": "samp"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10820275");
$data = json_decode($json, true);
var_dump($data);