> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# /centaline/properties

> Get a single Centaline Hong Kong listing by its reference number (or detail URL). Returns the listing with sale price and monthly rent, the land-premium-paid and premium-unpaid asking prices on subsidised housing, the previous asking price or rent and the percentage cut where the asking has been reduced, gross and saleable areas plus efficiency ratio, price and rent per sq ft, rental yield, monthly mortgage estimate, bedroom and ensuite counts, building age and orientation, ownership flags, lease and inclusive-charge flags, estate/building/type codes, labels, nearby places, the district hierarchy, media availability, coordinates and publish/update timestamps.

**Price:** 1 credit

**⚠️ Common errors:** 412: No live Centaline listing with this reference number.



## OpenAPI

````yaml /openapi/real-estate.json post /api/centaline/properties
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/centaline/properties:
    post:
      tags:
        - /centaline
      summary: /centaline/properties
      description: >-
        Get a single Centaline Hong Kong listing by its reference number (or
        detail URL). Returns the listing with sale price and monthly rent, the
        land-premium-paid and premium-unpaid asking prices on subsidised
        housing, the previous asking price or rent and the percentage cut where
        the asking has been reduced, gross and saleable areas plus efficiency
        ratio, price and rent per sq ft, rental yield, monthly mortgage
        estimate, bedroom and ensuite counts, building age and orientation,
        ownership flags, lease and inclusive-charge flags, estate/building/type
        codes, labels, nearby places, the district hierarchy, media
        availability, coordinates and publish/update timestamps.


        **Price:** 1 credit


        **⚠️ Common errors:** 412: No live Centaline listing with this reference
        number.
      operationId: __api_centaline_properties_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CentalinePropertiesPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/CentalineProperty'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    CentalinePropertiesPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        lang:
          $ref: '#/components/schemas/CentalineLang'
          default: hk
        property:
          type: string
      type: object
      required:
        - property
    CentalineProperty:
      properties:
        '@type':
          type: string
          default: CentalineProperty
        id:
          type: string
        url:
          anyOf:
            - type: string
            - type: 'null'
        listing_type:
          anyOf:
            - type: string
            - type: 'null'
        estate_group_name:
          anyOf:
            - type: string
            - type: 'null'
        estate_name:
          anyOf:
            - type: string
            - type: 'null'
        building_name:
          anyOf:
            - type: string
            - type: 'null'
        address:
          anyOf:
            - type: string
            - type: 'null'
        district:
          anyOf:
            - type: string
            - type: 'null'
        floor_level:
          anyOf:
            - type: string
            - type: 'null'
        unit:
          anyOf:
            - type: string
            - type: 'null'
        price:
          anyOf:
            - type: number
            - type: 'null'
        premium_paid_price:
          anyOf:
            - type: number
            - type: 'null'
        premium_unpaid_price:
          anyOf:
            - type: number
            - type: 'null'
        original_price:
          anyOf:
            - type: number
            - type: 'null'
        price_change_percent:
          anyOf:
            - type: number
            - type: 'null'
        rent:
          anyOf:
            - type: number
            - type: 'null'
        original_rent:
          anyOf:
            - type: number
            - type: 'null'
        rent_change_percent:
          anyOf:
            - type: number
            - type: 'null'
        price_text:
          anyOf:
            - type: string
            - type: 'null'
        rent_text:
          anyOf:
            - type: string
            - type: 'null'
        gross_area:
          anyOf:
            - type: number
            - type: 'null'
        saleable_area:
          anyOf:
            - type: number
            - type: 'null'
        efficiency_ratio:
          anyOf:
            - type: number
            - type: 'null'
        gross_price_per_sqft:
          anyOf:
            - type: number
            - type: 'null'
        saleable_price_per_sqft:
          anyOf:
            - type: number
            - type: 'null'
        gross_rent_per_sqft:
          anyOf:
            - type: number
            - type: 'null'
        saleable_rent_per_sqft:
          anyOf:
            - type: number
            - type: 'null'
        rental_yield:
          anyOf:
            - type: number
            - type: 'null'
        monthly_mortgage_payment:
          anyOf:
            - type: number
            - type: 'null'
        bedroom_count:
          anyOf:
            - type: integer
            - type: 'null'
        ensuite_count:
          anyOf:
            - type: integer
            - type: 'null'
        building_age:
          anyOf:
            - type: integer
            - type: 'null'
        direction:
          anyOf:
            - type: string
            - type: 'null'
        building_type:
          anyOf:
            - type: string
            - type: 'null'
        unit_type:
          anyOf:
            - type: string
            - type: 'null'
        estate_structure:
          anyOf:
            - type: string
            - type: 'null'
        is_hos:
          anyOf:
            - type: boolean
            - type: 'null'
        is_public_housing:
          anyOf:
            - type: boolean
            - type: 'null'
        is_house:
          anyOf:
            - type: boolean
            - type: 'null'
        is_sole_agent:
          anyOf:
            - type: boolean
            - type: 'null'
        has_key:
          anyOf:
            - type: boolean
            - type: 'null'
        is_foreclosure:
          anyOf:
            - type: boolean
            - type: 'null'
        is_pet_friendly:
          anyOf:
            - type: boolean
            - type: 'null'
        is_hot_listing:
          anyOf:
            - type: boolean
            - type: 'null'
        is_director_pick:
          anyOf:
            - type: boolean
            - type: 'null'
        with_lease:
          anyOf:
            - type: boolean
            - type: 'null'
        is_management_fee_included:
          anyOf:
            - type: boolean
            - type: 'null'
        is_government_rates_included:
          anyOf:
            - type: boolean
            - type: 'null'
        is_government_rent_included:
          anyOf:
            - type: boolean
            - type: 'null'
        estate_group_code:
          anyOf:
            - type: string
            - type: 'null'
        estate_code:
          anyOf:
            - type: string
            - type: 'null'
        building_code:
          anyOf:
            - type: string
            - type: 'null'
        type_code:
          anyOf:
            - type: string
            - type: 'null'
        labels:
          items:
            type: string
          type: array
          default: []
        nearby_places:
          items:
            $ref: '#/components/schemas/CentalineNearbyPlace'
          type: array
          default: []
        scope:
          anyOf:
            - $ref: '#/components/schemas/CentalineScope'
            - type: 'null'
        media:
          anyOf:
            - $ref: '#/components/schemas/CentalineMediaFlags'
            - type: 'null'
        latitude:
          anyOf:
            - type: number
            - type: 'null'
        longitude:
          anyOf:
            - type: number
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        aerial_view_url:
          anyOf:
            - type: string
            - type: 'null'
        published_at:
          anyOf:
            - type: integer
            - type: 'null'
        updated_at:
          anyOf:
            - type: integer
            - type: 'null'
      type: object
      required:
        - id
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    CentalineLang:
      type: string
      enum:
        - hk
        - sc
        - en
    CentalineNearbyPlace:
      properties:
        '@type':
          type: string
          default: CentalineNearbyPlace
        name:
          type: string
        kind:
          type: string
        walk_minutes:
          anyOf:
            - type: integer
            - type: 'null'
      type: object
      required:
        - name
        - kind
    CentalineScope:
      properties:
        '@type':
          type: string
          default: CentalineScope
        region:
          anyOf:
            - type: string
            - type: 'null'
        region_code:
          anyOf:
            - type: string
            - type: 'null'
        district:
          anyOf:
            - type: string
            - type: 'null'
        district_code:
          anyOf:
            - type: string
            - type: 'null'
        area:
          anyOf:
            - type: string
            - type: 'null'
        area_code:
          anyOf:
            - type: string
            - type: 'null'
        hma:
          anyOf:
            - type: string
            - type: 'null'
        hma_id:
          anyOf:
            - type: string
            - type: 'null'
        hma_description:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    CentalineMediaFlags:
      properties:
        '@type':
          type: string
          default: CentalineMediaFlags
        has_media:
          anyOf:
            - type: boolean
            - type: 'null'
        has_photos:
          anyOf:
            - type: boolean
            - type: 'null'
        has_street_view:
          anyOf:
            - type: boolean
            - type: 'null'
        has_sphere:
          anyOf:
            - type: boolean
            - type: 'null'
        has_video:
          anyOf:
            - type: boolean
            - type: 'null'
        has_virtual_tour:
          anyOf:
            - type: boolean
            - type: 'null'
        has_floor_plan:
          anyOf:
            - type: boolean
            - type: 'null'
        has_planning_diagram:
          anyOf:
            - type: boolean
            - type: 'null'
        has_unit_plan:
          anyOf:
            - type: boolean
            - type: 'null'
        has_aerial_view:
          anyOf:
            - type: boolean
            - type: 'null'
        has_building_3d_model:
          anyOf:
            - type: boolean
            - type: 'null'
      type: object
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````