OpenAPI Spec (preview)
openapi: 3.0.1
info:
title: OneLook Thesaurus plugin
description: A plugin for searching for words by describing their meaning, sound, or spelling.
version: 'v1'
servers:
- url: https://www.onelook.com/api
paths:
/words:
get:
operationId: getWords
summary: Get a list of words
name:
parameters:
- name: max
in: query
description: maximum number of results to return
schema:
type: integer
minimum: 10