Discover/econtent.msbte.edu.in API
live

econtent.msbte.edu.in APIecontent.msbte.edu.in

Access MSBTE diploma programs, courses, learning outcomes, and bilingual e-content materials via 11 structured endpoints covering Maharashtra technical education.

Endpoints
11
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/9d03bf3c-1806-4073-b125-482d7d76a1ce/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/9d03bf3c-1806-4073-b125-482d7d76a1ce/get_programs' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 11 totalclick to expand

Returns the full list of all technical programs available on the MSBTE e-content platform. No parameters required.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "programs": "array of objects with code (two-letter program code) and name (full program name)"
  },
  "sample": {
    "data": {
      "programs": [
        {
          "code": "CO",
          "name": "CO - Computer Engineering"
        },
        {
          "code": "ME",
          "name": "ME - Mechanical Enginnering"
        }
      ]
    },
    "status": "success"
  }
}

About the econtent.msbte.edu.in API

The MSBTE E-Content API provides structured access to Maharashtra State Board of Technical Education's learning platform across 11 endpoints, covering programs, semesters, courses, course outcomes, and downloadable learning materials. The get_learning_materials endpoint returns file objects with direct download URLs, content descriptions, and file types, filtered by program code, semester, subject code, course outcome index, and content type.

Program and Course Structure

The API exposes the full MSBTE curriculum hierarchy. get_programs returns all available technical diploma programs as an array of objects with a two-letter code and full name. From there, get_semesters_by_program accepts a program_code (e.g. CO for Computer Engineering, ME for Mechanical) and returns the semesters available for that program as value and label pairs. get_courses_by_program_and_semester then resolves to a list of subjects with course_code and course_name for a given program-semester combination.

Course Outcomes and Learning Materials

get_course_outcomes accepts a semester, program_code, and subject_code and returns an array of course outcome objects, each with an id (index number) and text (outcome description). These outcome indices feed directly into get_content_types, which returns the available content categories for a subject-outcome pair as single-letter code values with display label strings. get_learning_materials then pulls actual e-content files: each material object includes a content description and a nested file object containing filename, file_type, and a direct url.

Search and Bilingual Content

search_learning_materials_by_keyword enables keyword search (e.g. java, inheritance) within a specific course. The co_index and content_type parameters are optional, so omitting them broadens the search across all outcomes and content types. The get_marathi_econtent_list endpoint returns bilingual Marathi-English materials grouped by engineering discipline, with fields for group, semester, course_code, title, and file_url. An optional scheme parameter accepts I (I-Scheme, current 22xxx course codes) or K (K-Scheme, older 31xxxx codes).

Curriculum Portal for Odd Semesters

get_135_semester_programs and get_135_semester_courses target a separate curriculum portal covering odd semesters (1, 3, 5). These endpoints return program lists and course listings respectively, though coverage is noted as limited — some program-semester combinations may return empty results. The get_marathi_econtent_file endpoint resolves a file name from the Marathi content list to a direct PDF URL, with no server-side validation of file existence.

Common use cases
  • Build a diploma curriculum browser showing programs, semesters, and subject lists using get_programs and get_courses_by_program_and_semester.
  • Create a study resource finder that retrieves downloadable PDFs and videos via get_learning_materials filtered by content type and course outcome.
  • Index MSBTE course outcomes for a learning management system using get_course_outcomes across all programs and semesters.
  • Implement keyword-based material search within a subject using search_learning_materials_by_keyword with optional CO and content type filters.
  • Aggregate bilingual Marathi-English course content by discipline and scheme using get_marathi_econtent_list with the scheme parameter.
  • Map curriculum coverage gaps by iterating get_135_semester_courses across programs for odd semesters.
  • Generate subject-level content type availability reports by combining get_content_types output across multiple courses.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does MSBTE provide an official developer API for econtent.msbte.edu.in?+
MSBTE does not publish a documented public developer API for its e-content platform. There is no official API portal or OAuth service listed on the site.
What does `get_learning_materials` return, and how do I narrow the results?+
get_learning_materials returns an array of material objects, each with a content description and a file object containing filename, file_type, and a direct download url. You narrow results by providing all five required parameters: co_index, semester, content_type, program_code, and subject_code. To retrieve materials across multiple content types or course outcomes, call the endpoint once per combination.
Does the API cover even semesters (2, 4, 6) through the curriculum portal endpoints?+
The get_135_semester_programs and get_135_semester_courses endpoints only accept odd semester values (1, 3, 5). Even semesters are not covered by those endpoints. The main get_courses_by_program_and_semester endpoint does handle even semesters via the standard program-semester flow. You can fork the API on Parse and revise it to add a dedicated even-semester curriculum portal endpoint if that data surface exists on the site.
Does `get_marathi_econtent_file` confirm whether a file actually exists?+
No. The endpoint constructs and returns a direct URL from the provided file_name parameter without validating that the file is present on the server. You should use file names sourced from get_marathi_econtent_list to minimize broken links. There is no status field in the response indicating file availability.
Does the API expose student enrollment data, exam results, or timetables?+
No. The API covers curriculum structure (programs, semesters, courses, outcomes) and downloadable learning materials only. Student records, examination results, and timetables are not exposed by any of the 11 endpoints. You can fork the API on Parse and revise it to add endpoints for those data types if they are accessible on the platform.
Page content last updated . Spec covers 11 endpoints from econtent.msbte.edu.in.
Related APIs in EducationSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.