{"openapi":"3.1.0","info":{"title":"MyanmarExam Results API","version":"2026.1","description":"Look up a 2026 Myanmar matriculation (Grade 12) or betal exam result by roll number. This is an independent service using official Department of Myanmar Examinations data."},"servers":[{"url":"https://myanmarexam.net"}],"externalDocs":{"description":"API and AI assistant documentation","url":"https://myanmarexam.net/api"},"tags":[{"name":"Results","description":"2026 roll-number result lookup"}],"paths":{"/api/result":{"get":{"operationId":"lookupExamResult","summary":"Look up an exam result by roll number","description":"Use when a user supplies a full Myanmar exam roll number and asks to check their 2026 result. No authentication is required.","tags":["Results"],"parameters":[{"name":"roll","in":"query","required":true,"schema":{"type":"string","examples":["ဆတက၁","ဆလက(A)၁"]},"description":"Full roll, e.g. \"ဆတက၁\" (matric) or \"ဆလက(A)၁\" (betal). URL-encode it."},{"name":"year","in":"query","required":false,"schema":{"type":"integer","default":2026}},{"name":"exam","in":"query","required":false,"schema":{"type":"string","enum":["matric","betal"]},"description":"Optional — inferred from the roll if omitted (a \"(track)\" suffix means betal)."}],"responses":{"200":{"description":"Result lookup completed","content":{"application/json":{"schema":{"type":"object","required":["year","exam","roll","state","passed","name","distinctions","track","provider","providerUrl","resultUrl","dataSource"],"properties":{"year":{"type":"integer","example":2026},"exam":{"type":"string","enum":["matric","betal"]},"roll":{"type":"string"},"state":{"type":"string","enum":["passed","notpassed","unavailable"]},"passed":{"type":"boolean"},"name":{"type":["string","null"]},"distinctions":{"type":"array","items":{"type":"string"}},"track":{"type":["string","null"]},"provider":{"type":"string"},"providerUrl":{"type":"string","format":"uri"},"resultUrl":{"type":"string","format":"uri"},"dataSource":{"type":"string"}}}}}},"400":{"description":"The required roll query parameter is missing"},"404":{"description":"The requested year is not available"}}}}}}