Types
This endpoint returns a list of the types currently supported by the API.
Supported types
The API currently supports 13 types of learning objects as follows:
video
YouTube, Dailymotion, Vimeo
mooc
edX, Coursera, OpenClassrooms, Linkedin Learning
podcast
ApplePodcasts, SoundCloud
app
App Store, Google Play Store
article
Wikipedia, Medium
book
Amazon books, Google books
ebook
Apple Books, Google books
career profile
ONISEP, Oriane, Pôle Emploi
distance learning
MIT, Stanford, MonCompteFormation
training
MonCompteFormation, Pôle Emploi
safety sheet
OSHA, INRS
tutorial
WikiHow, Instructables
website
Code Academy, Apprendre TV5 Monde
We are in the process of indexing additional types of learning objects such as exercise, XR/VR/AR, scientific articles, reports, etc. When available, these types will be added to the supported list.
You can access to the list of supported types using the /type
endpoint as described below.
Request
Headers
This endpoint does not require any API key authentication in the header.
Query Parameters
This endpoint does not require any query parameter.
Code examples
See here for Rapid API codes examples.
See below for Direct customer access:
Response
Response parameters
type
Name of the type of LO to be used in the /search
endpoint to filter LO with the type
parameter
description
Short description of this type
Response example
Here is an example of the JSON structured response provided by this endpoint.
Last updated