API icon indicating copy to clipboard operation
API copied to clipboard

/fun/chat endpoint is not giving 200 Success response

Open drlove2002 opened this issue 4 years ago • 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>

drlove2002 avatar Aug 20 '21 04:08 drlove2002

Its because the api they use for chat is down itself

Rachniotov avatar Aug 20 '21 15:08 Rachniotov

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

dev1048 avatar Mar 09 '22 20:03 dev1048

https://api-monkedev.herokuapp.com/docs/

Mafia-7777 avatar Mar 13 '22 00:03 Mafia-7777

The api is down again bruh

drlove2002 avatar Dec 16 '22 03:12 drlove2002

Working api: https://api.coreware.nl/docs

CorwinDev avatar Dec 16 '22 12:12 CorwinDev