❌ Post Error Details

πŸ”„ Automation Workflow

Content Management Hub

Multi-Site Automated Content Syndication

Total Posts
-
β†— All time
πŸ“
Posts Today
-
β†— Today's activity
πŸ“…
Published by Language
πŸ‡«πŸ‡· FR
-
πŸ‡¬πŸ‡§ EN
-
πŸ‡ͺπŸ‡Έ ES
-
πŸ‡ΈπŸ‡¦ AR
-
🌍
Last Updated
-
Auto-refresh
πŸ”„

πŸš€ Quick Actions

πŸ“‹ Last 24h Posts

πŸ”— API Endpoints

✍️ Content Generation APIs
POST /api/article-daily
Generates daily comparison article with AI, SEO optimization, and DALL-E image
POST /api/quiz-daily
Generates daily quizzes for FR/EN/ES/AR languages (5 questions each)
POST /api/lineup-daily
Generates probable lineup for next match using AI and caches in Vercel KV
⚽ Match Information APIs
/api/next-match
Live/recent/upcoming match details (ESPN: teams, date, venue, score)
β†’ Open JSON
/api/real-madrid-next-matches
Next 10 upcoming matches with dates, opponents, venues
β†’ Open JSON
/api/real-madrid-previous-matches
Last 10 completed matches with scores and results
β†’ Open JSON
/api/live-commentary
Live match commentary, events, timeline (if match is live)
β†’ Open JSON
πŸ“Š Statistics & Rankings APIs
/api/laliga-standings
Current La Liga standings with logos, stats, Real Madrid position
β†’ Open JSON
/api/ucl-standings
Current Champions League standings with logos and stats
β†’ Open JSON
/api/scorer-ranking
La Liga top scorers ranking with goals, assists, matches
β†’ Open JSON
/api/player-ratings
Player & coach ratings for last match with French reader reviews
β†’ Open JSON
🎯 Quiz System APIs
GET /api/quiz-today
Today's quiz questions (FR/EN/ES/AR) - 5 questions with 4 options each
β†’ Open JSON (FR)
POST /api/quiz-submit
Submit quiz answers - returns score, rank, leaderboard
GET /api/quiz-rankings
Quiz leaderboard (daily/weekly/all-time) with profiles
β†’ Open JSON
DELETE /api/quiz-delete
Delete quiz (admin only, requires authorization)
πŸ“ Post Management APIs
/api/posts
All processed posts with metadata, sources, multi-language info
β†’ Open JSON
/api/post-details
Detailed info about specific post (by ID and language)
POST /api/retry-post
Retry processing failed post from real-france.fr
POST /api/retry-language
Retry publishing specific language version of post
DELETE /api/delete-post
Delete post from WordPress and database
POST /api/remove-from-db
Remove post tracking from database (keeps WordPress post)
πŸ’Ύ Data Management APIs
/api/transfermarkt
Real Madrid squad from Transfermarkt (players, values, stats)
β†’ Open JSON
POST /api/transfermarkt-refresh
Force refresh Transfermarkt squad data cache
POST /api/clear-transfermarkt-cache
Clear Transfermarkt cache from Vercel KV
/api/youtube
Latest YouTube videos from Real Madrid official channel
β†’ Open JSON
POST /api/youtube-refresh
Force refresh YouTube videos cache
POST /api/sync-player-images
Sync Real Madrid player images from sources
GET /api/entities
All entities (players, clubs, coaches, competitions, stadiums) with multilingual names
β†’ Open JSON
GET /api/entities?type=player
Filter entities by type (player, club, coach, competition, stadium)
β†’ Players
GET /api/entities?search=term
Search entities by name, slug or alias in all languages
β†’ Search MbappΓ©
POST /api/entity-add
Create new entity with multilingual names and aliases
PUT /api/entity-update
Update existing entity (names, aliases, slugs auto-generated)
DELETE /api/entity-delete
Delete entity by ID from Supabase database
βš™οΈ Automation & Cron APIs
/api/cron
Main cron job orchestrating all scheduled tasks (runs every 30min)
/api/probable-lineup
Cached probable lineup for next match (generated by lineup-daily)
β†’ Open JSON
πŸ› οΈ Administrative APIs
/api/dashboard
Dashboard interface (this page) with stats and controls
β†’ Open Dashboard
/api/logs
Recent system logs with filtering by level
β†’ Open JSON
/api/debug
System debug info (environment, config, cache status)
β†’ Open JSON
/api/facebook-setup-help
Documentation for Facebook integration setup
β†’ View Docs