Number of Data Files / Resources 1
Updated: 18 Mar 2024
Building summary information defines the Overall building information on the Building Level
Request Permission

I acknowledge that I have read and agree to the terms and conditions

Cancel
Send Request
Your request has been successfully submitted
You will receive a confirmation within 14days time period. If you are
having any query feel free to contact us.
Done
Send Feedback
Updated: 18 Mar 2024 File Size : 169.44 MB
CSV
Field Value
Data Provenance 1. The building summary information is generated from Building Permit System once a permit is delivered. 2. Once building is completed, Building control system updates the completion date 3. The building summary information is impacted final new building / final modifications/simple modification servers 4. Reference tables are PRT_BUILD_MAINS
Dataset Source Oracle Database
Format CSV
Created 30 Jul 2019
Last updated 18 Mar 2024
Frequency of Update on Source Daily
Frequency of Update to SDP
Monthly
Expected Volume/Ingestion Cycle(Daily if Real-time)
On average 300 records can be expected in a day
Language Mix~Mix~English~English~Mix~English~Arabic~English~English~English~English~English~English~English~Mix~English~Arabic~English~English~Mix~Mix~English~English~English~English~Mix~English~Mix~English~English~English~English~English~English~English~English~English
State active
Rights
License notspecified
Name Description Primary Key Size Datatype Foreign Key Range of Values Language Classification
community_name_english represents the community in which the parcel resides No 100 Text N Mix Open
community_name_arabic represents the community in arabic which the parcel resides No 100 Text N Mix Open
no_of_buildings_on_plot No of buildings in the plot id No 22 Number N English Open
building_serial_no Unique serial no of the building within the plot No 100 Text N English Open
building_permitted_date Date by which the building is permitted No Date N Mix Open
building_type_english type of the building - English No 100 Text N English Open
building_type_arabic type of the building - English No 100 Text N Arabic Open
typical_floors_count No of typical floors on the building No 22 Number N English Open
building_id Primary key of the data set Yes 22 Number N English Open
parcel_id represents the parcel id in which the building resides No 22 Number N English Open
building_floor_height building height representation in the form of flolors/count in the building No 4000 Text N English Open
building_height Building height in meters No 22 Number N English Open
building_total_area total built up area of the building No 22 Number N English Open
facilities_circulation_area total area that are used for facilities and circulation (Non usages area) No 22 Number N English Open
is_green_building Is the building follows Green building specificaions YES/NO No 10 Text N Mix Open
building_usages_english building usages description - English No 1000 Text N English Open
building_usages_arabic building usages description - Arabic No 1000 Text N Arabic Open
plot_area Total parcel area No 22 Number N English Open
building_completion_date Date by which building occupancy certificate is issued No Date N English Open
building_status_english status of the building - English No 100 Text N Mix Open
building_status_arabic status of the building - Arabic No 100 Text N Mix Open
air_conditioned_area total area of the building which are covered by AC No 22 Number N English Open
no_of_lifts No of lifts provided in the building No 22 Number N English Open
electrical_load_for_ac Electrical load for AC (Kw) No 22 Number N English Open
soil_barring_capacity Soil barring capacity (KN/m2) No 500 Text N English Open
ac_unit_type AC unit type used in the building No 500 Text N Mix Open
thermal_load_for_ac Thermal load for AC (Kw) No 22 Number N English Open
building_ownership_type Building Ownership No 100 Text N Mix Open
building_construction_year Building_construction_year No 22 Number N English Open
project_no Project Number No 22 Number N English Open
permit_no Permit Number under which the building is permitted for construction No 20 Text N English Open
indoor_car_parking No of indoor Car PARKING provided in the building No 22 Number N English Open
outdoor_car_parking No of outdoor car PARKING provided in the building No 22 Number N English Open
outdoor_bus_parking No of outdoor bus PARKING provided in the building No 22 Number N English Open
community_no Community No No 22 Number N English Open
building_demolition_date Data of Project completion for the FULL Demolition application for the building card No Date N English Open
building_cancellation_date Data by which the building card was cancelled No Date N English Open

Dubai Pulse Data API

Access resource data via a web API with powerful query support.

The Data API can be accessed via the following actions of the CKAN action API.
  • Query
    https://www.dubaipulse.gov.ae/dataset/0348d019-58b2-45ba-875f-b184dac371bb/resource/61e6bfe6-6038-4460-b88a-f9a728c0f997/download/building_summary_information.csv
  • End Users will receive "API Key" and "API Secret" in two separate emails on the first time Grant of a Dataset, first Purchase of a Commercial Dataset, or Purchase of an API Package. This API Key and API Secret combination should be used to generate API token and the token will need to be included in the http headers of every API call made.

    Authentication Service to generate API token: https://api.dubaipulse.gov.ae/oauth/client_credential/accesstoken?grant_type=client_credentials with body 'client_id={API Key}&client_secret={API Secret}

    Read the value of "access_token" from the response of the above service and use it in the header of every API call. The obtained API token is valid for certain duration (for example 30 minutes) after which a fresh token needs to be obtained.

    Header Name : Authorization
    Value : Bearer {access_token}

  • Query Parameters
    API calls can be made for full dataset result (subject to maximum results limit) or to a subset of results. Different filters can be applied on the results. Developers can use the attributes to apply a combination of filters with and/or conditions.
  • Limiting the Response Size
    Developers can limit the number of records returned by an API call passing the "Limit" parameter in the call. The value of the "Limit" must be less than the allowed maximum limit.
  • Limiting the Attributes
    Developers can limit the API response to specific set of attributes by passing the attribute names in the API call. The example below explains how the attributes can be specified in the API call. This feature can be used in conjunction with query parameters.
  • Curl Command Sample:
    curl -X GET --header "Authorization: qMtn6xQapeouAlirfHXD7DWJFabV" "https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api"
  • Query Samples:
    https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?filter=location_id=223 AND zone_id=2 https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?filter=location_id=223 OR zone_id=2
  • Record Limit Sample:
    https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?limit=10
  • Record Offset Sample:
    https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?order_by=primary_key_attribute&offset=10
  • Record Order By Sample:
    https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?order_by=location_id
  • Attribute Limiting Sample:
    https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api?filter=location_id=223 OR zone_id=2 &column=zone_id,line_name,location_id