Domina REST API
  1. Property
Domina REST API
  • Documentation
  • Auth
    • registration
      POST
    • login
      POST
    • logout
      POST
    • password-reset/initiate
      POST
    • password-reset/verify
      POST
    • password-reset/complete
      POST
  • User
    • Booking
      • index
    • LoyaltyCard
      • show
    • LoyaltyPoints
      • index
    • Tikets
      • index
      • show
      • create
      • update
    • show
      GET
    • update
      PATCH
  • Venue
    • index
      GET
    • show
      GET
    • facets
      GET
  • Page
    • show
      GET
  • Post
    • index
      GET
    • show
      GET
  • Property
    • index
      GET
    • show
      GET
  • Program
    • index
      GET
  • Location
    • index
  • Navigation
    • index
  • Awards
    • index
  • Request
    • create
  • Spa
    • index
    • show
  • Special
    • index
    • show
  • Schemas
    • Meta
      • MetaPagination
      • MetaFile
      • MetaImage
      • MetaImageData
    • Response
      • ResponseError
    • Page
    • Property
    • Program
    • Venue
    • Special
    • Spa
    • Post
    • Navigation
    • Location
    • Tag
    • Award
    • User
    • Booking
    • LoyaltyCard
    • LoyaltyLevel
    • LoyaltyPoint
    • Ticket
    • TicketComment
  1. Property

show

Testing
GET
/v1/properties/{slug}
Получение объекта размещения по уникальному свойству {slug}

Request

Path Params

Header Params

Responses

🟢200Success
application/json
Body

🟠429Too many requests
🟠404Not found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/properties/' \
--header 'Accept-Language: ru'
Response Response Example
200 - Example 1
{
    "data": {
        "id": 0,
        "be_property_id": "string",
        "be_module_id": "string",
        "slug": "string",
        "name": "string",
        "description": "string",
        "image": {
            "xs": {
                "url": "string",
                "url_webp": "string",
                "width": 0,
                "height": 0
            },
            "sm": {
                "url": "string",
                "url_webp": "string",
                "width": 0,
                "height": 0
            },
            "md": {
                "url": "string",
                "url_webp": "string",
                "width": 0,
                "height": 0
            },
            "lg": {
                "url": "string",
                "url_webp": "string",
                "width": 0,
                "height": 0
            },
            "xl": {
                "url": "string",
                "url_webp": "string",
                "width": 0,
                "height": 0
            }
        },
        "gallery": [
            {
                "xs": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "sm": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "md": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "lg": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "xl": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                }
            }
        ],
        "classification": 5,
        "phone": "string",
        "email": "string",
        "location_id": 0,
        "geo_latitude": "string",
        "geo_longitude": "string",
        "address": "string",
        "address_index": "string",
        "sort": 0,
        "tag_id": [
            0
        ]
    }
}
Modified at 2025-11-03 10:45:12
Previous
index
Next
Program
Built with