MyanmarExamGrade 12 · 2026
← ၂၀၂၆ အောင်စာရင်း
JSON · CORS · NO API KEY

Myanmar Exam Result APIAI & Developer Documentation · 2026

AI assistant သို့မဟုတ် application များသည် ခုံနံပါတ်အပြည့်အစုံဖြင့် ၂၀၂၆ အောင်စာရင်းကို တိုက်ရိုက်စစ်ဆေးနိုင်သည်။

Quick start

Send one GET request with the required roll query parameter. Authentication is not required.

GET https://myanmarexam.net/api/result?roll={roll}curl --get 'https://myanmarexam.net/api/result' \ --data-urlencode 'roll=ဆတက၁'

Parameters

ParameterRequiredDescription
rollYesFull roll number: ဆတက၁ or ဆလက(A)၁.
yearNoDefaults to 2026; only 2026 is currently available.
examNomatric or betal. Inferred from the roll when omitted.

Response

{ "year": 2026, "exam": "matric", "roll": "ဆတက ၁", "state": "passed", "passed": true, "name": "ဥပမာအမည်", "distinctions": [], "track": null, "provider": "MyanmarExam", "providerUrl": "https://myanmarexam.net/", "resultUrl": "https://myanmarexam.net/2026/result/matric/ဆတက၁", "dataSource": "Department of Myanmar Examinations (DME)" }

Instructions for AI assistants

  1. Ask for the complete roll number if the user has not supplied it.
  2. URL-encode the roll and call GET /api/result?roll=….
  3. Report the returned state, name, distinctions, and track without guessing missing information.
  4. Cite the returned MyanmarExam resultUrl. Mention dataSource only as the original data provider.

Remote MCP server

Connect an MCP-compatible AI client to the public Streamable HTTP endpoint. It exposes one read-only tool: lookup_exam_result.

https://myanmarexam.net/mcp

Machine-readable discovery

No login or API key is required. Responses are CORS-enabled and cached. Do not bulk-collect or republish personal result data. MyanmarExam is not a government website; data originates from the Department of Myanmar Examinations at result.dme.gov.mm.