Discover/bundesanzeiger.de API
live

bundesanzeiger.de APIbundesanzeiger.de

Search and retrieve German company filings, financial disclosures, and official government announcements from Bundesanzeiger via 4 structured endpoints.

Endpoints
4
Updated
3mo ago
Try it
Maximum number of results to return.
Search keyword (e.g. company name or topic).
Category ID to filter results. Known values: 1=Amtlicher Teil, 22=Rechnungslegung/Finanzbe
api.parse.bot/scraper/7f977f15-eb7e-4e40-a878-b2bbf375069a/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/7f977f15-eb7e-4e40-a878-b2bbf375069a/search_publications?limit=3&query=Siemens' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for publications in the Bundesanzeiger by keyword. Optionally filter by category. Returns paginated results with company name, category, date, title, and detail URL.

Input
ParamTypeDescription
limitintegerMaximum number of results to return.
queryrequiredstringSearch keyword (e.g. company name or topic).
categorystringCategory ID to filter results. Known values: 1=Amtlicher Teil, 22=Rechnungslegung/Finanzberichte.
Response
{
  "type": "object",
  "fields": {
    "items": "array of publication objects with keys: company, category, date, title, detail_url",
    "query": "string echo of the search query",
    "total": "integer total number of results returned"
  },
  "sample": {
    "data": {
      "items": [
        {
          "date": "12.05.2026",
          "title": "Dividendenbekanntmachung",
          "company": "adidas AG Herzogenaurach",
          "category": "Gesellschafts- bekanntmachungen",
          "detail_url": "https://www.bundesanzeiger.de/pub/de/suchen2?3-1.-search~table~panel-rows-0-search~table~row~panel-publication~link"
        }
      ],
      "query": "Adidas",
      "total": 5
    },
    "status": "success"
  }
}

About the bundesanzeiger.de API

The Bundesanzeiger API provides access to official German public announcements and company filings across 4 endpoints, returning structured data including company names, publication dates, categories, full text, and PDF links. The search_publications endpoint accepts keyword and category filters and returns paginated results, while get_publication_detail fetches the complete text and metadata of any individual filing.

What the API covers

The Bundesanzeiger is Germany's official public gazette, publishing legally mandated corporate disclosures, financial statements, and government notices. This API exposes four endpoints covering the main content types: full-text keyword search, individual publication retrieval, official government announcements (Amtlicher Teil), and financial report search. Response fields include company, category, date, title, and detail_url on list results, and content_text, content_html, metadata, and pdf_links on detail pages.

Searching and filtering publications

search_publications accepts a required query string and an optional category parameter. Known category values are 1 for Amtlicher Teil (official government notices) and 22 for Rechnungslegung/Finanzberichte (accounting and financial reports). The limit parameter controls result count. get_financial_reports is a focused variant that targets category 22 directly, accepting query and limit and returning the same item shape: company, category, date, title, and detail_url.

Retrieving publication details

get_publication_detail retrieves the full content of a single publication. Pass a url taken from the detail_url field in search results, or supply a query plus item_index to locate and fetch a result by position. The response includes content_text (plain text), content_html (raw HTML), a metadata object with a summary field containing header information, and pdf_links listing any attached PDF documents.

Browsing official government notices

get_amtlicher_teil_listings takes no inputs and returns the current listings in the Amtlicher Teil section. Each item includes authority (the issuing body), title, reference, and detail_url. This endpoint is useful for monitoring recent regulatory and judicial notices without needing a specific search term.

Common use cases
  • Monitor annual financial statements filed by German GmbHs and AGs using get_financial_reports with a company name query.
  • Track new official government notices from specific authorities by polling get_amtlicher_teil_listings and filtering by the authority field.
  • Build a corporate due-diligence tool that retrieves full filing text via get_publication_detail using detail_url references from search results.
  • Alert on insolvency proceedings or liquidation notices by searching search_publications with relevant keywords.
  • Download PDF versions of balance sheets and annual reports by extracting pdf_links from publication detail responses.
  • Aggregate disclosure timelines for a company by querying search_publications with the company name and sorting results by the date field.
  • Research regulatory activity from specific German authorities using get_amtlicher_teil_listings and cross-referencing the reference field.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Bundesanzeiger provide an official developer API?+
Bundesanzeiger does not publish a documented public developer API. Data access is available through the website at bundesanzeiger.de, where publications are browsable and searchable but without a formal programmatic interface for third-party developers.
What does `get_publication_detail` return beyond the text of a filing?+
get_publication_detail returns four distinct fields: content_text (plain text of the filing), content_html (the HTML version), metadata (an object with a summary field containing header-level information such as publisher and date context), and pdf_links (an array of URLs pointing to any attached PDF documents). The url field echoes the resolved address of the fetched page.
Does the API cover historical filings going back many years?+
The API returns results as surfaced by Bundesanzeiger's own search and listing pages, which includes a substantial archive of past filings. However, the depth of historical coverage and any filtering by date range depend on what the underlying source exposes through its search interface — there is no dedicated date-range parameter in the current endpoints. You can fork this API on Parse and revise it to add date filtering if the source supports it via its search parameters.
Can I retrieve filings for a specific federal state (Bundesland) or court district?+
The current endpoints do not include a geographic or court-district filter parameter. search_publications supports keyword and category filtering only. You can fork this API on Parse and revise it to add region or court-district filtering if those parameters are supported by the source.
What categories are available for filtering in `search_publications`?+
Two category IDs are documented: 1 for Amtlicher Teil (official government notices) and 22 for Rechnungslegung/Finanzberichte (accounting and financial disclosures). Bundesanzeiger publishes additional categories such as Bekanntmachungen, Insolvenzbekanntmachungen, and others, but their category IDs are not currently mapped in this API. You can fork it on Parse and revise to add additional category values.
Page content last updated . Spec covers 4 endpoints from bundesanzeiger.de.
Related APIs in Government PublicSee all →
identify.plantnet.org API
Identify and explore plant species by searching through Pl@ntNet's comprehensive botanical database to access detailed information like taxonomic families, genera, species descriptions, photos, and community observations. Track plant distributions, view contribution trends, and discover expert contributors within the platform's collaborative plant identification community.
data.lime.bike API
Access real-time availability data for Lime bikes and scooters, including station locations, vehicle status, system alerts, and geofencing zones across multiple cities. Monitor micromobility inventory and service information to find nearby vehicles or plan your trips effectively.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
api.nasa.gov API
Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.
mahatenders.gov.in API
Access Maharashtra government tenders from mahatenders.gov.in, browsing them by closing date or by organization with full tender details and pagination support. Find and review procurement opportunities across different government departments in one place.
Bundesanzeiger API – German Official Filings · Parse