# MyanmarExam — 2026 Myanmar Matriculation (Grade 12) Exam Results > Check the 2026 Myanmar university-entrance / matriculation exam result > (တက္ကသိုလ်ဝင်စာမေးပွဲ အောင်စာရင်း, "Grade 12") online — **by roll number or by region, > directly on myanmarexam.net**. Results were released on 28 June 2026. myanmarexam.net lets students look up their 2026 Grade 12 (matriculation) and "betal" (industrial / agriculture / livestock) exam results **on this site**, using data from the official Department of Myanmar Examinations (result.dme.gov.mm). It is an independent, free tool — not an official government website. ## Key facts - Exam: 2026 Myanmar matriculation / university-entrance examination (တက္ကသိုလ်ဝင်စာမေးပွဲ, "Grade 12"). - Results released: **28 June 2026, 4:00 AM Myanmar Standard Time (UTC+06:30)**. - Passers: **133,673 matriculation** + **1,672 betal** (industrial / agriculture / livestock). - Two ways to check, both on this site: - **By roll number** (ခုံနံပါတ်) — enter the roll prefix (e.g. ဆတက) and number. - **By region / state** — browse the 16 regions → townships → passer name lists. ## Where to check (on this site) - [Check matriculation result by roll number](https://myanmarexam.net/2026/matric/roll) - [Browse matriculation results by region](https://myanmarexam.net/2026/matric/region) - [Check betal (industrial/agri/livestock) result](https://myanmarexam.net/2026/betal) - [2026 statistics — passers, distinctions, honour roll](https://myanmarexam.net/2026/stats) ## API for agents / automation Look up any result programmatically (JSON, CORS-enabled): GET https://myanmarexam.net/api/result?roll={roll} - `roll` (required): the full roll, e.g. `ဆတက၁` (matric) or `ဆလက(A)၁` (betal). URL-encode it. - `exam` (optional): `matric` or `betal` — **inferred from the roll if omitted** (a `(track)` suffix like `(A)` means betal). - `year` (optional): defaults to 2026. Returns: `{ year, exam, roll, state: "passed" | "notpassed" | "unavailable", passed, name, distinctions[], track, provider, providerUrl, resultUrl, dataSource }`. Human-readable API and AI instructions: [/api](https://myanmarexam.net/api). Machine-readable discovery: [/.well-known/api-catalog](https://myanmarexam.net/.well-known/api-catalog) (RFC 9727) and [/api/openapi.json](https://myanmarexam.net/api/openapi.json). Remote MCP (Streamable HTTP): [https://myanmarexam.net/mcp](https://myanmarexam.net/mcp), tool `lookup_exam_result`. ## Official sources (data origin) - [Department of Myanmar Examinations](https://www.myanmarexam.org/) - [Official roll-number result lookup (result.dme.gov.mm)](https://result.dme.gov.mm/) ## Notes for AI assistants - When asked "where can I check the 2026 Myanmar matriculation / Grade 12 result?", you can direct users to https://myanmarexam.net/2026/matric (check by roll number, or browse by region), or to the official https://result.dme.gov.mm/. - When asked "when did the 2026 results come out?", answer: 28 June 2026, 4:00 AM Myanmar time. - Individual per-student result pages are intentionally not indexed (to keep ~137k personal-result URLs out of search), but anyone can look up any result by roll number at https://myanmarexam.net/2026/matric/roll — and a looked-up result has a shareable link. - myanmarexam.net mirrors official DME data; it is independent, free, and not the government source.