Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

GET https://ws.icnea.net/analytics/listings/{listing_id}/

Use this endpoint to retireve an existing listing.


PATH PARAMS

listing_id string required

Listing ID.

QUERY PARAMS

usr string required

API_key for your company, provided by Icnea.


RESPONSES

200

{
  "analytics_listing_response": {   
    "listing_id": 12341001,
    "active": "true",
    "name": "Casa Freya",
    "internal_name": "C-Freya",
    "property_type_group": "house",    
    "property_type_category": "villa",
    "address": {
      "city": "Pineda de Mar",
      "zip": "08342",
      "region": "Maresme",
      "country": "ES",
      "latitude": 2.34324324,
      "longitude": 0.3243242343
    },
    "surface": 50,
    "min_capacity": 1,
    "max_capacity": 5,  
    "units": 1,  
    "owners": [
      {
        "unit_id": "",
        "owner_id": "",
        "owner_name": ""
      }
    ],  
    "groups": [
      {        
        "group_id": "",
        "group_name": ""
      }
    ],  
    "bedrooms": 2,  
    "bathrooms": 1,  
    "toilets": 0,  
    "single_beds": 0,  
    "double_beds": 2,  
    "sofa_beds": 0,  
    "bunk_beds": 0,  
    "currency": "EUR",
    "fees": {
      "booking_fee": 0,
      "cleaning_fee": 40,
      "towels_fee": 0,
      "bedlinen_fee": 0,
      "security_deposit_fee": 200
    },
    "amenities": [ ... ],
    "restrictions": [ ... ],
    "views": [ ... ],
    "distances": {
      "city_center": 0,
      "airport": 0,
      "harbour": 0,
      "railway_station": 0,
      "public_transport": 0,
      "hospital": 0,
      "pharmacy": 0,
      "market": 0,
      "ski_slope": 0,
      "beach": 0,
      "golf": 0,
      "public_park": 0,
      "historic_district": 0
    },
    "reviews": [
      {
        "date": "2025-01-04",
        "country": "ES",
        "language": "en",
        "channel": "Airbnb",
        "booking_id": "102345",
        "rating": {
          "total": 9.2,
          "location": 4,
          "staff": 5,
          "cleanliness": 5,
          "comfort": 3,
          "value": 4,
          "accuracy": 0,
          "communication": 0,
          "surroundings": 0,
          "tranquility": 0
        }
      }
    ]
  }
}

Parameter

Type

Description

  • No labels