You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-13Lines changed: 24 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,38 @@
6
6
7
7
[See the API in Action at https://www.OvertureMapsAPI.com/](https://www.overturemapsapi.com/)
8
8
9
+
## Hosted Version
9
10
10
-
## Endpoints
11
+
The hosted version of the Overture Maps API has additional datasets including that are expensive to build & host, and are not included in the self-hosted version:
-[./Places](https://docs.overturemaps.org/guides/places/) - The Overture places theme has one feature type, called place, and contains more than 53 million point representations of real-world entities: schools, businesses, hospitals, religious organizations, landmarks, mountain peaks, and much more.
14
-
- ./Places/Brands - Lists all the Brands used in the Places data, along with counts of Places for each.
15
-
- ./Places/Categories - Lists all the Categories used in the Places data, along with counts of Places and Brands in each
16
-
- ./Places/Countries - Lists all the Countries used in the Places data, along with counts of Places and Brands in each
13
+
- OpenStreetMap entity Id for each Place where available
-[./Places](https://www.overturemapsapi.com/docs/api-endpoints/places/) - The Overture places theme has one feature type, called place, and contains more than 53 million point representations of real-world entities: schools, businesses, hospitals, religious organizations, landmarks, mountain peaks, and much more.
29
+
-[./Places/Brands](https://www.overturemapsapi.com/docs/api-endpoints/places-brands) - Lists all the Brands used in the Places data, along with counts of Places for each.
30
+
-[./Places/Categories](https://www.overturemapsapi.com/docs/api-endpoints/places-categories) - Lists all the Categories used in the Places data, along with counts of Places and Brands in each.
31
+
-[./Places/Countries](https://www.overturemapsapi.com/docs/api-endpoints/places-countries) - Lists all the Countries used in the Places data, along with counts of Places and Brands in each.
32
+
-[./Places/Buildings](https://www.overturemapsapi.com/docs/api-endpoints/places-buildings) - Returns the Building shapes with the Places
You can either use the hardcoded API key in the code `DEMO-API-KEY`, or use the Auth API by going to theAuthAPI.com and creating an account. You can then create an Access Key for the App and add it as an Env var, and then create any number of API Keys for secure access to the API, and rate-limit them for cost control.
0 commit comments