> ## 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.

# Get address by Swedish Lantmäteriet UUID

> Looks up a Swedish address by its Lantmäteriet `Belägenhetsadress` ObjektIdentitet UUID and returns the corresponding address record, including AddressIntelligence for max/enterprise tiers.

<Badge color="green" size="sm">Pro+ tier</Badge>


## OpenAPI

````yaml get /addresses/se/{externalId}
openapi: 3.1.1
info:
  title: TIC Lens API
  description: "The TIC Lens API provides programmatic access to company, person, property, vehicle, and order data.\r\n\r\n## Authentication\r\n\r\nAll requests require an API key passed via the `x-api-key` header:\r\n\r\n```bash\r\ncurl -H \"x-api-key: YOUR_API_KEY\" https://lens-api.tic.io/companies/123\r\n```\r\n\r\nAPI keys are managed through the TIC Lens web application under **Settings → API Keys**.\r\n\r\n## Base URL\r\n\r\n| Environment | URL |\r\n|-------------|-----|\r\n| Production  | `https://lens-api.tic.io` |\r\n\r\n## Feature Access\r\n\r\nEndpoints are gated by your subscription plan. If your plan does not include a feature, the endpoint will return `403 Forbidden`.\r\n\r\n## Rate Limits\r\n\r\nRate limits are applied per API key. If you exceed the limit, requests will return `429 Too Many Requests`.\r\n\r\n## Response Format\r\n\r\nAll responses are JSON. Null values are omitted from responses.\r\n"
  version: v1
servers:
  - url: https://lens-api.tic.io
security:
  - ApiKey: []
tags:
  - name: Addresses
  - name: Bolagsverket
  - name: Brf
  - name: Companies
  - name: Documents
  - name: FlightImages
  - name: Free
  - name: Orders
  - name: OrdersExports
  - name: PaymentControl
  - name: PaymentControlImport
  - name: Persons
  - name: Properties
  - name: PublicSearch
  - name: SearchAutocomplete
  - name: Sentinel
  - name: ServingPermits
  - name: Team
  - name: Teams
  - name: Transportstyrelsen
  - name: Vehicles
  - name: WatchList
paths:
  /addresses/se/{externalId}:
    get:
      tags:
        - Addresses
      summary: Get address by Swedish Lantmäteriet UUID
      description: >-
        Looks up a Swedish address by its Lantmäteriet `Belägenhetsadress`
        ObjektIdentitet UUID and returns the corresponding address record,
        including AddressIntelligence for max/enterprise tiers.
      operationId: GetAddressBySe
      parameters:
        - name: externalId
          in: path
          description: Lantmäteriet Belägenhetsadress UUID
          required: true
          schema:
            type: string
            format: uuid
      responses:
        '200':
          description: Address details
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Ormeo_Web_Lens_Models_Addresses_AddressCore_Dto
        '404':
          description: Address not found
