MonkeDev/API

/fun/chat endpoint is not giving 200 Success response

Opened this issue · 5 comments

I was using this endpoint for my Discord AI chat bot.. but it seems like the API is not working.. it's giving me 503 | Error

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Application Error</title>
<style media="screen">
		  html,body,iframe {
			margin: 0;
			padding: 0;
		  }
		  html,body {
			height: 100%;
			overflow: hidden;
		  }
		  iframe {
			width: 100%;
			height: 100%;
			border: 0;
		  }
		</style>
</head>
<body>
<iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
</body>
</html>

Its because the api they use for chat is down itself

The website is no longer working. The chat API will not work until the owners find some fixes.

The api is down again bruh