7 Days to Die
Game|Doza (PvE) х16384 |random map| için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9500779json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9500779,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 251570,
"owner": 122672,
"boosts": 1,
"last_offline": 1761066209,
"score": 0,
"last_online": 1758661830,
"icon": null,
"name": "Game|Doza (PvE) х16384 |random map|",
"connect": null,
"request": null,
"map": "Xenoye County",
"gamemode": "7 Days To Die",
"version": null,
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1749724680,
"last_update": 1761066209,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9787,
"language": "ru",
"parked": true,
"app": {
"id": 49,
"steam_id": 251570,
"name": "7 Days to Die",
"url": "7-days-to-die"
},
"server_owner": {
"username": "marchukdubstep",
"avatar": "67314b04-5bc9-42fc-82cd-b906a2068cd5.jpg",
"last_online": 1761738536
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9500779");
$data = json_decode($json, true);
var_dump($data);