The Lemma API uses ISO 8601 timestamps for all date and time values. This is the most widely supported timestamp format across programming languages and tools.Documentation Index
Fetch the complete documentation index at: https://docs.getlemma.com/llms.txt
Use this file to discover all available pages before exploring further.
Format
An ISO 8601 timestamp looks like this:| Part | Meaning |
|---|---|
2026-03-15 | Date in year-month-day order |
T | Separator between date and time |
14:30:00 | Time in 24-hour format (hours:minutes:seconds) |
Z | UTC timezone (also called “Zulu”) |
Timezone offsets
Instead ofZ, you can specify a UTC offset:
Using timestamps in query parameters
When filtering by timestamp, pass the full ISO 8601 string as the parameter value:Generating timestamps
- JavaScript
- Python
- Ruby
- cURL