googleapis.com

Manages classes, rosters, and invitations in Google Classroom.

🔑 oauth2 61 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Returns a list of courses that the requesting user is permitted to view, rest…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://classroom.googleapis.com/v1/courses
Returns a list of invitations that the requesting user is permitted to view, …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://classroom.googleapis.com/v1/invitations
Returns a course. This method returns the following error codes: * `PERMISSIO…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://classroom.googleapis.com/v1/courses/{id}
Endpoints (61 total)
GET
/v1/courses
Returns a list of courses that the requesting user is permitted to view, rest…
GET
/v1/invitations
Returns a list of invitations that the requesting user is permitted to view, …
GET
/v1/courses/{id}
Returns a course. This method returns the following error codes: * `PERMISSIO…
GET
/v1/invitations/{id}
Returns an invitation. This method returns the following error codes: * `PERM…
GET
/v1/userProfiles/{userId}
Returns a user profile. This method returns the following error codes: * `PER…
GET
/v1/courses/{courseId}/topics
Returns the list of topics that the requester is permitted to view. This meth…
GET
/v1/courses/{courseId}/aliases
Returns a list of aliases for a course. This method returns the following err…
GET
/v1/courses/{courseId}/students
Returns a list of students of this course that the requester is permitted to …
GET
/v1/courses/{courseId}/teachers
Returns a list of teachers of this course that the requester is permitted to …
GET
/v1/courses/{courseId}/courseWork
Returns a list of course work that the requester is permitted to view. Course…
GET
/v1/courses/{courseId}/topics/{id}
Returns a topic. This method returns the following error codes: * `PERMISSION…
GET
/v1/courses/{courseId}/announcements
Returns a list of announcements that the requester is permitted to view. Cour…
At a glance
Total SDKs10
Languages6
Endpoints61
Authoauth2
Categories2
https://classroom.googleapis.com