API Documentation

Simple Video Gateway & Aggregator

GET /api/home

Retrieve the latest updated videos in JSON format.

// Response will appear here...
GET /api/category

Get the list of all video categories.

// Response...
GET /api/category/{slug}

Get videos by category.

// Response...
GET /api/video/{slug}

Get specific video details including embed URL.

// Response...