The Tallest Buildings Info API is designed to give developers and data analysts easy access to comprehensive data about the tallest buildings globally. It breaks down the dataset into focused endpoints: one for listing building names, one for retrieving height based on building name, and another for fetching all other metadata (like location, floors, year of completion, and building type).
[
{
"names": [
"Burj Khalifa",
"Merdeka 118",
"Shanghai Tower",
"The Clock Towers",
"Ping An International Finance Centre",
"Lotte World Tower",
"One World Trade Center",
"Guangzhou CTF Finance Centre",
"Tianjin CTF Finance Centre",
"China Zun",
"Taipei 101",
"Shanghai World Financial Center",
"International Commerce Centre",
"Wuhan Greenland Center",
"Central Park Tower",
"Lakhta Center",
"Landmark 81",
"Chongqing International Land-Sea Center",
"The Exchange 106",
"Changsha IFS Tower T1",
"Petronas Tower 1",
"Petronas Tower 2",
"Zifeng Tower",
"Suzhou IFS",
"Wuhan Center",
"Willis Tower",
"KK100",
"Guangzhou International Finance Center",
"111 West 57th Street",
"Shandong International Financial Center",
"One Vanderbilt",
"432 Park Avenue",
"Marina 101",
"Trump International Hotel and Tower",
"JPMorgan Chase World Headquarters",
"Minying International Trade Center 1",
"Jin Mao Tower",
"Princess Tower",
"Al Hamra Tower",
"Two International Finance Centre",
"Haeundae LCT The Sharp Landmark Tower",
"Ningbo Central Plaza",
"Guangxi China Resources Tower",
"Guiyang International Financial Center T1",
"Iconic Tower",
"China Merchants Bank Global Headquarters Main Tower",
"China Resources Tower",
"23 Marina",
"CITIC Plaza",
"Citymark Centre",
"Shum Yip Upperhills Tower 1",
"30 Hudson Yards",
"Public Investment Fund Tower",
"Shun Hing Square",
"Eton Place Dalian Tower 1",
"Autograph Tower",
"Logan Century Center 1",
"Burj Mohammed bin Rashid",
"Empire State Building",
"Elite Residence",
"Riverview Plaza",
"Guangdong Business Center",
"Dabaihui Plaza",
"Central Plaza",
"Federation Tower (East Tower)",
"Hengfeng Guiyang Center Tower 1",
"Dalian International Trade Center",
"Shanghai International Trade Center Tower 1",
"Haitian Center Tower 2",
"Golden Eagle Tiandi Tower A",
"Bank of China Tower",
"Bank of America Tower",
"Ciel Tower",
"St. Regis Chicago",
"Almas Tower",
"Ping An Finance Center Tower 1",
"Huiyun Center",
"Hanking Center",
"Greenland Group Suzhou Center",
"City Tower 1",
"Gevora Hotel",
"Galaxy World Tower 1",
"Galaxy World Tower 2",
"Il Primo Tower",
"JW Marriott Marquis Dubai Tower 1",
"JW Marriott Marquis Dubai Tower 2",
"Emirates Office Tower",
"Raffles City Chongqing T3N",
"Raffles City Chongqing T4N",
"OKO – South Tower",
"CBRT Tower",
"The Marina Torch",
"Forum 66 Tower 1",
"The Pinnacle",
"Xi'an Glory International Financial Center"
]
},
{
"names": [
"Burj Khalifa",
"Shanghai Tower",
"Ping An International Finance Center",
"Merdeka 118",
"Guangzhou CTF Finance Centre",
"Tianjin CTF Finance Centre",
"One World Trade Center",
"Taipei 101",
"Shanghai World Financial Center",
"International Commerce Centre",
"Central Park Tower",
"Abraj Al Bait Towers",
"Petronas Towers",
"JW Marriott Marquis Dubai",
"Abeno Harukas",
"Lotte World Tower",
"Willis Tower",
"Empire State Building",
"Bank of China Tower",
"Almas Tower"
]
}
]
curl --location --request POST 'https://zylalabs.com/api/8817/tallest+buildings+info+api/15511/get+list+of+tallest+buildings' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"name": "23 Marina",
"height": "392.4 m"
},
[]
]
curl --location --request POST 'https://zylalabs.com/api/8817/tallest+buildings+info+api/15512/get+building+height+by+name' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"name":"Required"}'
[
{
"name": "The Clock Towers",
"floors": 120,
"city": "Mecca",
"country": "Saudi Arabia",
"year": 2012,
"comments": "Tallest building in Saudi Arabia, tallest clock tower and contains the highest museum in the world"
},
[]
]
curl --location --request POST 'https://zylalabs.com/api/8817/tallest+buildings+info+api/15517/get+building+information+by+name' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"name":"Required"}'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The Tallest Buildings Info API provides data on building names, heights, locations, number of floors, year of completion, and building types.
You can retrieve the height of a specific building by using the endpoint that allows you to query by building name, which will return the height details along with other related metadata.
The API can be used for various applications such as architectural research, urban planning, educational projects, and creating visualizations or comparisons of skyscrapers around the world.
The API typically returns data in structured formats such as JSON, which is easy to parse and integrate into applications.
Developers can integrate the API by making RESTful requests to its endpoints, allowing them to fetch building data and incorporate it into their applications or websites seamlessly.
The "get list of tallest buildings" endpoint returns a list of building names. The "get building height by name" endpoint returns the height of a specified building, while the "get building information by name" endpoint provides detailed metadata, including floors, city, country, year of completion, and additional comments.
Key fields include "names" for the list of buildings, "height" for the building's height, and detailed fields such as "name," "floors," "city," "country," "year," and "comments" in the building information response.
Each endpoint returns data in a structured JSON format. The list endpoint provides an array of building names, while the height and information endpoints return objects containing specific attributes related to the queried building.
The list endpoint provides names of the tallest buildings. The height endpoint offers the height of a building based on its name, and the information endpoint delivers comprehensive details, including location, number of floors, completion year, and additional comments.
Users can customize requests by specifying the building name as a parameter in the height and information endpoints. This allows for targeted queries to retrieve specific data about a building of interest.
Typical use cases include architectural analysis, educational projects on skyscraper design, urban development studies, and creating visual comparisons of building heights and features for presentations or applications.
Users can parse the JSON responses to extract relevant information for their applications. For example, they can display building heights in a comparison chart or use metadata for geographic visualizations in mapping tools.
Data accuracy is maintained through regular updates and validation against reliable sources, ensuring that the information about building heights, locations, and other attributes is current and trustworthy.
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
10,216ms
Service Level:
100%
Response Time:
58ms
Service Level:
100%
Response Time:
10,503ms
Service Level:
100%
Response Time:
65ms
Service Level:
100%
Response Time:
60ms
Service Level:
100%
Response Time:
53ms
Service Level:
100%
Response Time:
56ms
Service Level:
100%
Response Time:
53ms
Service Level:
100%
Response Time:
53ms
Service Level:
100%
Response Time:
1,556ms
Service Level:
100%
Response Time:
1,541ms
Service Level:
90%
Response Time:
636ms
Service Level:
100%
Response Time:
1,017ms
Service Level:
100%
Response Time:
3,408ms
Service Level:
100%
Response Time:
172ms
Service Level:
100%
Response Time:
638ms
Service Level:
100%
Response Time:
130ms
Service Level:
100%
Response Time:
819ms
Service Level:
100%
Response Time:
233ms
Service Level:
83%
Response Time:
564ms