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

# Search properties

> Search properties in our lightning-fast memory database

Check our extensive examples and description [here](/datasets/search-properties-se).

<Tip>
  You can add <code>\&view=html</code> to your querystring and we will render an
  html page with explanations.
</Tip>


## OpenAPI

````yaml get /search/properties/se
openapi: 3.0.4
info:
  title: TIC API
  description: ''
  version: v1
servers:
  - url: https://api.tic.io/
security:
  - ApiKey: []
tags:
  - name: BolagsverketStatistics
  - name: Companies
  - name: Companies_SE_
  - name: DocumentDelivery
  - name: EuropeanCommission
  - name: FinancialDocuments
  - name: Finansinspektionen
  - name: Free
  - name: ICA
  - name: ICAStatistics
  - name: Lists
  - name: Media
  - name: Persons
  - name: Persons_SE_
  - name: Properties_SE_
  - name: PTSPortings
  - name: Reseller
  - name: SearchBankruptciesReports
  - name: SearchCompanies
  - name: SearchCompaniesReports
  - name: SearchCompanyWorkplaces
  - name: SearchPerson
  - name: SearchProperties_SE_
  - name: SearchVehicles
  - name: TeamDocumentOrders
  - name: Teams
  - name: User
  - name: Vehicles_SE_
  - name: WatchLists
