Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.44 KB

README.md

File metadata and controls

66 lines (47 loc) · 1.44 KB

Nameday API

This repository contains client libraries for accessing the Nameday API, which provides information about namedays in various countries.

Getting Started

To get started, clone this repository and choose the library that you want to use. Follow the instructions in the library's directory to integrate it into your project.

Libraries

Currently, the following libraries are available:

  • PHP
  • Javascript
  • React
  • Vue
  • Java

API Reference

Get today nameday

  GET /today?country_code={countryCode}
Parameter Type Description
countryCode string Required. ISO 3166-1 alpha-2 (example. CZ)

Documentation

Documentation

Supported countries

We support the following countries and their corresponding country codes

Country Code
Austria at
Bulgaria bg
Czech cz
Germany de
Denmark dk
Estonia ee
Spain es
Finland fi
France fr
Greece gr
Croatia hr
Hungary hu
Italy it
Lithuania lt
Latvia lv
Poland pl
Russia ru
Sweden se
Slovakia sk
United States us

Contributing

Contributions are always welcome!