# Gewgool > Gewgool is a Ruby on Rails app for gaming/video trend leaderboards, with a public read-only JSON API under `/api/v1`. ## Key pages - [Home](https://gewgool.com/) — Main site and discovery. - [Trending (hour)](https://gewgool.com/hour) — Hourly trends. - [Trending (day)](https://gewgool.com/day) — Daily trends. - [Trending (week)](https://gewgool.com/week) — Weekly trends. - [Trending (month)](https://gewgool.com/month) — Monthly trends. ## Sitemaps - [Sitemap index](https://gewgool.com/sitemap.xml) — Entry point for all sitemaps. - [Static sitemap](https://gewgool.com/sitemaps/static.xml) — Site structure pages. - [Topics sitemap](https://gewgool.com/sitemaps/topics.xml) — Topic pages. - [Authors sitemap](https://gewgool.com/sitemaps/authors-1.xml) — Author pages. ## API (read-only) - [API docs](https://gewgool.com/docs/api) — Base path: `/api/v1` (read-only). - [Videos (example)](https://gewgool.com/api/v1/videos?period=day&limit=20) — Trending videos. - [Movers](https://gewgool.com/api/v1/videos/movers?limit=5) — Biggest risers. - [Decliners](https://gewgool.com/api/v1/videos/decliners?limit=5) — Biggest fallers. - [Video insights (example)](https://gewgool.com/api/v1/videos/insights?video_id=1) — Insights for a video (use a real `video_id`).