Marvin API
Describe the problem/error/question
How to get data/tasks from Amazing Marvin ?
Old topic: Webhook does not receive data from Amazing Marvin
What is the error message (if any)?
The connection cannot be established, this usually occurs due to an incorrect host (domain) value
Share the output returned by the last node
ENOTFOUND
getaddrinfo ENOTFOUND api.amazingmarvin.com
Information on your n8n setup
n8n version: 1.83.2
Database you’re using: SQLite
Running n8n via: Docker
Thank you very much!
Hi there, according to amazingmarvin api documentation, the base url is not
api.amazingmarvin.com
but its
https://serv.amazingmarvin.com/api/:endpoint
so it makes sense if the http request returns ENOTFOUND, because they cannot find the address api.amazingmarvin.com
1 Like
if this answers ur question please give it a like and mark it as the solution, and btw, here’s the link to the documentation
Hi Fahmi !
HTTP Request to https://serv.amazingmarvin.com/tasks
OUTPUT:
[
{
“data”: “\n\n\n<body style="background:#29cbe0 ">\n<img src="https://amazingmarvin.com/static/Marvin.2617f917.png\ ” style="position:absolute;right:0;bottom:0;" />\n<pre style="position:absolute;left:50%;top:30%;transform:translate(-50%,-50%);font-family:monospace;font-size:20px;font-size:4vw;color:#f9ffd5 ;text-shadow:2px 2px rgba(0,0,0,0.2);font-weight:bold">\n _____ _____ _____ _____ _____ \n| | _ | __ | | | | | |\n| | | | | -| | |- -| | | |\n|| |_| | || |\ /| _|| |\nv4.468099408524763315\n\n\n",
“headers”: {
“content-type”: “text/html; charset=utf-8”,
“vary”: “Accept-Encoding”,
“x-cloud-trace-context”: “628f787fd0308206117910a79e4dbbb8”,
“date”: “Sun, 01 Jun 2025 10:48:47 GMT”,
“server”: “Google Frontend”,
“connection”: “close”,
“transfer-encoding”: “chunked”
},
“statusCode”: 200,
“statusMessage”: “OK”
}
]
hi mikhail the way you call the api should be like this
‘https://serv.amazingmarvin.com/api/:endpoint ’
where the :endpoint is a placeholder that you put for the actual endpoint that you want to call, so for example accodring to the documentation i mention above
the marvin api has a /test endpoint where you can use it to know if ur succesfully hit the api or not
you cann call that api with
POST https://serv.amazingmarvin.com/api/test
and for the other endpoint that you can call, please look at the documentation for it
thank you!
2 Likes
system
Closed
June 11, 2025, 2:35pm
8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.