Skip to main content

Overview

Cometly’s API offers two methods for retrieving event data: real-time paginated lists and asynchronous exports.

Export File Format

Exports are delivered as gzipped NDJSON (Newline-Delimited JSON):
Each line is a complete JSON object, making it easy to stream and process line-by-line without loading the entire file into memory.

See Also