# FamHop shared data feed > The scanned, normalized, audience-tagged data that powers the FamHop > family of apps (kids: famhop.com; adults sibling: TBD). Read here once, > filter by audience client-side. The scanning pipeline runs in the > upstream repo (https://github.com/coldbrewathome/saturday). Generated: 2026-05-09T20:08:06.031Z ## Available files - /data/bay-area-spots.json — 1500+ Bay Area places (parks, libraries, museums, family venues). Each entry carries an `audiences` array (`"kids"`, `"adults"`, or `"all"`). - /data/events.json — Time-bounded events (storytimes, festivals, free days, etc.) tagged by audience. - /data/event-build-report.json — Per-source diagnostics from the most recent event ingest (live vs. fallback counts, fetch errors). - /data/curated-spots.json — Hand-picked entries that augment the OSM dataset. - /data/featured-plans.json — Editor's-pick starter plans. - /data/boa-museums.json — Bank of America Museums on Us free-day metadata. - /data/bay-area-enrichment.json — Per-spot Google rating overlay. All files are served with `Access-Control-Allow-Origin: *` so any frontend can fetch them directly. ## Audience tagging Every place and event carries an `audiences` array of one or more of `"kids"`, `"adults"`, `"all"`. Filter to your app's audience on read. Entries lacking the field are legacy data and should be treated as `"all"`.