{
    "name": "BTEB Result API",
    "version": "2.0",
    "description": "Official BTEB Diploma Result API \u2014 Database powered",
    "base_url": "https:\/\/www.api.btebresult.tech",
    "endpoints": {
        "Individual Result": {
            "url": "https:\/\/www.api.btebresult.tech\/api\/student-results?roll=ROLL&curriculumId=CURRICULUM",
            "example": "https:\/\/www.api.btebresult.tech\/api\/student-results?roll=267032&curriculumId=diploma_in_engineering"
        },
        "Institute Results": {
            "url": "https:\/\/www.api.btebresult.tech\/api\/institute-results?code=INST_CODE&semester=SEM&curriculumId=CURRICULUM",
            "example": "https:\/\/www.api.btebresult.tech\/api\/institute-results?code=70095&semester=2&curriculumId=diploma_in_engineering"
        },
        "Latest Results": {
            "url": "https:\/\/www.api.btebresult.tech\/api\/latest-results?curriculumId=CURRICULUM&semester=SEM",
            "example": "https:\/\/www.api.btebresult.tech\/api\/latest-results?curriculumId=diploma_in_engineering&semester=2"
        },
        "Curriculums List": {
            "url": "https:\/\/www.api.btebresult.tech\/api\/curriculums"
        },
        "Import PDFs": {
            "url": "https:\/\/www.api.btebresult.tech\/import.php",
            "note": "Password protected"
        }
    }
}