← back to AsSeenInMovies
asseeninmovies: /api discovery doc — list /api/spotted/random alongside the rest.
11f5c834ce4f10a435e414828d444e35cbb9211f · 2026-05-13 06:10:23 -0700 · SteveStudio2
Files touched
Diff
commit 11f5c834ce4f10a435e414828d444e35cbb9211f
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Wed May 13 06:10:23 2026 -0700
asseeninmovies: /api discovery doc — list /api/spotted/random alongside the rest.
---
server.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/server.js b/server.js
index f5cc4f7..1c5bac1 100644
--- a/server.js
+++ b/server.js
@@ -91,6 +91,7 @@ app.get('/api', (_req, res) => {
'GET /api/person/:id': 'Single person row by id',
'GET /api/spotted': 'Verified SPOTTED placements (limit ≤ 200, optional category=…)',
'GET /api/spotted/stats': 'Aggregate counts (pending/live/rejected/submitted_7d/films/brands/categories)',
+ 'GET /api/spotted/random': 'A single random verified SPOTTED placement (with movie context)',
'GET /api/ingest/status': 'Background-ingest queue depth (admin-ish; safe to expose)',
},
public_data_only: true,
← 0f3342b asseeninmovies: GET /api/spotted/random — JSON companion to
·
back to AsSeenInMovies
·
asseeninmovies: smoke +2 /api/spotted/random checks. 59/59. ee14e9d →