Uncle Nearest Doc API

The Doc API from Uncle Nearest — 1 operation(s) for doc.

OpenAPI Specification

uncle-nearest-doc-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 1.0.0
  title: Events Calendar REST Doc API
  description: The Events Calendar REST API allows accessing upcoming events information easily and conveniently.
servers:
- url: https://unclenearest.com/wp-json/tribe/events/v1/
tags:
- name: Doc
paths:
  /doc:
    get:
      responses:
        '200':
          description: Returns the documentation for The Events Calendar REST API in Swagger consumable format.
      tags:
      - Doc