Skip to content

Instantly share code, notes, and snippets.

@austin362667
Last active April 14, 2023 05:53
Show Gist options
  • Save austin362667/b09fbd33295c49c91facc278da5a82e6 to your computer and use it in GitHub Desktop.
Save austin362667/b09fbd33295c49c91facc278da5a82e6 to your computer and use it in GitHub Desktop.
openapi: 3.0.0
info:
title: WolframAlpha API
version: 1.0.0
servers:
- url: https://api.wolframalpha.com/v1
paths:
/result:
get:
summary: Returns a simple answer from WolframAlpha
parameters:
- in: query
name: i
schema:
type: string
description: The query to send to WolframAlpha
- in: query
name: appid
schema:
type: string
description: The appid to use for the WolframAlpha API
responses:
'200':
description: OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment