-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathopenapi.yaml
49 lines (41 loc) · 1.12 KB
/
openapi.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
openapi: 3.1.2
info:
contact:
name: OpenCage GmbH
url: https://opencagedata.com/contact
version: 1.1.0
termsOfService: https://opencagedata.com/terms
title: OpenCage Geocoder
description: >
Worldwide forward and reverse geocoding.
# Rate Limiting
Responses to subscription customers do NOT contain the `rate` element of the response body or `X-Ratelimit` HTTP headers, because they do not face hard limits.
x-origin:
format: openapi
url: https://opencagedata.com/openapi.yaml
version: 3.0.0
x-logo:
url: https://opencagedata.com/opencagelogo-green.png
externalDocs:
description: OpenCage Geocoder Website
url: https://opencagedata.com/api
servers:
- url: https://api.opencagedata.com/geocode/v1
security:
- ApiKeyAuth: []
paths:
/json:
$ref: paths/json.yaml
/geojson:
$ref: paths/geojson.yaml
/xml:
$ref: paths/xml.yaml
/google-v3-json:
$ref: paths/google-v3-json.yaml
components:
securitySchemes:
ApiKeyAuth:
type: apiKey
in: query
name: key
description: an application key. See https://opencagedata.com/api#testingkeys