Headless CMS & Content API

Publish content once and distribute it automatically across your website, mobile app, stadium scoreboards, and any other platform via a unified REST API.

Website
Publish once, auto-formats for web
Mobile App
Same content API for iOS & Android
Digital Scoreboard
Stadium display integration
Smart TV
OTT and streaming platforms
RSS / Podcast
Auto-generate feeds from articles

Endpoints

Request

GET https://ezmotionsports.com/api/cms/articles?category=premier-league&limit=10&page=1

Response Schema

{
  "articles": [
    {
      "id": 1,
      "title": "Haaland Breaks Premier League Record",
      "description": "...",
      "url": "https://...",
      "imageUrl": "https://...",
      "source": "Sky Sports",
      "category": "premier-league",
      "publishedAt": "2025-04-23T10:00:00Z"
    }
  ],
  "total": 42,
  "page": 1
}