Code Monkey home page Code Monkey logo

ura_api's Introduction

URA Token Package

This is a python wrapper to URA APIs.

Register for your access key with URA

Example:

from ura_api import ura_api

ura = ura_api.ura_api('<place valid access key here>')
ura.car_pack_available_lots()

Available APIs

    ## Car Parks
    car_pack_available_lots()
    car_pack_list_and_rates()
    season_car_pack_list_and_rates()

    ## Private Properties
    private_residential_property_transactions()
    private_non_landed_residential_properties_median_rentals_by_name()
    # Data are available for download by reference quarter. 
    # Period field is in format of yyqq e.g. 14q1 represents 2014 1st quarter. 
    private_residential_properties_rental_contract(period)
    # Data are available for download by reference quarter. 
    # Period field is in format of mmyy e.g. 0913 represents Sep 2013.
    private_residential_property_units_sold_by_developers(period)
    private_residential_projects_in_the_pipeline()

    ## Planning Decisions
    planning_decisions(year, last_dnload_date)

    ## Approved Use
    approved_residential_use(blkHouseNo, street, storeyNo, unitNo)

Questions or bugs, please write to [email protected].

ura_api's People

Contributors

chengguan avatar johw85 avatar

Forkers

shubham93g

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.