AutomationFlowsWeb Scraping › Public Holiday Lookup with Nager.date API via Webhook

Public Holiday Lookup with Nager.date API via Webhook

Byist00dent @ist00dent on n8n.io

This n8n template empowers you to instantly fetch a list of public holidays for any given year and country using the Nager.Date API. This is incredibly useful for scheduling, planning, or integrating holiday data into various business and personal automation workflows. Receive…

Webhook trigger★★☆☆☆ complexity6 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 6 Complexity: ★★☆☆☆ Added:

This workflow corresponds to n8n.io template #4601 — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "NG5qfRoVru1JkrkG",
  "name": "Public Holiday Lookup via Webhook",
  "tags": [],
  "nodes": [
    {
      "id": "8164668d-0ba2-451b-a2dc-d2ffdc54d9a0",
      "name": "Note for Webhook Trigger",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        320
      ],
      "parameters": {
        "width": 300,
        "height": 320,
        "content": "This node listens for incoming POST requests. It expects a JSON body with 'year' (e.g., 2025) and 'countryCode' (e.g., US, PH, DE) properties to fetch public holidays. Find country codes at: https://www.nager.at/Country"
      },
      "typeVersion": 1
    },
    {
      "id": "49af286c-d797-4798-a167-10d8c1593160",
      "name": "Note for Holiday API Call",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        320
      ],
      "parameters": {
        "color": 2,
        "width": 300,
        "height": 320,
        "content": "This node makes an HTTP GET request to the Nager.Date API to retrieve a list of public holidays for the specified year and country. The API returns details like the date, name, and type of each holiday."
      },
      "typeVersion": 1
    },
    {
      "id": "d39a877b-0fdb-4079-9577-7bdc343e96f0",
      "name": "Note for Webhook Response",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        300
      ],
      "parameters": {
        "color": 3,
        "width": 300,
        "height": 340,
        "content": "This node sends the list of public holidays received from Nager.Date back to the original caller of the webhook. You can insert other nodes before this to filter, format, store, or further process the holiday data."
      },
      "typeVersion": 1
    },
    {
      "id": "a2091cce-1e80-4e43-948b-386a9bc0bc6e",
      "name": "Get Public Holidays",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        280,
        480
      ],
      "parameters": {
        "url": "=https://date.nager.at/api/v3/PublicHolidays/{{ $json.body.year }}/{{ $json.body.countryCode }}",
        "method": "=GET",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "1fb1c6ca-aa64-424c-90a2-7e814050d0e2",
      "name": "Receive Holiday Request Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -80,
        480
      ],
      "parameters": {
        "path": "public-holidays",
        "options": {},
        "httpMethod": "POST",
        "responseMode": "responseNode"
      },
      "typeVersion": 2
    },
    {
      "id": "d0e71d3b-ba62-4dde-a36d-7ba48c0313ae",
      "name": "Respond with Holiday Data",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        660,
        480
      ],
      "parameters": {
        "options": {},
        "respondWith": "allIncomingItems"
      },
      "typeVersion": 1.2
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "5f014ff9-1281-464b-9e4f-0897c0b81883",
  "connections": {
    "Get Public Holidays": {
      "main": [
        [
          {
            "node": "Respond with Holiday Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Holiday Request Webhook": {
      "main": [
        [
          {
            "node": "Get Public Holidays",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This n8n template empowers you to instantly fetch a list of public holidays for any given year and country using the Nager.Date API. This is incredibly useful for scheduling, planning, or integrating holiday data into various business and personal automation workflows. Receive…

Source: https://n8n.io/workflows/4601/ — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

This template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface

HTTP Request
Web Scraping

Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request