Attribution
Chora is a consolidation layer over public data. The upstreams have
licenses that require attribution when you display their data
downstream. We make it easy by returning a sources[] array on every
response.
The sources array
Display these sources near the rendered data. A small “Data from…” line is fine. Provide clickable links where the URL is included.
What each source powers
Rendering attribution
Minimum acceptable pattern. A small footer line near the widget:
Data from Open-Meteo, MICHELIN Guide, Ticketmaster.
Better. Link each provider to its site:
Data from Open-Meteo, MICHELIN Guide, Ticketmaster.
Attribution in the embedded widget
The pre-composed HTML widget (/v1/pulse) renders an attribution
footer automatically. You
don’t need to add anything else on the host page — the widget is
self-contained.
If you’re composing JSON sections yourself, you own the attribution
footer. Collect the sources[] arrays across responses, dedupe by
provider, and render them once near the widget.