Simple API v1

The Simple API v1 provides one endpoint and operates with GET parameters.

Features

GET Parameter Description
date=all Shows all future meals.
date=DATE Shows meals for the given date, e.g., date=2023-12-08.
date=n Shows meals from n (0-999) days in the future, e.g. 0 for today and 1 for tomorrow.
date=-n Shows meals from n (0-999) days ago, e.g. -1 for yesterday.
format=FORMAT Returns the meals in the given format, e.g., format=json.

Recommendations

Examples

Deprecated Features