paths:
  /search/properties/se:
    get:
      tags:
        - SearchProperties_SE_
      summary: Search properties
      description: Search properties in our lightning-fast memory database
      operationId: SearchPropertySweden
      parameters:
        - name: q
          in: query
          description: The query string use * for all
          required: true
          schema:
            minLength: 1
            type: string
        - name: query_by
          in: query
          description: Query by field, for supported fields see documentation
          required: true
          schema:
            type: string
        - name: filter_by
          in: query
          description: Filter by, for supported fields see documentation
          schema:
            type: string
        - name: sort_by
          in: query
          description: Sort by, for supported fields see documentation
          schema:
            type: string
        - name: view
          in: query
          description: Set to html if you want to render the search result to webpage
          schema:
            type: string
      responses:
        '200':
          description: The search response
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Ormeo_Library_Search_Documents_TypesenseLantmaterietFastighetDocumentTypesenseSearchResponse
components:
  schemas:
    Ormeo_Library_Search_Documents_TypesenseLantmaterietFastighetDocumentTypesenseSearchResponse:
      type: object
      properties:
        facet_counts:
          type: array
          items:
            $ref: '#/components/schemas/Ormeo_Library_Search_TypesenseFacetCounts'
          nullable: true
        found:
          type: integer
          format: int32
        hits:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_TypesenseLantmaterietFastighetDocumentHit
          nullable: true
        grouped_hits:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_TypesenseLantmaterietFastighetDocumentGroupedHits
        out_of:
          type: integer
          format: int32
        page:
          type: integer
          format: int32
        request_params:
          $ref: '#/components/schemas/Ormeo_Library_Search_RequestParams'
        search_cutoff:
          type: boolean
          nullable: true
        search_time_ms:
          type: integer
          format: int32
      additionalProperties: false
    Ormeo_Library_Search_TypesenseFacetCounts:
      type: object
      properties:
        counts:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_TypesenseFacetCountDetails
          nullable: true
        field_name:
          type: string
          nullable: true
        sampled:
          type: boolean
        stats:
          $ref: '#/components/schemas/Ormeo_Library_Search_TypesenseFacetCountsStats'
        localizedFieldName:
          type: string
          nullable: true
          readOnly: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_TypesenseLantmaterietFastighetDocumentHit:
      type: object
      properties:
        document:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_TypesenseLantmaterietFastighetDocument
        geo_distance_meters:
          nullable: true
        highlight:
          nullable: true
        highlights:
          type: array
          items:
            $ref: '#/components/schemas/Ormeo_Library_Search_HighlightElement'
          nullable: true
        text_match:
          type: number
          format: double
          nullable: true
        text_match_info:
          $ref: '#/components/schemas/Ormeo_Library_Search_TextMatchInfo'
      additionalProperties: false
    Ormeo_Library_Search_Documents_TypesenseLantmaterietFastighetDocumentGroupedHits:
      type: object
      properties:
        group_key:
          type: array
          items:
            type: string
          nullable: true
        hits:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_TypesenseLantmaterietFastighetDocumentHit
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_RequestParams:
      type: object
      properties:
        collection_name:
          type: string
          nullable: true
        first_q:
          type: string
          nullable: true
        per_page:
          type: integer
          format: int64
          nullable: true
        q:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_TypesenseFacetCountDetails:
      type: object
      properties:
        count:
          type: integer
          format: int64
        highlighted:
          type: string
          nullable: true
        value:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_TypesenseFacetCountsStats:
      type: object
      properties:
        total_values:
          type: integer
          format: int64
      additionalProperties: false
    Ormeo_Library_Search_Documents_TypesenseLantmaterietFastighetDocument:
      type: object
      properties:
        id:
          type: string
          nullable: true
        propertyId:
          type: integer
          format: int32
          nullable: true
        propertyDesignation:
          type: string
          nullable: true
        propertySlug:
          type: string
          nullable: true
        propertyType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_LantmaterietFastighetTyp'
        statusType:
          $ref: >-
            #/components/schemas/Ormeo_Library_Entities_LantmaterietFastighetStatus
        buildingNames:
          type: array
          items:
            type: string
          nullable: true
        centroidArea1:
          type: array
          items:
            type: number
            format: double
          nullable: true
        municipalityCode:
          type: integer
          format: int32
          nullable: true
        countyCode:
          type: integer
          format: int32
          nullable: true
        landArea:
          type: number
          format: double
          nullable: true
        waterArea:
          type: number
          format: double
          nullable: true
        totalArea:
          type: number
          format: double
          nullable: true
        streetAddress:
          type: string
          nullable: true
        postalCode:
          type: integer
          format: int32
          nullable: true
        city:
          type: string
          nullable: true
        buildingTypes:
          type: array
          items:
            type: string
          nullable: true
        buildingPurposes:
          type: array
          items:
            type: string
          nullable: true
        numberOfAreas:
          type: integer
          format: int32
          nullable: true
        areas:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_TypesenseLantmaterietOmrade
          nullable: true
        lastOwnerRegistrationDate:
          type: integer
          format: int64
          nullable: true
        owners:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_TypesenseLantmaterietOwner
          nullable: true
        numberOfBuildings:
          type: integer
          format: int32
          nullable: true
        numberOfAddresses:
          type: integer
          format: int32
          nullable: true
        safetyShelterNumbers:
          type: array
          items:
            type: string
          nullable: true
        taxationCode:
          type: integer
          format: int32
          nullable: true
        taxationValue:
          type: integer
          format: int64
          nullable: true
        taxationYear:
          type: integer
          format: int32
          nullable: true
        taxationProperties:
          type: array
          items:
            type: string
          nullable: true
        taxationValueParts:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_TypesenseTaxeringDelvarde
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_HighlightElement:
      type: object
      properties:
        field:
          type: string
          nullable: true
        matched_tokens:
          type: array
          items:
            type: string
          nullable: true
        snippet:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_TextMatchInfo:
      type: object
      properties:
        best_field_score:
          type: string
          nullable: true
        best_field_weight:
          type: integer
          format: int64
          nullable: true
        fields_matched:
          type: integer
          format: int64
          nullable: true
        num_tokens_dropped:
          type: integer
          format: int64
          nullable: true
        score:
          type: string
          nullable: true
        tokens_matched:
          type: integer
          format: int64
          nullable: true
        typo_prefix_score:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_Entities_LantmaterietFastighetTyp:
      enum:
        - fastighet
        - samfallighet
      type: string
    Ormeo_Library_Entities_LantmaterietFastighetStatus:
      enum:
        - avregistrerad
        - levande
      type: string
    Ormeo_Library_Search_Documents_TypesenseLantmaterietOmrade:
      type: object
      properties:
        areaId:
          type: integer
          format: int32
          nullable: true
        surface:
          type: array
          items:
            type: array
            items:
              type: array
              items:
                type: number
                format: double
          nullable: true
        centroid:
          type: array
          items:
            type: number
            format: double
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_TypesenseLantmaterietOwner:
      type: object
      properties:
        companyId:
          type: integer
          format: int32
          nullable: true
        personId:
          type: integer
          format: int32
          nullable: true
        numerator:
          type: integer
          format: int64
          nullable: true
        denominator:
          type: integer
          format: int64
          nullable: true
        registrationDate:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_TypesenseTaxeringDelvarde:
      type: object
      properties:
        part:
          type: string
          nullable: true
        amount:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
  securitySchemes:
    ApiKey:
      type: apiKey
      name: x-api-key
      in: header

````