json([ 'data' => $realms->realms(), 'checked_at' => now()->toIso8601String(), ]); } catch (Throwable $exception) { report($exception); return response()->json([ 'message' => 'Не удалось получить список реалмов.', ], 503); } } }