> ## 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 vehicles registered on a person's folkbokföringsadress

> Vehicles currently registered at Transportstyrelsen on the address where the person is folkbokförd, grouped per keeper. A keeper is one individual in the vehicle register and is named only when it resolves to somebody folkbokförd on the address; otherwise it is listed as one of the possible residents or as unknown. `link` tells how the keeper relates to the person: thisPerson, maybeThisPerson, resident, maybeResident or unknown. `registeredAtAddress` = false means only the population register places the keeper on the address while the vehicle register still shows an earlier one. Complements GET /persons/{id}/vehicles, which only finds vehicles whose keeper resolves to exactly this person. Empty with isProtected = true for people with protected personal data, hasAddress = false without a current Swedish folkbokföringsadress and isTooBroad = true for addresses that are not one household.

<Badge color="purple" size="sm">Max+ tier</Badge>


## OpenAPI

````yaml get /persons/{id}/vehicles/address
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: CompanyReports
  - name: Documents
  - name: FlightImages
  - name: Free
  - name: Orders
  - name: OrdersExports
  - name: PaymentControl
  - name: PaymentControlImport
  - name: Persons
  - name: Properties
  - name: PublicSearch
  - name: Screening
  - name: SearchAutocomplete
  - name: Sentinel
  - name: ServingPermits
  - name: Team
  - name: Teams
  - name: Transportstyrelsen
  - name: Vehicles
  - name: WatchList
