# Babyloon Academy — Public Discovery

Version: 1

Generated 2026-08-20. Babyloon Academy publishes its public catalog in HTML by default with explicit machine-readable surfaces below. Bilingual (Arabic and English) e-learning platform; Iraqi-market focused; payments in IQD via Wayl.

## Discovery surfaces

- [`/llms.txt`](https://babyloonacademy.com/llms.txt) — lightweight operator hint surface
- [`/sitemap.xml`](https://babyloonacademy.com/sitemap.xml) — XML sitemap for crawlers
- [`/sitemap.md`](https://babyloonacademy.com/sitemap.md) — markdown discovery index (this file)
- [`/robots.txt`](https://babyloonacademy.com/robots.txt) — crawl-permission rules, per-bot AI sections

## Human URLs

- Course catalog: `https://babyloonacademy.com/courses`
- Course detail: `https://babyloonacademy.com/courses/<slug>`
- Bundle catalog: `https://babyloonacademy.com/bundles`
- Bundle detail: `https://babyloonacademy.com/bundles/<slug>`
- Certificate verification: `https://babyloonacademy.com/verify/<token>` — per-certificate, issued to learners; not indexable (no placeholder token is published)

### Indexed public examples

#### Courses

- [https://babyloonacademy.com/courses/kwrs-asasyat-alhaswb-moh5z6v9](https://babyloonacademy.com/courses/kwrs-asasyat-alhaswb-moh5z6v9) — updated 2026-05-02
- [https://babyloonacademy.com/courses/kwrs-alamla-llght-alarbyt-moh10ret](https://babyloonacademy.com/courses/kwrs-alamla-llght-alarbyt-moh10ret) — updated 2026-07-30
- [https://babyloonacademy.com/courses/qwaad-allght-alarbyt-moh0zeu8](https://babyloonacademy.com/courses/qwaad-allght-alarbyt-moh0zeu8) — updated 2026-04-27

#### Bundles

- [https://babyloonacademy.com/bundles/test-1-mowzt0vv](https://babyloonacademy.com/bundles/test-1-mowzt0vv) — updated 2026-05-08
- [https://babyloonacademy.com/bundles/makw-dlal-bad-mooputdn](https://babyloonacademy.com/bundles/makw-dlal-bad-mooputdn) — updated 2026-05-03
- [https://babyloonacademy.com/bundles/tdll-moh5vjv0](https://babyloonacademy.com/bundles/tdll-moh5vjv0) — updated 2026-05-03

## Public JSON APIs

All endpoints return JSON in the standard `{ data: ... }` envelope. No authentication required for the read endpoints listed below.

- `https://babyloonacademy.com/api/v1/courses` — list all published courses (paginated `{ data, total, page, per_page }`; `?page`, `?limit` (max 50), `?search`, `?category`, `?language`, `?level`, `?minPrice`, `?maxPrice`, `?sort` supported)
- `https://babyloonacademy.com/api/v1/courses/<slug>` — single course with section / lecture metadata
- `https://babyloonacademy.com/api/v1/courses/<id>/preview` — preview lessons for the course
- `https://babyloonacademy.com/api/v1/bundles` — list all published bundles (unpaginated; returns the full set)
- `https://babyloonacademy.com/api/v1/bundles/<slug>` — single bundle with composition

## Markdown twins

Not currently supported. The marketing-copy fields (title, description, level, language, price, etc.) are exposed via the JSON endpoints above — that is the recommended discovery path for LLMs and agents.

## Usage

```bash
curl https://babyloonacademy.com/llms.txt
curl https://babyloonacademy.com/sitemap.md
curl https://babyloonacademy.com/sitemap.xml
curl https://babyloonacademy.com/robots.txt
curl https://babyloonacademy.com/api/v1/courses
curl https://babyloonacademy.com/api/v1/courses/<slug>
curl https://babyloonacademy.com/api/v1/bundles
curl https://babyloonacademy.com/api/v1/bundles/<slug>
```
