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
| Parameter | Required | Description |
|---|---|---|
roll | Yes | Full roll number: ဆတက၁ or ဆလက(A)၁. |
year | No | Defaults to 2026; only 2026 is currently available. |
exam | No | matric 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)"
}passed— the roll is present in the official passer data.notpassed— the prefix data loaded successfully but the roll was not found.unavailable— the lookup could not be completed; do not report this as a failed result.
Instructions for AI assistants
- Ask for the complete roll number if the user has not supplied it.
- URL-encode the roll and call
GET /api/result?roll=…. - Report the returned
state, name, distinctions, and track without guessing missing information. - Cite the returned MyanmarExam
resultUrl. MentiondataSourceonly 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/mcpMachine-readable discovery
OpenAPI 3.1Tool schema and response model
Remote MCPStreamable HTTP · lookup_exam_result
API CatalogRFC 9727 linkset discoveryllms.txtSite and agent usage summaryNo 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.