API Reference

LimeLearn Knowledge Base API Documentation

This API provides access to the LimeLearn knowledge base, allowing you to retrieve information about available courses, assignments, and video content on the platform. This documentation will guide you through how to use the API and understand its response.

Authentication:
No authentication is required to access this API.


Response Fields:

coursesData: An array containing details of the courses available on LimeLearn.

course_id: The unique identifier for the course.
course_name: The name of the course.
category: The category to which the course belongs.
course_description: A brief description of the course.
price: The price of the course (e.g., "Free").
provider: The name of the course provider.
provider_link: The link to the course provider's information.
course_link: A direct link to the course on LimeLearn.
assignmentsData: An array containing details of the assignments.

assignmentsData: An array containing details of the assignments.

assignment_name: The name of the assignment.
assignment_description: A brief description of the assignment.
assignment_publisher: The publisher of the assignment.
associated_course: The course with which the assignment is associated.
assignment_id: The unique identifier for the assignment.
assignment_link: A direct link to the assignment on LimeLearn.
videosData: An array containing details of videos associated with course completions.

videosData: An array containing details of videos associated with course completions.

video_id: The unique identifier for the video.
video_name: The name of the video.
video_url: A direct link to the video.
provider: The video provider.
assignment_name: The assignment with which the video is associated.
course_name: The course to which the video belongs.

Language
Click Try It! to start a request and see the response here!