npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@datafire/weber_gesamtausgabe_de

v4.0.0

Published

DataFire integration for WeGA API

Readme

@datafire/weber_gesamtausgabe_de

Client library for WeGA API

Installation and Usage

npm install --save @datafire/weber_gesamtausgabe_de
let weber_gesamtausgabe_de = require('@datafire/weber_gesamtausgabe_de').create();

.then(data => {
  console.log(data);
});

Description

The OpenAPI documentation for the RESTful interface of the Carl-Maria-von-Weber-Gesamtausgabe. (No registration, authentication, or API key is required) For feedback or requests about this API please contact [email protected] or start the discussion at https://github.com/Edirom/WeGA-WebApp

Actions

application.newID.get

Create a new WeGA ID

weber_gesamtausgabe_de.application.newID.get({
  "docType": []
}, context)

Input

  • input object
    • docType required array: The WeGA document type

Output

  • output object
    • docID string: The WeGA ID
    • docType string: The WeGA document type

application.status.get

Get status information about the running WeGA-WebApp

weber_gesamtausgabe_de.application.status.get(null, context)

Input

This action has no parameters

Output

  • output object
    • deployment string: The datetime of the deployment of the WeGA-WebApp
    • status string (values: healthy, unhealthy): Status (healthy|unhealthy) of the currently running WeGA-WebApp
    • svnRevision integer: The Subversion revision of the currently installed WeGA-data
    • version string

code.findByElement.element.get

Finds code samples by XML element

weber_gesamtausgabe_de.code.findByElement.element.get({
  "element": ""
}, context)

Input

  • input object
    • element required string: The XML element to search for
    • namespace string: The element namespace. Defaults to the TEI namespace
    • docType array: The WeGA document type
    • offset integer: Position of first item to retrieve (starting from 1)
    • limit integer: Number of items to retrieve (200 max)

Output

documents.get

The Documents endpoint returns a list of all documents from the WeGA digital edition.

weber_gesamtausgabe_de.documents.get({}, context)

Input

  • input object
    • docType array: The WeGA document type
    • offset integer: Position of first item to retrieve (starting from 1)
    • limit integer: Number of items to retrieve (200 max)

Output

documents.findByAuthor.authorID.get

This endpoint returns a list of documents by a given author – optionally filtered by document type

weber_gesamtausgabe_de.documents.findByAuthor.authorID.get({
  "authorID": ""
}, context)

Input

  • input object
    • authorID required string: The author ID to search for. Accepted ID formats are WeGA, e.g. A002068 or http://weber-gesamtausgabe.de/A002068, VIAF, e.g. http://viaf.org/viaf/14959938, or GND, e.g. http://d-nb.info/gnd/118629662
    • docType array: The WeGA document type
    • offset integer: Position of first item to retrieve (starting from 1)
    • limit integer: Number of items to retrieve (200 max)

Output

documents.findByDate.get

This endpoint returns a list of documents related to the given date – optionally filtered by document type.

weber_gesamtausgabe_de.documents.findByDate.get({
  "fromDate": ""
}, context)

Input

  • input object
    • fromDate required string: The min date to search for
    • toDate string: The max date to search for
    • docType array: The WeGA document type
    • offset integer: Position of first item to retrieve (starting from 1)
    • limit integer: Number of items to retrieve (200 max)

Output

documents.findByMention.docID.get

This endpoint returns a list of documents that reference a particular docID – optionally filtered by document type.

weber_gesamtausgabe_de.documents.findByMention.docID.get({
  "docID": ""
}, context)

Input

  • input object
    • docID required string: The document ID that is to be mentioned. Accepted ID formats are WeGA, e.g. A002068 or http://weber-gesamtausgabe.de/A002068, VIAF, e.g. http://viaf.org/viaf/14959938, or GND, e.g. http://d-nb.info/gnd/118629662
    • docType array: The WeGA document type
    • offset integer: Position of first item to retrieve (starting from 1)
    • limit integer: Number of items to retrieve (200 max)

Output

documents.docID.get

This endpoint returns documents, indicated by an ID. Accepted ID formats are WeGA, e.g. A002068 or http://weber-gesamtausgabe.de/A002068, VIAF, e.g. http://viaf.org/viaf/14959938, or GND, e.g. http://d-nb.info/gnd/118629662

weber_gesamtausgabe_de.documents.docID.get({
  "docID": ""
}, context)

Input

  • input object
    • docID required string: The document identifier to search for

Output

facets.facet.get

Returns facets

weber_gesamtausgabe_de.facets.facet.get({
  "facet": "",
  "scope": "",
  "docType": []
}, context)

Input

  • input object
    • facet required string (values: sender, addressee): The facet to search for
    • scope required string: The scope of the result set, i.e. 'indices' or a WeGA ID
    • term string: The search term to be looked for in the facet's label
    • docType required array: The WeGA document type
    • offset integer: Position of first item to retrieve (starting from 1)
    • limit integer: Number of items to retrieve (200 max)

Output

Definitions

CodeSample

  • CodeSample object
    • codeSample string: The code snippet
    • docID string: The WeGA document identifier representing a specific document
    • uri string: Unique identifier representing a specific document

Document

  • Document object
    • docID string: The WeGA document identifier representing a specific document
    • docType string: The WeGA document type
    • title string: The title of the document
    • uri string: Unique identifier representing a specific document

Error

  • Error object
    • code integer
    • fields string
    • message string

Facet

  • Facet object
    • frequency integer: The sum of occurences of the object for the current result set
    • label string: The name or title of the object
    • value string: the WeGA ID