Skip to main content

Estate

This data type is a list of the different estate owned by a moral person.

We make the different between two types of estate : the Local (estate where you can find a building) and the Parcel( estate without any building). The difference between these two types is indicated in the type field.

So the type field indicates if the estate contains the specific fields of a Local or a Parcel.

These datas come from data.economie.gouv.fr. They are extracted and remodeled to simplify their use.

As these datas are updated every year, the Estate's history is regardless of the month history current setting.

Local

FieldTypeDescription
idstringUuid
sirenstringSiren of the moral person
rolestringRole of the moral person
majic_owner_numberstringOwner number in MAJIC software
yearstring[]Array of all years of ownership of the current estate
typestringType of estate - local or parcel
addressAddressAddress of the estate
department_codestringFrench code of the department
directional_codestringAdditional code for sub department (example: oversea department)
municipality_codestringFrench code the municipality
section_prefixstringPrefix of a section
sectionstringCode of a sub section of a municipality
plan_numberstringCode which identifies the parcel in the cadastral section
building_letterstringLetter of the building
entrancestringEntrance number
levelstringLevel / floor of the local
door_numberstringNumber of the door
majic_codestringMajic number of the road
rivoli_codestringAdministrative code of the road or locality.

Parcel

FieldTypeDescription
idstringUuid
sirenstringSiren of the moral person
rolestringRole of the moral person
majic_owner_numberstringOwner number in MAJIC software
yearstring[]Array of all years of ownership of the current estate
typestringType of estate - local or parcel
addressAddressAddress of the estate
department_codestringFrench code of the department
directional_codestringAdditional code for sub department (example: oversea department)
municipality_codestringFrench code the municipality
section_prefixstringPrefix of a section
sectionstringCode of a sub section of a municipality
plan_numberstringCode which identifies the parcel in the cadastral section
majic_codestringMajic number of the road
rivoli_codestringAdministrative code of the road or locality.
surface_areastringNumber of centiares of the parcel
sufstringFiscal subdivision
culture_naturestringType of the parcel
suf_surface_areastringNumber of centiares of the fiscal subdivision

Enumerations and definitions

Roles

RoleDescription
ownerStandard property owner recorded in cadastral data.
usufructuaryHolds the right to use and enjoy a property owned by someone else.
base ownerBare owner when the usufruct has been granted to another party.
construction lessorOwns land and grants a construction lease.
construction lesseeHolds the right to build under a construction lease.
landIdentifies parcels registered as land-only interests.
tenantTenant farmer or registered occupant of the parcel.
domanierRepresents state-owned domain property.
lessor of a rehabilitation leaseOwns property leased for rehabilitation works.
lessee of a rehabilitation leaseHolds the rehabilitation lease and performs the works.
assigned tenantTenant officially designated by the authorities.
long leaseHolds a long-term emphyteutic lease.
antichresistCreditor occupying the property in lieu of receiving interest.
official housedCivil servant or official housed by the administration.
managerManager, representative, or agent acting for the owner.
co-owned syndicateCondominium association in charge of shared assets.
partner in a tax transparent companyPartner of a fiscally transparent entity.
temporary occupation authorization (70 years)Holder of a 70-year temporary occupation permit.
young farmerBeneficiary of the young farmer status.
office tax manager (Île-de-France)Entity liable for the Paris-region office tax.
La Poste, occupant and ownerFrench postal service occupying property it owns.
La Poste, occupant and not ownerFrench postal service occupying premises it does not own.
trusteeTrustee managing the property on behalf of others.
occupant of a plot belonging to the department of Mayotte or to the governmentOccupant of land owned by the department of Mayotte or by the French state.
manager of government propertyPublic entity managing property owned by the French state.

Culture Nature

TypeDescription
building landParcels primarily intended for future construction.
amenity groundsLand used for parks, ornamental gardens, or recreational areas.
woodGeneric wooded land.
seedling forestDeciduous forest stands grown from seedlings.
mixed seedling forestMixed species forest stands.
willow bedsParcels devoted to willow cultivation (osier).
poplar grovesLand planted with poplars.
resinous forestConiferous forest areas.
coppice under high forestCoppice growth beneath taller forest stands.
simple coppicesManaged coppiced woodland.
quarriesExtractive sites such as quarries.
railways, navigation canalsInfrastructure corridors dedicated to rail or canal use.
watersPonds, lakes, or other inland waters.
gardensGarden parcels used for leisure or production.
moorsHeathland or uncultivated moors.
wooded moorsMoors containing a significant tree cover.
meadowsNatural or cultivated meadows.
pasturesPastureland for grazing livestock.
open grazingCommon grazing areas or pastures.
permanent meadowsMeadows dedicated to fattening or finishing livestock.
grasslandsHerbaceous land used for fodder.
cultivated meadows or pasturesImproved meadows, pastures, or planted grasslands.
bare soilUnplanted soil or fallow land.
groundGeneric agricultural land.
planted landParcels planted with trees or perennial crops.
orchardsFruit orchards.
vinesVineyards.

The direction code

It is equal to zero for all departments except :

  • 13, 59 and 92 which have 2 directions numbered 1 and 2
  • 75 which has 5 directions numbered 4, 5, 6, 7 and 8
  • All overseas departments are registered under the same department code 97. This is the direction code which allows them to be individualized by taking the values of 1, 2, 3, 4 and 6

The municipality code

As a general rule, this is the INSEE code. For Paris, Lyon and Marseille, this zone receives the INSEE district code, i.e.:

  • 101 to 120 for the 20 arrondissements of Paris
  • 381 to 389 for the 9 districts of Lyon
  • 201 to 216 for the 16 districts of Marseille

Insee Code

The INSEE code is a numeric code of 5 digits. It is unique for each municipality. Is is composed of the department code and the municipality code.

SUF

The letters starting with “A” then “B”… indicate that this division of the parcel appears on the plan.

When letters start with "J", this subdivision is not shown on the plan.

Majic

Majic is a software used by the French administration (DGFiP) to manage the cadastral plan.

Endpoints

GET/api/v6/users/{userId}/estates

Returns the list of estates owned by the user's company.