SCP: Secret Laboratory
Default server name. 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/10336632json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10336632,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 700330,
"owner": 132349,
"boosts": 1,
"last_offline": 1762840889,
"score": 0,
"last_online": 1761938603,
"icon": null,
"name": "Default server name.",
"connect": null,
"request": null,
"map": "Facility",
"gamemode": "SCP: Secret Laboratory",
"version": null,
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1758414423,
"last_update": 1762840889,
"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": 38,
"language": "ru",
"parked": true,
"app": {
"id": 18576,
"steam_id": 700330,
"name": "SCP: Secret Laboratory",
"url": "scp-secret-laboratory"
},
"server_owner": {
"username": "MUZAFiP",
"avatar": "1e057cf6-da7d-44c7-bc6d-8e6cbadc66af.jpg",
"last_online": 1766095531
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10336632");
$data = json_decode($json, true);
var_dump($data);