Integrations

How each consumer app uses culture-api -- with live sandbox links

iOS app for cultural discovery. Users see nearby events, films, concerts, exhibitions with critic opinions from 40+ Radio France podcasts. The app uses delta sync for events and streams trending podcast content on the home feed.

GET /api/events

Nearby events with delta sync for the current week

GET /api/events?lat=48.85&lng=2.35&radius_km=5&from=2026-04-08&to=2026-04-15&limit=20
Try in Sandbox
GET /api/podcasts/episodes

Trending content -- latest podcast episodes

GET /api/podcasts/episodes?limit=50
Try in Sandbox
GET /api/seances

Cinema seances near the user's location

GET /api/seances?lat=48.85&lng=2.35&radius_km=3&from=2026-04-08&limit=10
Try in Sandbox
GET /api/oeuvres/:id

Oeuvre detail with critic opinions from Radio France podcasts

GET /api/oeuvres/:id
Try in Sandbox
GET /api/recommendations/:oeuvreId

Similar recommendations scored by embedding, curator authority, temporal decay, and proximity

GET /api/recommendations/:oeuvreId?lat=48.85&lng=2.35&limit=10
Try in Sandbox