This repository contains client libraries for accessing the Nameday API, which provides information about namedays in various countries.
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.
Currently, the following libraries are available:
- PHP
- Javascript
- React
- Vue
- Java
GET /today?country_code={countryCode}
Parameter | Type | Description |
---|---|---|
countryCode |
string |
Required. ISO 3166-1 alpha-2 (example. CZ) |
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 |
Contributions are always welcome!