forked from philsturgeon/opencage-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenapi.yaml
54 lines (45 loc) · 1.44 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
50
51
52
53
54
openapi: 3.0.3
info:
contact:
email: [email protected]
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 with open data.
# 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.3
x-logo:
url: https://opencagedata.com/opencagelogo-green.png
tags:
- name: Geocoding
description: Convert address into coordinates (latitude, longitude)and relevant location information
- name: Reverse Geocoding
description: Convert coordinates (latitude, longitude) into addresses and relevant location information
externalDocs:
description: OpenCage Geocoder API documentation
url: https://opencagedata.com/api
servers:
- url: https://api.opencagedata.com/geocode/v1
security:
- ApiKeyAuth: []
paths:
/json:
$ref: paths/json.yaml
/xml:
$ref: paths/xml.yaml
/geojson:
$ref: paths/geojson.yaml
components:
securitySchemes:
ApiKeyAuth:
type: apiKey
in: query
name: key
description: 30 character long, alphanumeric string unique to your account. See https://opencagedata.com/api#required-params