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

# Get Agent Detail

> Get Agent Detail



## OpenAPI

````yaml api-reference/realtor/openapi.json get /api/v1/agent/detail
openapi: 3.1.0
info:
  title: US Red Property Data
  description: US Red Property Data Documentation
  version: 1.0.0
servers:
  - url: https://us-red-property-data.p.rapidapi.com
    description: RapiAPI
security: []
paths:
  /api/v1/agent/detail:
    get:
      tags:
        - Agent
      summary: Get Agent Detail
      description: Get Agent Detail
      operationId: getApiV1AgentDetail
      parameters:
        - in: query
          name: agent_id
          schema:
            type: string
            minLength: 1
            description: Agent ID used to identify the agent
            example: 56cb393789a68901006f185f
          required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                    example: true
                  cost:
                    type: number
                    description: Cost of the request
                    example: 1
                  data:
                    type: object
                    properties:
                      fulfillment_id:
                        type: string
                        description: ''
                        example: '1062618'
                      id:
                        type: string
                        description: ''
                        example: 56cb393789a68901006f185f
                      is_paid:
                        type: boolean
                        description: ''
                        example: true
                      is_realtor:
                        type: boolean
                        description: ''
                        example: true
                      designations:
                        type: array
                        items: {}
                        description: ''
                        example: []
                      display_ratings:
                        type: boolean
                        description: ''
                        example: true
                      avatar:
                        type: object
                        properties:
                          url:
                            type: string
                            description: ''
                            example: >-
                              https://ap.rdcpix.com/346029794/cd5b963073b94e559c920f5722ac8338a-e0rd-w144_h144.jpg
                          initials:
                            type: string
                            description: ''
                            example: GK
                        description: ''
                      bio:
                        type: string
                        description: ''
                        example: >-
                          As an LA native, my extensive knowledge of this
                          beautiful city,...
                      fullname:
                        type: string
                        description: ''
                        example: Giovany Kirakossian
                      website:
                        type: string
                        description: ''
                        example: https://www.thelaagent.com
                      intent_type:
                        type: array
                        items:
                          type: string
                        description: ''
                        example:
                          - BUYER
                          - SELLER
                      broker:
                        type: object
                        properties:
                          name:
                            type: string
                            description: ''
                            example: JohnHart Real Estate
                          website:
                            type:
                              - string
                              - 'null'
                            description: ''
                            example: null
                          fulfillment_id:
                            type: string
                            description: ''
                            example: '1612284'
                        description: ''
                      languages:
                        type: array
                        items: {}
                        description: ''
                        example: []
                      specializations:
                        type: array
                        items:
                          type: object
                          properties:
                            name:
                              type: string
                              description: ''
                              example: Buyer's agent
                        description: ''
                      experience:
                        type: object
                        properties:
                          first_year:
                            type: string
                            description: ''
                            example: '2009'
                          first_month:
                            type: string
                            description: ''
                            example: ''
                          label:
                            type: string
                            description: ''
                            example: 17 years of experience
                        description: ''
                      ratings_reviews:
                        type: object
                        properties:
                          average_rating:
                            type: number
                            description: ''
                            example: 5
                          recommendations_count:
                            type: number
                            description: ''
                            example: 2
                          reviews_count:
                            type: number
                            description: ''
                            example: 24
                        description: ''
                      served_areas:
                        type: array
                        items:
                          type: object
                          properties:
                            name:
                              type: string
                              description: ''
                              example: Burbank
                            state_code:
                              type: string
                              description: ''
                              example: CA
                        description: ''
                      listing_stats:
                        type: object
                        properties:
                          combined_annual:
                            type: object
                            properties:
                              min:
                                type: number
                                description: ''
                                example: 110000
                              max:
                                type: number
                                description: ''
                                example: 2595995
                            description: ''
                          for_sale:
                            type: object
                            properties:
                              count:
                                type: number
                                description: ''
                                example: 5
                              last_listing_date:
                                type: string
                                description: ''
                                example: '2026-01-31T00:27:33Z'
                              max:
                                type: number
                                description: ''
                                example: 1600000
                              min:
                                type: number
                                description: ''
                                example: 389999
                            description: ''
                          recently_sold_annual:
                            type: object
                            properties:
                              count:
                                type: number
                                description: ''
                                example: 9
                            description: ''
                          recently_sold_listing_details:
                            type: object
                            properties:
                              listings:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    baths:
                                      type: number
                                      description: ''
                                      example: 5
                                    beds:
                                      type: number
                                      description: ''
                                      example: 4
                                    city:
                                      type: string
                                      description: ''
                                      example: Porter Ranch
                                    photo:
                                      type: string
                                      description: ''
                                      example: >-
                                        https://ap.rdcpix.com/f51e872cd9ee444b3a04dd9dc92ba277l-m49364866rd-w100_h67.jpg
                                    state_code:
                                      type: string
                                      description: ''
                                      example: CA
                                description: ''
                              show_additional:
                                type: boolean
                                description: ''
                                example: true
                            description: ''
                        description: ''
                      mls:
                        type: array
                        items:
                          type: object
                          properties:
                            mls_set:
                              type: string
                              description: ''
                              example: A-MRCA-F207056674
                            agent_id:
                              type: string
                              description: ''
                              example: F207056674
                            id:
                              type: string
                              description: ''
                              example: MRCA
                            primary:
                              type: boolean
                              description: ''
                              example: true
                            license_number:
                              type: string
                              description: ''
                              example: ''
                            inactivation_date:
                              type:
                                - string
                                - 'null'
                              description: ''
                              example: null
                            status:
                              type: string
                              description: ''
                              example: A
                        description: ''
                      office:
                        type: object
                        properties:
                          name:
                            type: string
                            description: ''
                            example: JohnHart Real Estate
                          phones:
                            type: array
                            items:
                              type: object
                              properties:
                                type:
                                  type: string
                                  description: ''
                                  example: office
                                value:
                                  type: string
                                  description: ''
                                  example: (818) 246-1099
                          website:
                            type:
                              - string
                              - 'null'
                            description: ''
                            example: null
                          address:
                            type: object
                            properties:
                              address_formatted_line_1:
                                type: string
                                description: ''
                                example: 19524 Nordhoff St. Ste. 4
                              address_formatted_line_2:
                                type: string
                                description: ''
                                example: Northridge, CA 91324
                              city:
                                type: string
                                description: ''
                                example: Northridge
                              postal_code:
                                type: string
                                description: ''
                                example: '91324'
                              state_code:
                                type: string
                                description: ''
                                example: CA
                        description: ''
                      phones:
                        type: array
                        items:
                          type: object
                          properties:
                            type:
                              type: string
                              description: ''
                              example: mobile
                            value:
                              type: string
                              description: ''
                              example: (818) 605-4089
                        description: ''
                      license_number:
                        type: 'null'
                        description: ''
                        example: null
                      license_state:
                        type: 'null'
                        description: ''
                        example: null
                      is_empty_profile:
                        type: boolean
                        description: ''
                        example: false
                      social_media:
                        type: object
                        properties:
                          facebook:
                            type:
                              - object
                              - 'null'
                            description: ''
                            example:
                              href: >-
                                https://www.facebook.com/app_scoped_user_id/YXNpZADpBWEZA3MHVpV1dGYUtSckJxSV9iV1hNTWYxdHlueWpWOHRub1BNeVo1VGhBbkRxUVdCeHc3RFBzZAFVuNmpiT0NpQ200V2tsSjRDcV9MRHMxLW5RN1hWc0dmZAVBrUVFyQy1ZAV0t4Tm5ZAdWNR/
                          instagram:
                            type:
                              - object
                              - 'null'
                            description: ''
                            example: null
                          linkedin:
                            type:
                              - object
                              - 'null'
                            description: ''
                            example: null
                          tiktok:
                            type:
                              - object
                              - 'null'
                            description: ''
                            example: null
                          x:
                            type:
                              - object
                              - 'null'
                            description: ''
                            example: null
                          youtube:
                            type:
                              - object
                              - 'null'
                            description: ''
                            example: null
                        description: ''
                      about_video:
                        type: 'null'
                        description: ''
                        example: null
                      services:
                        type: 'null'
                        description: ''
                        example: null
                      questions_and_answers:
                        type: 'null'
                        description: ''
                        example: null
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: Bad request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: >-
                      Invalid API key. Go to https://docs.rapidapi.com/docs/keys
                      for more info.
        '403':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: You are not subscribed to this API.
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                    example: false
                  message:
                    type: string
                    example: 'Request failed with status 500: Internal Server Error'
                  status_code:
                    type: number
                    example: 500
                  cost:
                    type: number
                    example: 0
                  explain:
                    type: string
                    example: >-
                      Oops, it looks like there was an issue processing your
                      request. Don't worry, you won't be charged for this
                      request
      security:
        - apiKeyAuth: []
components:
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: x-rapidapi-key
      description: Rapid API Key

````