Example: Getting public holidays from an API with Web Request

Browsing through a list of free public APIs I’ve found a service that provides national holidays for basically any country and any year via an API: https://date.nager.at. Knowing holidays is frequently needed for a correct calculation of workdays.

So 20 minutes later here is a small project that obtains holidays for any country, any year :slight_smile:

public holidays.morph (5.9 KB)

1 Like

This is very helpful. thank you

Very good and practical example!!!
Thanks a lot

The example updated to use the “Parse JSON” action introduced in v4.1.

public holidays.morph (4.6 KB)

The example updated for use in v4.4 and above.
public holidays.morph (4.7 KB)