Google Colors API

Operations related to Default

Operations 1

GET /colors Google Get Calendar Colors #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/google-colors-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

google-colors-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Google Calendar Colors API
  description: The Google Calendar API allows developers to integrate their applications with Google Calendar, enabling them to create, modify, and manage events and settings programmatically. This API is robust, offering functionalities like managing calendar lists, events, access permissions, and user settings.
  version: 1.0.0
servers:
- url: https://www.googleapis.com/calendar/v3
  description: Google Calendar API Server
tags:
- name: Colors
  description: Operations related to Default
paths:
  /colors:
    get:
      tags:
      - Colors
      summary: Google Get Calendar Colors
      description: Returns the color definitions for calendars and events.
      operationId: googleGetcalendarcolors
      parameters:
      - name: Accept
        in: header
        schema:
          type: string
        example: application/json
      - in: header
        name: Authorization
        schema:
          type: string
      responses:
        '200':
          description: OK
          headers:
            Content-Type:
              schema:
                type: string
                example: application/json
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ColorsGetResponse'
              examples:
                ColorsGetResponseExample:
                  $ref: '#/components/examples/ColorsGetResponseExample'
      x-api-evangelist-certified: '2025-07-20'
      x-microcks-operation:
        delay: 100
        dispatcher: FALLBACK
        dispatcherRules: ColorsGetResponseExample
components:
  examples:
    ColorsGetResponseExample:
      summary: Successful 200 response
      value:
        calendar:
          qui_15:
            background: dolore et occaecat
            foreground: et est cupidatat ullamco
          nulla_2:
            background: cupidatat ipsum Duis
            foreground: officia elit Excepteur dolore
          laborisaf:
            background: ex proident culpa consectetur veniam
            foreground: cupidatat dolore mollit laborum
        event:
          Excepteure8:
            background: in
            foreground: Ut reprehenderit officia Duis
        kind: calendar#colors
        updated: '1990-01-21T16:25:35.908Z'
  schemas:
    ColorsGetResponseCalendarQui15:
      description: ColorsGetResponseCalendarQui15 schema
      type: object
      properties:
        background:
          type: string
        foreground:
          type: string
    ColorsGetResponseEventExcepteure8:
      description: ColorsGetResponseEventExcepteure8 schema
      type: object
      properties:
        background:
          type: string
        foreground:
          type: string
    ColorsGetResponseEvent:
      description: ColorsGetResponseEvent schema
      type: object
      properties:
        Excepteure8:
          $ref: '#/components/schemas/ColorsGetResponseEventExcepteure8'
    ColorsGetResponseCalendarNulla2:
      description: ColorsGetResponseCalendarNulla2 schema
      type: object
      properties:
        background:
          type: string
        foreground:
          type: string
    ColorsGetResponseCalendarLaborisaf:
      description: ColorsGetResponseCalendarLaborisaf schema
      type: object
      properties:
        background:
          type: string
        foreground:
          type: string
    ColorsGetResponse:
      description: ColorsGetResponse schema
      type: object
      properties:
        calendar:
          $ref: '#/components/schemas/ColorsGetResponseCalendar'
        event:
          $ref: '#/components/schemas/ColorsGetResponseEvent'
        kind:
          type: string
        updated:
          type: string
          format: date-time
    ColorsGetResponseCalendar:
      description: ColorsGetResponseCalendar schema
      type: object
      properties:
        qui_15:
          $ref: '#/components/schemas/ColorsGetResponseCalendarQui15'
        nulla_2:
          $ref: '#/components/schemas/ColorsGetResponseCalendarNulla2'
        laborisaf:
          $ref: '#/components/schemas/ColorsGetResponseCalendarLaborisaf'
  securitySchemes:
    oauth2Auth:
      type: http
      scheme: oauth2