exam
Exam code: ssc or hsc
Bangladesh Education Board Results
Fast JSON responses for SSC and HSC queries through a single
/fetch endpoint.
POST /fetch or GET /fetch with query params
Exam code: ssc or hsc
Exam year. Example: 2024
Board code. Example: dinajpur
Student roll number
Registration number. Returned from the board page when available, otherwise echoed from the request.
curl -sS -X POST "https://eduboardapi.vercel.app/fetch" \
-H "Content-Type: application/json" \
-d '{
"exam": "ssc",
"year": "2024",
"board": "dinajpur",
"roll": "277795",
"reg": "2117829469"
}'
Sends a request to /fetch on this same deployment.
{
"tip": "Submit the form to test the API"
}