← Back to all apps

Overview

Tools Available6
DeveloperDataCamp
CategoryEducation

Learn AI and Coding Skills

Available Tools

DataCamp provides 6 tools that can be used to interact with its services.

Code-along.get By Id

code-along.get_by_id
Full Description

Get a code-along by its ID.

Parameters

Required
codeAlongIdnumber

The ID of the code-along to get.

Content.search

content.search
Full Description

Search the DataCamp content catalog. Returns a list of results.

Parameters

Required
levelstring

The level of the content the user is looking for.

Options:beginnerintermediateadvanced
querystring

The learning content query the user is looking for. Ask the user to provide more information if the query is vague. It should contain all keywords related to the content in English.

Optional
contentTypearray

The types of content to search for. Here are the available types: courseChapter, tutorial, webinar, code-along. If not provided, all content types will be searched.

Course.get By Id

course.get_by_id
Full Description

Get course details by its ID or slug.

Parameters

Required
courseIdOrSlugnumber/string

The ID or slug of the course to get.

Exercise.get By Id

exercise.get_by_id
Full Description

Get an exercise by its chapter and course IDs.

Parameters

Required
chapterIdnumber

The ID of the chapter to get.

courseIdnumber

The ID of the course to get.

exerciseNumbernumber

The number (1-based) of the exercise to get.

Tutorial.get By Id

tutorial.get_by_id
Full Description

Get a tutorial by its ID.

Parameters

Required
tutorialIdnumber

The ID of the tutorial to get.

Webinar.get By Id

webinar.get_by_id
Full Description

Get a webinar by its ID.

Parameters

Required
webinarIdnumber

The ID of the webinar to get.