Tarification
Endpoints
Endpoint : /building-permits
- Requête
Les permis de construire de nouveaux bâtiments dans le 77 autorisés depuis le 01/01/2023
GET https://api.yanport.com/building-permits?authorisationDateMin=2023-01-01&states=AUTHORISED&types=NEW_BUILD&depCodes=77
- Réponse
{
"total": 908,
"hits": [
{
"id": "a2c9db90-9e34-11ee-9a42-0f08f57f6b73",
"creationDate": "2023-12-19T06:05:40.169661",
"updateDate": "2023-12-30T22:25:05.377242",
"permitNumber": "0770012300007",
"state": "AUTHORISED",
"type": "NEW_BUILD"
},
{
"id": "55bf5460-a762-11ee-a9c7-0f08f57f6b73",
"creationDate": "2023-12-30T22:25:28.230644",
"updateDate": "2023-12-30T22:25:28.230644",
"permitNumber": "0770102300003",
"state": "AUTHORISED",
"type": "NEW_BUILD"
}
]
}
- Consommation: 2 SKU
- Offre Essentiel : 0,00200 €
Offre Avancée : 0,0019 €
Offre Business : 0,0018 €
Le nombre de SKU est égal au nombre de permis de construire renvoyés dans la réponse HTTP.
Endpoint : /building-permits/{id}
- Requête
GET https://api.yanport.com/building-permits/a2c9db90-9e34-11ee-9a42-0f08f57f6b73
- Réponse
{
"id": "a2c9db90-9e34-11ee-9a42-0f08f57f6b73",
"creationDate": "2023-12-19T06:05:40.169",
"updateDate": "2023-12-30T22:25:05.377",
"permitNumber": "0770012300007",
"state": "AUTHORISED",
"type": "NEW_BUILD",
"purpose": [],
"address": {
"cityId": 52479825,
"irisIds": [
"770010000"
],
"parcelIds": [
"77001000ZB0084",
"77001000ZB0080"
],
"agglomerationId": 4762790096149504,
"streetNumber": "55",
"street": "Rue du Closeau",
"city": "Achères-la-Forêt",
"zipCode": "77760",
"deptCode": "77",
"country": "France",
"location": {
"lat": 48.349168,
"lon": 2.565276
},
"formatted": "55 Rue du Closeau, 77760 Achères-la-Forêt, France"
},
"applicant": {
"category": "PRIVATE",
"subCategory": "SAI",
"cityName": "Avon",
"zipCode": "77210"
},
"features": {
"authorisationDate": "2023-09-30",
"sourceUpdateDate": "2023-09-01",
"extension": false,
"upwardExtension": false,
"levelCreation": false,
"maxLevel": 0,
"housingCount": {
"totalCreated": 1,
"perTypeCount": {
"COLLECTIVE": 0,
"SINGLE": 1,
"DEMOLISHED": 0,
"SOCIAL": 0
},
"perRoomCount": {
"1": 0,
"2": 0,
"3": 0,
"4": 0,
"5": 0,
"6": 0
}
},
"surfaces": {
"RESIDENTIAL_BEFORE_PROJECT": 0.0,
"RESIDENTIAL_CREATED": 85.0,
"NON_RESIDENTIAL_CREATED": 0.0,
"NON_RESIDENTIAL_DEMOLISHED": 0.0,
"NON_RESIDENTIAL_BEFORE_PROJECT": 0.0,
"TRANSFORMED_FROM_RESIDENTIAL": 0.0,
"TRANSFORMED_TO_NON_RESIDENTIAL": 0.0,
"RESIDENTIAL_DEMOLISHED": 0.0,
"TRANSFORMED_TO_RESIDENTIAL": 0.0,
"TRANSFORMED_FROM_NON_RESIDENTIAL": 0.0
}
}
}
- Consommation: 1 SKU
- Offre Essentiel : 0,00100 €
Offre Avancée : 0,00095 €
Offre Business : 0,00090 €
Le nombre de SKU est égale au nombre de requête HTTP.
Endpoint : /building-permits/ids
- Requête
GET https://api.yanport.com/building-permits/ids?ids=a2c9db90-9e34-11ee-9a42-0f08f57f6b73&ids=55bf5460-a762-11ee-a9c7-0f08f57f6b73
- Réponse
[
{
"id": "a2c9db90-9e34-11ee-9a42-0f08f57f6b73",
"creationDate": "2023-12-19T06:05:40.169661",
"updateDate": "2023-12-30T22:25:05.377242",
"permitNumber": "0770012300007",
"state": "AUTHORISED",
"type": "NEW_BUILD"
},
{
"id": "55bf5460-a762-11ee-a9c7-0f08f57f6b73",
"creationDate": "2023-12-30T22:25:28.230644",
"updateDate": "2023-12-30T22:25:28.230644",
"permitNumber": "0770102300003",
"state": "AUTHORISED",
"type": "NEW_BUILD"
}
]
- Consommation: 2 SKU
- Offre Essentiel : 0,00200 €
Offre Avancée : 0,0019 €
Offre Business : 0,0018 €
Commentaires
0 commentaire
Vous devez vous connecter pour laisser un commentaire.