{"id":15636387,"url":"https://github.com/westy92/holiday-event-api-java","last_synced_at":"2026-02-08T17:30:57.556Z","repository":{"id":137620549,"uuid":"579845743","full_name":"westy92/holiday-event-api-java","owner":"westy92","description":"The Official Holiday and Event API for Java and Kotlin","archived":false,"fork":false,"pushed_at":"2025-01-09T01:08:25.000Z","size":124,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-21T10:52:05.574Z","etag":null,"topics":["checkiday","holiday","holiday-api","holiday-calculation","holidayapi","holidays","holidays-api","java","jvm","kotlin"],"latest_commit_sha":null,"homepage":"https://search.maven.org/artifact/com.westy92.holiday-event-api/holiday-event-api","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/westy92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-19T04:28:43.000Z","updated_at":"2024-10-11T03:50:57.000Z","dependencies_parsed_at":"2024-04-26T04:33:48.082Z","dependency_job_id":"2dcff3ef-19fa-414c-a894-462261220964","html_url":"https://github.com/westy92/holiday-event-api-java","commit_stats":{"total_commits":38,"total_committers":3,"mean_commits":"12.666666666666666","dds":0.5526315789473684,"last_synced_commit":"40d2ac753af1abde3e07717b3558279cfa061eec"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/westy92/holiday-event-api-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westy92%2Fholiday-event-api-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westy92%2Fholiday-event-api-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westy92%2Fholiday-event-api-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westy92%2Fholiday-event-api-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/westy92","download_url":"https://codeload.github.com/westy92/holiday-event-api-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westy92%2Fholiday-event-api-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29238254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T14:18:14.570Z","status":"ssl_error","status_checked_at":"2026-02-08T14:18:14.071Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["checkiday","holiday","holiday-api","holiday-calculation","holidayapi","holidays","holidays-api","java","jvm","kotlin"],"created_at":"2024-10-03T11:03:15.808Z","updated_at":"2026-02-08T17:30:57.530Z","avatar_url":"https://github.com/westy92.png","language":"Kotlin","funding_links":["https://github.com/sponsors/westy92"],"categories":[],"sub_categories":[],"readme":"# The Official Holiday and Event API for Java and Kotlin\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.westy92.holiday-event-api/holiday-event-api)](https://search.maven.org/artifact/com.westy92.holiday-event-api/holiday-event-api)\n[![Build Status](https://github.com/westy92/holiday-event-api-java/actions/workflows/github-actions.yml/badge.svg)](https://github.com/westy92/holiday-event-api-java/actions)\n[![Code Coverage](https://codecov.io/gh/westy92/holiday-event-api-java/branch/main/graph/badge.svg)](https://codecov.io/gh/westy92/holiday-event-api-java)\n[![Funding Status](https://img.shields.io/github/sponsors/westy92)](https://github.com/sponsors/westy92)\n\nIndustry-leading Holiday and Event API for Java and Kotlin. Over 5,000 holidays and thousands of descriptions. Trusted by the World’s leading companies. Built by developers for developers since 2011.\n\n## Supported Java Versions\n\nLatest version of the the Holiday and Event API supports all currently-supported Java [releases](https://endoflife.date/java) and is also fully compatible with Kotlin.\n\n## Authentication\n\nAccess to the Holiday and Event API requires an API Key. You can get for one for FREE [here](https://apilayer.com/marketplace/checkiday-api#pricing), no credit card required! Note that free plans are limited. To access more data and have more requests, a paid plan is required.\n\n## Installation\n\n```kotlin\nimplementation(\"com.westy92.holiday-event-api:holiday-event-api:1.0.0\")\n```\n\n## Example\n\n```kotlin\ntry {\n    // Get a FREE API key from https://apilayer.com/marketplace/checkiday-api#pricing\n    val client = Client(\"\u003cyour API key\u003e\")\n\n    // Get Events for a given Date\n    val events = client.getEvents(\n        // These parameters are the defaults but can be specified:\n        // date = \"today\",\n        // timezone = \"America/Chicago\",\n        // adult = false,\n    )\n\n    val event = events.events[0]\n    println(\"Today is ${event.name}! Find more information at: ${event.url}.\")\n    println(\"Rate limit remaining: ${events.rateLimit.remainingMonth}/${events.rateLimit.limitMonth} (month).\")\n\n    // Get Event Information\n    val eventInfo = client.getEventInfo(\n        id = event.id,\n        // These parameters can be specified to calculate the range of eventInfo.Event.Occurrences\n        // start = 2020,\n        // end = 2030,\n    )\n\n    println(\"The Event's hashtags are ${eventInfo.event.hashtags}.\")\n\n    // Search for Events\n    val query = \"zucchini\"\n    val search = client.search(\n        query = query,\n        // These parameters are the defaults but can be specified:\n        // adult = false,\n    )\n\n    println(\"Found ${search.events.size} events, including '${search.events[0].name}', that match the query '${query}'.\")\n} catch (e: Exception) {\n    println(e)\n}\n```\n\n## Publishing\n\n1. `./gradlew publish`\n1. [login](https://s01.oss.sonatype.org/#stagingRepositories) and go to `Staging Repositories`.\n1. Follow steps [here](https://central.sonatype.org/publish/release/#locate-and-examine-your-staging-repository) to `Close` and then `Release`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesty92%2Fholiday-event-api-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwesty92%2Fholiday-event-api-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesty92%2Fholiday-event-api-java/lists"}