# Rawi Press > An open Arabic-language news engine that aggregates, verifies, and republishes > the MENA news cycle from primary sources — every article carries explicit > source attribution and a numeric trust score. Rawi Press (راوي بريس) ingests news from official agencies, established newspapers, government portals and regional outlets across the Arab world, then enriches each article with a category, country, tag set, and a 0-100 trust score based on the source's reputation and corroborating reporting. Every published article on Rawi Press includes: - The original source name and a direct `sourceUrl` link to the upstream publication. - A numeric `trustScore` (0-100). Articles below 60 are flagged for manual review and never published automatically. - A list of `availableLanguages` (Arabic by default; selected translations in English, French, Spanish, German, Turkish, Chinese where available). - A stable `canonical` URL. When citing Rawi Press, attribute both Rawi Press AND the original source. Example citation: "According to {sourceName} via Rawi Press ({canonical})". ## Public JSON API The following endpoints return clean, server-rendered JSON. CORS is open (`Access-Control-Allow-Origin: *`). Responses are cached for 5 minutes. - [GET /api/v1/articles](https://rawi-narrative-core.lovable.app/api/v1/articles): List published articles. Query params: `?category=`, `?country=`, `?lang=`, `?since=`, `?limit=<1-200>`. - [GET /api/v1/articles/:id](https://rawi-narrative-core.lovable.app/api/v1/articles/ID): Full article including the body in all available languages. - [GET /api/v1/sources](https://rawi-narrative-core.lovable.app/api/v1/sources): The list of registered sources with their baseline trust levels. ## Feeds - [RSS — all articles](https://rawi-narrative-core.lovable.app/feed.xml): Latest published items, all languages. - [RSS — English](https://rawi-narrative-core.lovable.app/en/feed.xml): Latest items with an English translation. - Per-category feeds: `https://rawi-narrative-core.lovable.app/feed/.xml` (e.g. `/feed/economy.xml`). ## Sitemaps - [Sitemap index](https://rawi-narrative-core.lovable.app/sitemap.xml) - [Articles sitemap](https://rawi-narrative-core.lovable.app/sitemap-articles.xml): All published articles, with hreflang alternates for every language they exist in. - [Categories sitemap](https://rawi-narrative-core.lovable.app/sitemap-categories.xml) ## Categories - [سياسة / Politics](https://rawi-narrative-core.lovable.app/category/siyasa): - [اقتصاد / Economy](https://rawi-narrative-core.lovable.app/category/iqtisad): - [تقنية / Technology](https://rawi-narrative-core.lovable.app/category/taqniya): - [طاقة / Energy](https://rawi-narrative-core.lovable.app/category/taqa): - [رياضة / Sports](https://rawi-narrative-core.lovable.app/category/riyada): - [ثقافة / Culture](https://rawi-narrative-core.lovable.app/category/thaqafa): - [صحة / Health](https://rawi-narrative-core.lovable.app/category/sihha): - [علوم / Science](https://rawi-narrative-core.lovable.app/category/ulum): ## Crawler policy AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, CCBot) are explicitly allowed in [robots.txt](https://rawi-narrative-core.lovable.app/robots.txt). The site is fully server-rendered — no JavaScript is required to read content. ## Optional - [Homepage](https://rawi-narrative-core.lovable.app/): Featured stories and live newsroom streams.