
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
gemeindeverzeichnis
Advanced tools
German „Gemeindeverzeichnis“ (vaguely 'community register') containing all federal entities
German „Gemeindeverzeichnis“ (vaguely "community register") containing all federal entities based on this dataset fortunately provided by the „Statistisches Bundesamt“.
npm install --save gemeindeverzeichnis
This module contains the following ndjson files:
laender.ndjson: Bundesländer, see landregierungsbezirke.ndjson: Regierungsbezirke, see regierungsbezirkregionen.ndjson: Regionen (regions), see regionkreise.ndjson: Kreise, see kreisgemeindeverbaende.ndjson: Gemeindeverbände, see gemeindeverbandgemeinden.ndjson: Gemeinden, see gemeindeYou can also require the module itself to get readable streams in object mode:
const gemeindeverzeichnis = require('gemeindeverzeichnis')
gemeindeverzeichnis.kreise()
.on('data', console.log)
.on('error', console.error)
land{
ebene: { // federal layer
nummer: 1,
name: 'land'
},
name: 'Nordrhein-Westfalen',
stand: '2017-03-30T22:00:00.000Z', // as of …, [Date() Object]
weiteres: '', // additional information
'schlüssel': { // ids
nummer: '05', // entity id
land: '05'
},
sitz: 'Düsseldorf' // seat of the state government
}
regierungsbezirk{
ebene: { // federal layer
nummer: 2,
name: 'regierungsbezirk'
},
name: 'Reg.-Bez. Münster',
stand: '2017-03-30T22:00:00.000Z', // as of …, [Date() Object]
weiteres: '', // additional information
'schlüssel': { // ids
nummer: '055', // entity id
land: '05',
regierungsbezirk: '5'
},
sitz: 'Münster' // seat of the administration
}
region{
ebene:{ // federal layer
nummer: 3,
name: 'region'
},
name: 'Region Stuttgart',
stand: '2017-03-30T22:00:00.000Z', // as of …, [Date() Object]
weiteres: '', // additional information
'schlüssel': { // ids
nummer: '081-1', // entity id
land: '08',
regierungsbezirk: '1',
region: '1'
},
sitz: 'Stuttgart' // seat of the administration
}
kreis{
ebene: { // federal layer
nummer: 4,
name: 'kreis'
},
name: 'Gelsenkirchen, Stadt',
stand: '2017-03-30T22:00:00.000Z', // as of …, [Date() Object]
weiteres: '', // additional information
'schlüssel': { // ids
nummer: '05513', // entity id
land: '05',
regierungsbezirk: '5',
kreis: '13'
},
sitz: 'Gelsenkirchen', // seat of the administration
typ: { // type
nummer: 41,
name: 'kreisfreie-stadt'
// 41: 'kreisfreie-stadt'
// 42: 'stadtkreis'
// 43: 'kreis'
// 44: 'landkreis'
// 45: 'regionalverband'
}
}
gemeindeverband{
ebene: { // federal layer
nummer: 5,
name: 'gemeindeverband'
},
name: 'Marl, Stadt',
stand: '2017-03-30T22:00:00.000Z', // as of …, [Date() Object]
weiteres: '', // additional information
'schlüssel': { // ids
nummer: '055620024', // entity id
land: '05',
regierungsbezirk: '5',
kreis: '62',
gemeindeverband: '0024'
},
sitz: '', // seat of the administration
typ: { // type
nummer: 50,
name: 'verbandsfreie-gemeinde'
// 50: 'verbandsfreie-gemeinde'
// 51: 'amt'
// 52: 'samtgemeinde'
// 53: 'verbandsgemeinde'
// 54: 'verwaltungsgemeinschaft'
// 55: 'kirchspielslandgemeinde'
// 56: 'verwaltungsverband'
// 57: 'vg-trägermodell'
// 58: 'erfüllende-gemeinde'
}
}
gemeinde{
ebene: { // federal layer
nummer: 6,
name: 'gemeinde'
},
name: 'Prezelle',
stand: '2017-03-30T22:00:00.000Z', // as of …, [Date() Object]
weiteres: '', // additional information
'schlüssel': { // ids
nummer: '033545403020', // entity id
land: '03',
regierungsbezirk: '3',
kreis: '54',
gemeindeverband: '5403',
gemeinde: '020'
},
typ: { // type
nummer: 64,
name: 'kreisangehörige-gemeinde'
// 60: 'markt'
// 61: 'kreisfreie-stadt'
// 62: 'stadtkreis'
// 63: 'stadt'
// 64: 'kreisangehörige-gemeinde'
// 65: 'gemeindefreies-gebiet-bewohnt'
// 66: 'gemeindefreies-gebiet-unbewohnt'
// 67: 'große-kreisstadt'
},
'fläche': 4167, // area in <ha>
'bevölkerung': 439, // population
'bevölkerung-männlich': 220, // male population (As a side note: I'm not an anti-feminist, this is just taken from the original dataset which somehow doesn't include female population since it could be derivated by subtracting the male population from the absolute population. This still stinks a bit, though.. fight patriarchy! :D)
plz: { // zip code
nummer: '29491', // zip code of the entire body (if it only has one zip code) or the seat of the administration (if it has more than one zip code)
eindeutig: true // false if the gemeinde has multiple zip codes
},
gerichtsbarkeit: { // jurisdication
oberlandesgerichtsbezirk: '2',
landsgerichtsbezirk: '5',
amtsgerichtsbezirk: '04'
},
finanzamtsbezirk: '2332', // tax authority district
arbeitsagenturbezirk: '25115', // job center district
bundestagswahlkreise: { // federal election constituency numbers
von: 37, // from this constituency number
bis: 37 // to this constituency number (range could contain gaps)
}
}
The module contains a dataset as of 2017-03-18. To re-generate the dataset or to generate a newer version of it, run npm run build in the project root.
If you found a bug, want to propose a feature or feel the urge to complain about your life, feel free to visit the issues page.
FAQs
German „Gemeindeverzeichnis“ (vaguely 'community register') containing all federal entities
The npm package gemeindeverzeichnis receives a total of 7 weekly downloads. As such, gemeindeverzeichnis popularity was classified as not popular.
We found that gemeindeverzeichnis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.