curl --request GET \
--url https://api.immoteur.com/public/v1/classifieds/{id} \
--header 'Authorization: Bearer <token>'{
"classified": {
"id": "7f6e3b4d-9c22-46a0-8f20-0d1a2b3c4d5e",
"propertyId": "01920347-45c7-7b81-a2e4-d28c43f0d123",
"status": {
"current": "available"
},
"currency": "euro",
"squareUnit": "squareMeter",
"title": "Appartement 3 pièces Paris 1er",
"description": "Bel appartement lumineux au cœur de Paris.",
"source": {
"domain": "seloger.com",
"url": "https://www.seloger.com/annonces/achat/appartement/paris-1er-75/5-pieces/0.htm"
},
"publisher": {
"isProfessional": true,
"siren": "123456789",
"siret": "12345678900011"
},
"contact": {
"name": "Jean Dupont",
"email": "[email protected]",
"phone": "+33612345678"
},
"meta": {
"firstSeenAt": "2025-09-15T08:10:00Z",
"lastModifiedAt": "2025-09-15T09:00:00Z",
"lastSeenAt": "2025-09-15T09:00:00Z"
},
"location": {
"city": {
"inseeCode": "75056",
"name": "Paris"
},
"postcode": "75001",
"department": "75",
"country": "france",
"latitude": 48.8584,
"longitude": 2.2945
},
"property": {
"type": "apartment",
"area": 52,
"roomCount": 3,
"bedroomCount": 2,
"bathroomCount": 1,
"balconyExists": true,
"propertyIsProgram": false
},
"transaction": {
"type": "sale",
"price": {
"current": 650000,
"initial": 680000,
"perSquareUnit": 12500,
"history": [
{
"id": "0aa4bc4b-7db0-4bf2-9a4a-f2e6f8d4f99a",
"value": 680000,
"timestamp": "2025-09-10T08:10:00Z"
},
{
"id": "4d4744d6-d7f1-4f8b-8c3c-fb8a1e3c0f8a",
"value": 650000,
"timestamp": "2025-09-15T09:00:00Z"
}
]
}
},
"media": {
"images": [
{
"id": "75caa436-207a-4f06-b0d1-3c1a3508dbbb",
"url": "https://cdn.seloger.com/photo-1.jpg",
"position": 1,
"perceptualHash": "0010101110",
"differenceHash": "1010101111",
"averageHash": "1110001110"
}
]
}
},
"meta": {
"subscriptionPlan": "pro200",
"dataAccessLimit": {
"departments": [
"75",
"92"
],
"sirens": [
"123456789"
],
"sirets": [
"12345678900011"
]
}
}
}Returns the latest snapshot of a classified, including transaction history, media, publisher details, and lifecycle metadata.
curl --request GET \
--url https://api.immoteur.com/public/v1/classifieds/{id} \
--header 'Authorization: Bearer <token>'{
"classified": {
"id": "7f6e3b4d-9c22-46a0-8f20-0d1a2b3c4d5e",
"propertyId": "01920347-45c7-7b81-a2e4-d28c43f0d123",
"status": {
"current": "available"
},
"currency": "euro",
"squareUnit": "squareMeter",
"title": "Appartement 3 pièces Paris 1er",
"description": "Bel appartement lumineux au cœur de Paris.",
"source": {
"domain": "seloger.com",
"url": "https://www.seloger.com/annonces/achat/appartement/paris-1er-75/5-pieces/0.htm"
},
"publisher": {
"isProfessional": true,
"siren": "123456789",
"siret": "12345678900011"
},
"contact": {
"name": "Jean Dupont",
"email": "[email protected]",
"phone": "+33612345678"
},
"meta": {
"firstSeenAt": "2025-09-15T08:10:00Z",
"lastModifiedAt": "2025-09-15T09:00:00Z",
"lastSeenAt": "2025-09-15T09:00:00Z"
},
"location": {
"city": {
"inseeCode": "75056",
"name": "Paris"
},
"postcode": "75001",
"department": "75",
"country": "france",
"latitude": 48.8584,
"longitude": 2.2945
},
"property": {
"type": "apartment",
"area": 52,
"roomCount": 3,
"bedroomCount": 2,
"bathroomCount": 1,
"balconyExists": true,
"propertyIsProgram": false
},
"transaction": {
"type": "sale",
"price": {
"current": 650000,
"initial": 680000,
"perSquareUnit": 12500,
"history": [
{
"id": "0aa4bc4b-7db0-4bf2-9a4a-f2e6f8d4f99a",
"value": 680000,
"timestamp": "2025-09-10T08:10:00Z"
},
{
"id": "4d4744d6-d7f1-4f8b-8c3c-fb8a1e3c0f8a",
"value": 650000,
"timestamp": "2025-09-15T09:00:00Z"
}
]
}
},
"media": {
"images": [
{
"id": "75caa436-207a-4f06-b0d1-3c1a3508dbbb",
"url": "https://cdn.seloger.com/photo-1.jpg",
"position": 1,
"perceptualHash": "0010101110",
"differenceHash": "1010101111",
"averageHash": "1110001110"
}
]
}
},
"meta": {
"subscriptionPlan": "pro200",
"dataAccessLimit": {
"departments": [
"75",
"92"
],
"sirens": [
"123456789"
],
"sirets": [
"12345678900011"
]
}
}
}Send your Immoteur Personal Access Token in the Authorization header:
Authorization: Bearer <token>
You can create and manage your Personal Access Tokens here: https://immoteur.com/dashboard/settings status: current: available
Classified identifier (UUID).
"7f6e3b4d-9c22-46a0-8f20-0d1a2b3c4d5e"