Logo
Chegg Logo

Chegg APIs

Search 32+ million Expert Q&As and Textbook Solutions with Chegg Study or use our flashcards and writing tools. As always, save up to 90% with textbook rental.

Chegg APIs

Account Request URL

-

Base Endpoint

-

Users

Fetch the user profile.

GET

/api/v2/users/{username}

username

Users

Update the user's profile picture.

PUT

/api/v2/users/profile-picture

username

Questions

Fetch a list of questions.

GET

/api/v2/questions

tags, sort

Questions

Create a new question.

POST

/api/v2/questions

title, body, tags

Questions

Fetch the details of a question.

GET

/api/v2/questions/{question_id}

question_id

Questions

Update the details of a question.

PUT

/api/v2/questions/{question_id}

question_id, title, body, tags

Answers

Fetch the details of an answer.

GET

/api/v2/answers/{answer_id}

answer_id

Answers

Create a new answer.

POST

/api/v2/answers

question_id, body

Answers

Update the details of an answer.

PUT

/api/v2/answers/{answer_id}

answer_id, body

Comments

Fetch the list of comments for a question or answer.

GET

/api/v2/comments/{parent_id}

parent_id

Comments

Create a new comment.

POST

/api/v2/comments

parent_id, body

Search

Search for questions

GET

answers

and users.

Tags

Fetch the list of tags.

GET

/api/v2/tags

sort, page, page_size

Tags

Create a new tag.

POST

/api/v2/tags

tag_name

Reports

Report a question

POST

answer

or comment.

Details

Provider

Country HQ

US

API Type

REST

Categories

Education

Alternatives

Important URLs

Last Updated on

2024-03-24

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo