Docs

Schedule

Šlichta's scraper is set to run periodically using Apify's Schedules. It's cron is set to 0 7,10 * * * which tries to satisfy most users (each restaurant publishes menu at different time). You can find latest info below.

⌛ Last update:
⏳ Next update in:

Endpoints

Šlichta provides an API access to restaurants menus. See endpoints bellow.

Restaurants

Returns an array of restaurants with basic info. Supports query parameter for enabling menus. For data format see interface.

GET
/api/v1/restaurants
try it
GET
/api/v1/restaurants?menus=true
try it

Restaurant by id

Returns single restaurant's data. For data format see interface.

GET
/api/v1/restaurants/:id
try it

Contributing

If you want to see your favorite restaurant's menu here you have two options. You can either see CONTRIBUTING.md and add it yourself (you should have some programming skills) or you can try to contact me at hajnyon+slichta@gmail.com and maybe we can make a deal.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.5.0] - 2024-06-29

Changed
  • migrated to next@14 and app router
  • migrated to tailwind@3
  • updated dependencies
Removed
  • app info API endpoint

[1.4.0] - 2024-05-12

Added
  • meta tags and favicons
  • app's build info
Changed
  • new handcrafted logo
  • repository migrated to a GitLab group
  • deployment migrated to Vercel CLI
  • updated dependencies

[1.3.0] - 2021-11-15

Added
  • changelog section in docs
  • last and next update info

[1.2.0] - 2021-11-03

Added
  • dark mode
  • docs page
  • API

[1.0.0] - 2021-10-25

Added
  • initial website release