The Tallest Structures Data Retrieval 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/8814/tallest+structures+data+retrieval+api/15508/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/8814/tallest+structures+data+retrieval+api/15514/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/8814/tallest+structures+data+retrieval+api/15520/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 Structures Data Retrieval 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, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key 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.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
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. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
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.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
Service Level:
100%
Response Time:
65ms
Service Level:
100%
Response Time:
58ms
Service Level:
100%
Response Time:
10,216ms
Service Level:
100%
Response Time:
10,503ms
Service Level:
100%
Response Time:
72ms
Service Level:
100%
Response Time:
53ms
Service Level:
100%
Response Time:
8,981ms
Service Level:
100%
Response Time:
53ms
Service Level:
100%
Response Time:
5,339ms
Service Level:
100%
Response Time:
55ms
Service Level:
100%
Response Time:
669ms
Service Level:
100%
Response Time:
633ms
Service Level:
100%
Response Time:
584ms
Service Level:
100%
Response Time:
1,209ms
Service Level:
100%
Response Time:
103ms
Service Level:
100%
Response Time:
149ms
Service Level:
100%
Response Time:
121ms
Service Level:
100%
Response Time:
144ms
Service Level:
100%
Response Time:
364ms
Service Level:
100%
Response Time:
189ms