The Database Hub is home for developers who want to clone, connect, and share databases and build apps together. By connecting to a database, you can easily consume its data using an API (GraphQL or REST) or via SDK.
This is a comprehensive database with the Zip Codes of the countries of the world.
This is a comprehensive database with data about the post office codes for all countries in the world. Each dataset represents a country and has the following information available.
Let's consider a Zip Code from Australia as an example. The data provided will look like this:
February, 26, 2020
This database was extracted from http://www.geonames.org/.
This work is licensed under a Creative Commons Attribution 4.0 License.
Easy to use API available! Using this database a developer is able to:
You need to go to the API Playground and perform a query like this one:
query allDKS {
dKS (skip: 0, limit: 3) {
results {
ACL
accuracy
adminCode1
adminCode2
adminCode3
adminName1
adminName2
adminName3
countryCode
createdAt
geoPosition {
latitude
longitude
}
id
placeName
postalCode
updatedAt
}
}
}
The result will be:
{
"data": {
"dKS": {
"results": [
{
"ACL": null,
"accuracy": "6",
"adminCode1": "18",
"adminCode2": "615",
"adminCode3": "",
"adminName1": "Region Midtjylland",
"adminName2": "Horsens Kommune",
"adminName3": "",
"countryCode": "DK",
"createdAt": "2020-02-21T13:12:51.587Z",
"geoPosition": {
"latitude": 55.7573,
"longitude": 10.271
},
"id": "MqO7xFz8Ls",
"placeName": "Endelave",
"postalCode": "8789",
"updatedAt": "2020-02-21T13:12:51.587Z"
}
]
}
The query will look like this:
query countCHES {
ches {
count
}
}
The result will be:
{
"data": {
"ches": {
"count": 4356
}
}
}
Getting a key is a simple and straightforward process. Please refer to the Connect Button on the top right hand side of this page. The process has 3 steps:
Takes less than 1 minute.
Yes, you can integrate several databases under the same API Key.
You can use the database for free up to 10k requests per month. More details in our Pricing Page.
Every moment you execute a call to the database in the name of an application using a SDKs or an API, it counts as an API request. Logins, saves, queries are examples of operations calculated as API requests, among other types of operations.
The service works with two different API protocols:
You can make queries, access, and retrieve data from a public dataset via a GraphQL API. If you clone the database, it’s possible to work with REST or GraphQL APIs.
The list is pretty broad and the most common ones are:
Back4app is a BaaS Platform and will support you in facilitating the development and making great apps faster vs. a custom backend.
We use cookies to provide our services and for analytics and marketing. To find out more about our use of cookies, please see our Terms of Service and Privacy Policy . By continuing to browse our website, you agree to our use of cookies.