components:
  schemas:
    Ormeo_Web_Lens_Models_Addresses_AddressCore_Dto:
      type: object
      properties:
        addressId:
          type:
            - 'null'
            - integer
          format: int32
        label:
          type:
            - 'null'
            - string
        externalUUID:
          type:
            - 'null'
            - string
          format: uuid
        isDeleted:
          type:
            - 'null'
            - boolean
        belagenhetsadress:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet_Dto_Lantmateriet_Belagenhetsadress_Dto
        intelligence:
          type:
            - 'null'
            - array
          items:
            $ref: '#/components/schemas/Ormeo_Library_Dtos_AddressIntelligence_Dto'
      additionalProperties: false
    Ormeo_Library_Lantmateriet_Dto_Lantmateriet_Belagenhetsadress_Dto:
      type: object
      properties:
        objektIdentitet:
          type:
            - 'null'
            - string
          format: uuid
        adressomradeGata:
          type:
            - 'null'
            - string
        adressomradeTyp:
          $ref: >-
            #/components/schemas/Ormeo_Library_Entities_LantmaterietAdressomradeTyp
        adressomradeKommunKod:
          type:
            - 'null'
            - string
        adressomradeKommunNamn:
          type:
            - 'null'
            - string
        adressplatsPostnummer:
          type:
            - 'null'
            - integer
          format: int32
        adressplatsPostOrt:
          type:
            - 'null'
            - string
        adressplatsNummer:
          type:
            - 'null'
            - string
        adressplatsAvvikandeAdressPlatsBeteckning:
          type:
            - 'null'
            - string
        adressplatsBokstavsTillagg:
          type:
            - 'null'
            - string
        adressplatsLagesTillagg:
          type:
            - 'null'
            - string
        adressplatsLagesTillaggsnummer:
          type:
            - 'null'
            - integer
          format: int32
        adressplatsObjektIdentitet:
          type:
            - 'null'
            - string
          format: uuid
        adressBeskrivning:
          type:
            - 'null'
            - string
          readOnly: true
        adressplatsAvvikerFranStandarden:
          type:
            - 'null'
            - boolean
        adressplatsInsamlingsLage:
          $ref: >-
            #/components/schemas/Ormeo_Library_Entities_LantmaterietAdressplatsInsamlingsLage
        adressplatsTyp:
          $ref: >-
            #/components/schemas/Ormeo_Library_Entities_LantmaterietAdressplatsTyp
        adressplatsPunktX:
          type:
            - 'null'
            - integer
          format: int32
        adressplatsPunktY:
          type:
            - 'null'
            - integer
          format: int32
        registerenhetObjektIdentitet:
          type:
            - 'null'
            - string
          format: uuid
        byggnadObjektIdentitet:
          type:
            - 'null'
            - string
          format: uuid
        byggnadHusnummer:
          type:
            - 'null'
            - string
        byggnadsdelarArea:
          type:
            - 'null'
            - integer
          format: int32
        byggnadsdelarBoendeArea:
          type:
            - 'null'
            - integer
          format: int32
        antalFolkborda:
          type:
            - 'null'
            - integer
          format: int32
        registeromrade:
          type:
            - 'null'
            - string
        trakt:
          type:
            - 'null'
            - string
        block:
          type:
            - 'null'
            - string
        enhet:
          type:
            - 'null'
            - integer
          format: int32
        latitude:
          type:
            - 'null'
            - number
          format: double
          readOnly: true
        longitude:
          type:
            - 'null'
            - number
          format: double
          readOnly: true
      additionalProperties: false
    Ormeo_Library_Dtos_AddressIntelligence_Dto:
      type: object
      properties:
        addressIntelligenceId:
          type: integer
          format: int32
        addressId:
          type: integer
          format: int32
        addressIntelligenceType:
          $ref: '#/components/schemas/Ormeo_Library_Entities_AddressIntelligenceType'
        addressIntelligenceTypeDescription:
          type:
            - 'null'
            - string
          readOnly: true
        addressIntelligenceSubType:
          type:
            - 'null'
            - string
        addressIntelligenceSubTypeDescription:
          type:
            - 'null'
            - string
          readOnly: true
        addressIntelligencePolicyId:
          type:
            - 'null'
            - integer
          format: int32
        notes:
          type:
            - 'null'
            - string
        notesEn:
          type:
            - 'null'
            - string
        notesSv:
          type:
            - 'null'
            - string
        score:
          type:
            - 'null'
            - integer
          format: int32
        firstSeenAtUtc:
          type:
            - 'null'
            - string
          format: date-time
        lastSeenAtUtc:
          type:
            - 'null'
            - string
          format: date-time
        lastUpdatedAtUtc:
          type: string
          format: date-time
        externalId:
          type:
            - 'null'
            - integer
          format: int32
        externalOrigin:
          $ref: '#/components/schemas/Ormeo_Library_Entities_ExternalOrigin'
        intelligenceNotesType:
          type:
            - 'null'
            - integer
          format: int32
        notesValue1:
          type:
            - 'null'
            - string
        notesValue2:
          type:
            - 'null'
            - string
        notesValue3:
          type:
            - 'null'
            - string
        notesValue4:
          type:
            - 'null'
            - string
      additionalProperties: false
    Ormeo_Library_Entities_LantmaterietAdressomradeTyp:
      enum:
        - gatuadressomrade
        - metertalsadressomrade
        - byadressomrade
      type: string
    Ormeo_Library_Entities_LantmaterietAdressplatsInsamlingsLage:
      enum:
        - byggnad
        - ingang
        - infart
        - tomtplats
        - ungefarligtLagesbestamd
        - ovrigtLage
      type: string
    Ormeo_Library_Entities_LantmaterietAdressplatsTyp:
      enum:
        - gatuadressplats
        - metertalsadressplats
        - byadressplats
        - gardsadressplats
      type: string
    Ormeo_Library_Entities_AddressIntelligenceType:
      enum:
        - unknownAddress
        - personsRegistered
        - companyBankruptcies
        - apartments
        - propertyForfeited
        - vulnerableArea
      type: string
    Ormeo_Library_Entities_ExternalOrigin:
      enum:
        - table_Bolagsverket_Notification
        - table_Stage_CompanyPersonHistory
        - table_PRV_Trademark
        - table_System_SwedishCity
        - table_FI_Company
        - table_FI_CompanyPermit
        - table_ICA_Store
        - table_Srf_Company
        - table_FAR_Member
        - table_Bolagsverket_Document
        - table_Bolagsverket_Case
        - table_SalesOrderRow
        - table_SalesOrder
        - table_System_UserValidation
        - table_System_User
        - table_User
        - table_TeamInvitation
        - table_Sweden_CourtDocument
        - table_PRV_TrademarkImage
        - table_Bolagsverket_Order
        - table_SCB_JE
        - table_SCB_AE
        - table_Bolagsverket_BeneficialOwnerNotification
        - table_TeamWatchListTrigger
        - table_SCB_Foretagsnamn
        - table_SCB_ExpImp
        - table_SCB_AstNummer
        - table_SCB_Konskvot
        - table_Company
        - table_Larmtjanst_Object
        - table_Transportstyrelsen_Person
        - table_Forsakringskassan_Claim
        - table_FI_BorsInformationReport
        - table_Skatteverket_FA_INK
        - table_Skatteverket_FA_MOMS_AG
        - table_Skatteverket_KA_PLIGG
        - table_Skatteverket_SKT_AG
        - table_Skatteverket_SKT_INK
        - table_Skatteverket_SKT_MOMS
        - table_Skatteverket_TF_ANST
        - table_SPAR_NotificationRecord
        - table_SPAR_NotificationRecordReference
        - table_Lantmateriet_InskrivningPerson
        - table_CompanyCase
        - table_Bolagsverket_BeneficialOwner
        - table_Bolagsverket_AnnualReport
        - table_SPAR_NotificationRecordRelationship
        - table_Skatteverket_Basinformation
        - table_PersonRelationship
        - table_CompanyImport
        - table_SeaweedFSFile
        - table_Sweden_CompanyAnnualReport
        - table_CompanyFinancialReport
        - table_CompanyAddress
        - table_CompanyStatus
        - table_CompanyPerson
        - table_CompanyRegistration
        - table_CompanyIntelligence
        - table_CompanyFinancialDocument
        - table_CompanyNaming
        - table_CompanyPurpose
        - table_CompanyShareCapital
        - table_CompanyRegisteredOffice
        - table_KFM_OrderToPayCase
        - table_PersonAddress
        - table_PersonName
        - table_CompanyWorkplaceAddress
        - table_Lantmateriet_InskrivningAgandeForandring
        - table_Lantmateriet_InskrivningInteckning
        - file_Bolagsverket
        - table_KFM_DebtorSummaryEntityDebt
        - table_CompanyWorkplaceCompany
        - table_CompanyDocument
        - table_FileImport
        - table_CompanyFinancialReportRegistration
        - table_Folkhalsomyndigheten_ServingPermit
        - table_CompanyFinancialReportFile
        - table_TeamCompanyDocument
        - table_Bolagsverket_RepresentativeHistory
        - table_CompanyPersonTemp
        - table_Lansstyrelsen_Decision
        - table_Kammarkollegiet_Sanktionsavgift
        - table_CompanyFinancialReportSummary
        - table_Lantmateriet_InskrivningAnteckning
        - table_Property
        - table_SwishRequest
        - external_Lantmateriet_RegisterenhetObjektIdentitet
        - table_SwishRefundResponse
        - table_LEI_Order
        - table_Bankgirot_Bankgironumber
        - table_Person
        - external_Navet
        - table_Transportstyrelsen_VehicleSummaryEvent
        - external_Bolagsverket_Case
        - table_Ria_AgentLocation
        - table_PropertyAnnualReportFile
      type: string
  securitySchemes:
    ApiKey:
      type: apiKey
      name: x-api-key
      in: header

````