paths:
  /persons/{id}/vehicles/address:
    get:
      tags:
        - Persons
      summary: Get vehicles registered on a person's folkbokföringsadress
      description: >-
        Vehicles currently registered at Transportstyrelsen on the address where
        the person is folkbokförd, grouped per keeper. A keeper is one
        individual in the vehicle register and is named only when it resolves to
        somebody folkbokförd on the address; otherwise it is listed as one of
        the possible residents or as unknown. `link` tells how the keeper
        relates to the person: thisPerson, maybeThisPerson, resident,
        maybeResident or unknown. `registeredAtAddress` = false means only the
        population register places the keeper on the address while the vehicle
        register still shows an earlier one. Complements GET
        /persons/{id}/vehicles, which only finds vehicles whose keeper resolves
        to exactly this person. Empty with isProtected = true for people with
        protected personal data, hasAddress = false without a current Swedish
        folkbokföringsadress and isTooBroad = true for addresses that are not
        one household.
      operationId: GetPersonAddressVehicles
      parameters:
        - name: id
          in: path
          description: Internal person ID
          required: true
          schema:
            type: integer
            format: int32
      responses:
        '200':
          description: Keepers and their vehicles on the folkbokföringsadress
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Ormeo_Web_Lens_Models_Persons_PersonAddressVehicles_Dto
components:
  schemas:
    Ormeo_Web_Lens_Models_Persons_PersonAddressVehicles_Dto:
      type: object
      properties:
        isProtected:
          type: boolean
        hasAddress:
          type: boolean
        isTooBroad:
          type: boolean
        addressLine:
          type:
            - 'null'
            - string
        postalCode:
          type:
            - 'null'
            - string
        city:
          type:
            - 'null'
            - string
        registeredSince:
          type:
            - 'null'
            - string
          format: date-time
        keepers:
          type:
            - 'null'
            - array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Web_Lens_Models_Persons_PersonAddressVehicleKeeper_Dto
      additionalProperties: false
    Ormeo_Web_Lens_Models_Persons_PersonAddressVehicleKeeper_Dto:
      type: object
      properties:
        key:
          type: integer
          format: int32
        link:
          $ref: >-
            #/components/schemas/Ormeo_Web_Lens_Models_Persons_PersonAddressVehicleKeeperLink
        unknownOrdinal:
          type:
            - 'null'
            - integer
          format: int32
        persons:
          type:
            - 'null'
            - array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Web_Lens_Models_Persons_PersonAddressVehiclePerson_Dto
        candidateCount:
          type: integer
          format: int32
        registeredAtAddress:
          type: boolean
        addressAsOf:
          type:
            - 'null'
            - string
          format: date-time
        vehicles:
          type:
            - 'null'
            - array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Views_View_Transportstyrelsen_Vehicle1
      additionalProperties: false
    Ormeo_Web_Lens_Models_Persons_PersonAddressVehicleKeeperLink:
      enum:
        - thisPerson
        - maybeThisPerson
        - resident
        - maybeResident
        - unknown
      type: string
    Ormeo_Web_Lens_Models_Persons_PersonAddressVehiclePerson_Dto:
      type: object
      properties:
        personId:
          type:
            - 'null'
            - integer
          format: int32
        displayName:
          type:
            - 'null'
            - string
        isThisPerson:
          type: boolean
      additionalProperties: false
    Ormeo_Library_Views_View_Transportstyrelsen_Vehicle1:
      type: object
      properties:
        brukareIntelligenceScoreTotal:
          type:
            - 'null'
            - integer
          format: int32
        brukareIntelligenceNumberOfMax:
          type:
            - 'null'
            - integer
          format: int32
        agareIntelligenceScoreTotal:
          type:
            - 'null'
            - integer
          format: int32
        agareIntelligenceNumberOfMax:
          type:
            - 'null'
            - integer
          format: int32
        isOwner:
          type: boolean
        isUser:
          type: boolean
        isCurrent:
          type: boolean
        transportstyrelsen_VehicleSummaryId:
          type: integer
          format: int32
        companyId:
          type:
            - 'null'
            - integer
          format: int32
        registreringsnummer:
          type:
            - 'null'
            - string
        companyid_Identitetsnummer:
          type:
            - 'null'
            - integer
          format: int32
        companyid_Agare:
          type:
            - 'null'
            - integer
          format: int32
        agareNamn:
          type:
            - 'null'
            - string
        brukareNamn:
          type:
            - 'null'
            - string
        isStolen:
          type:
            - 'null'
            - boolean
        forvarvsdatum:
          type:
            - 'null'
            - string
          format: date-time
        forvarvsdatumAgare:
          type:
            - 'null'
            - string
          format: date-time
        fordonsbenamning:
          type:
            - 'null'
            - string
        handelsbeteckning:
          type:
            - 'null'
            - string
        namn:
          type:
            - 'null'
            - string
          readOnly: true
        arsmodell:
          type:
            - 'null'
            - integer
          format: int32
        fordonsar:
          type:
            - 'null'
            - integer
          format: int32
        chassinummer:
          type:
            - 'null'
            - string
        fabrikatskod:
          type:
            - 'null'
            - string
        fabrikskodBeskrivning:
          $ref: '#/components/schemas/System_StringSystem_StringTuple'
        modellnummer:
          type:
            - 'null'
            - string
        gruppnummer:
          type:
            - 'null'
            - string
        antalBrukare:
          type:
            - 'null'
            - integer
          format: int32
        leasing:
          type:
            - 'null'
            - boolean
        kreditkop:
          type:
            - 'null'
            - boolean
        mileageKm:
          type:
            - 'null'
            - integer
          format: int32
        mileageDate:
          type:
            - 'null'
            - string
          format: date-time
        fordonsslag:
          type:
            - 'null'
            - string
        fordonslagBeskrivning:
          type:
            - 'null'
            - string
          readOnly: true
        fordonsstatusKod:
          type:
            - 'null'
            - string
        avregOrsak:
          type:
            - 'null'
            - string
        fordonsstatusKodBeskrivning:
          type:
            - 'null'
            - string
          readOnly: true
        fordonsslagsklass:
          type:
            - 'null'
            - string
        fordonsslagsklassBeskrivning:
          type:
            - 'null'
            - string
          readOnly: true
        fordonsslagsklassOchBeskrivning:
          type:
            - 'null'
            - string
          readOnly: true
        drivmedel1Kod:
          type:
            - 'null'
            - string
        drivmedel2Kod:
          type:
            - 'null'
            - string
        drivmedel3Kod:
          type:
            - 'null'
            - string
        anvandningssatt1:
          type:
            - 'null'
            - string
        anvandningssatt2:
          type:
            - 'null'
            - string
        anvandningssatt3:
          type:
            - 'null'
            - string
        anvandningssatt4:
          type:
            - 'null'
            - string
        anvandningssatt5:
          type:
            - 'null'
            - string
        elfordonKonfiguration:
          type:
            - 'null'
            - string
        elfordonKonfigurationBeskrivning:
          type:
            - 'null'
            - string
          readOnly: true
        drivmedelsBeskrivningar:
          type:
            - 'null'
            - array
          items:
            type: string
          readOnly: true
        anvandningssatt:
          type:
            - 'null'
            - array
          items:
            type: string
          readOnly: true
      additionalProperties: false
    System_StringSystem_StringTuple:
      type: object
      properties:
        item1:
          type:
            - 'null'
            - string
        item2:
          type:
            - 'null'
            - string
      additionalProperties: false
  securitySchemes:
    ApiKey:
      type: apiKey
      name: x-api-key
      in: header

````