POEMIST API LINK IS BROKEN: ERROR: The resource you are requesting could not be found

Describe the issue/error/question

  1. Use the HTTP Request node to make a GET request to the Poemist API https://www.poemist.com/api/v1/randompoems. Transform the incoming data with the Split Into Items option and with the Code node." POEMIST API LINK IS BROKEN

it doesnt return any data when triggered in the http request node under n8n course level 2

What is the error message (if any)?

The resource you are requesting could not be found

Please share the workflow

(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)
{
  "meta": {
    "instanceId": "c044987a9344f57c72e732928c452c5033d9d56f56a39ff81dc066f4a4cb1aeb"
  },
  "nodes": [
    {
      "parameters": {},
      "id": "9a92b871-9f3b-4c1d-a3c6-94ee784c7876",
      "name": "When clicking \"Execute Workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        460,
        280
      ]
    },
    {
      "parameters": {
        "url": "https://www.poemist.com/api/v1/randompoems",
        "options": {}
      },
      "id": "1c018702-cbd6-44f8-8149-b9a0f75774c9",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        680,
        280
      ]
    }
  ],
  "connections": {
    "When clicking \"Execute Workflow\"": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:1.9.0
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]:
  • **Running n8n via [Docker, npm, n8n.cloud, desktop app]:desktop app

Hey @Nyeusi_EA,

You can skip that part of the course it is something I noticed a couple of weeks ago and I have not yet had a chance to do an update on it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.