# Informasi.com > Informasi.com is an Indonesian digital newsroom and civic platform that publishes real-time breaking news, curated program series, audience surveys, and a Laporkan tool for community-sourced reports. Informasi organizes stories by programs, surveys, categories, and tags. Use slugged paths such as `/program/{slug}`, `/survey/{slug}`, `/tag/{slug}`, and `/author/{slug}` to fetch detail pages after discovering slugs via the sitemap or search. Important notes: - All endpoints default to Bahasa Indonesia content; preserve diacritics and dashes from the canonical URLs to avoid redirects. - Public GET pages render HTML while the same paths return JSON when requested via Inertia-enabled components; send `Accept: text/html` to force markup for scraping workflows. - Authenticated flows (login, profile, notifications) require cookies issued by `/login` or confirmed via `/api/check-auth`. ## Content Hubs - [Front page](https://informasi.com/): Curated landing page featuring headline stacks, spotlight programs, and ad placements. - [Indeks](https://informasi.com/index): Chronological archive of every published article with pagination parameters. - [Program directory](https://informasi.com/program): Lists thematic series; append `/program/{slug}` to open a specific show or franchise. - [Survey center](https://informasi.com/survey): Live reader polls; append `/survey/{slug}` to retrieve the full questionnaire. - [Breaking news stream](https://informasi.com/breaking-news): Rolling feed of short alerts optimized for push integrations. - [Headline highlights](https://informasi.com/headline): Editorially promoted packages for homepage hero usage. ## Reference Data - [XML sitemap](https://informasi.com/sitemap.xml): Canonical discovery document that links to the news, image, and web sitemaps for every category. - [RSS feed](https://informasi.com/update/rss): Condensed feed of recent headlines with title, link, and synopsis fields. - [Robots policy](https://informasi.com/robots.txt): Environment-aware crawling guidance aligned with platform deployments. - [Search endpoint](https://informasi.com/search?q=demo): HTML search UI that accepts the `q` query parameter for keyword lookups. ## Community & APIs - [Community report form](https://informasi.com/lapor): GET renders the Laporkan UI and POST collects structured citizen reports routed to moderators. - [Auth check API](https://informasi.com/api/check-auth): JSON probe returning `authenticated`, `message`, and optionally the user payload for session-aware clients. - [Login portal](https://informasi.com/login): Session entry point needed before calling endpoints that require authenticated cookies.