Discover/monitoruloficial.ro API
live

monitoruloficial.ro APImonitoruloficial.ro

Retrieve Romanian Official Gazette issues by date, browse legislative modifications, check publication calendars, search company announcements, and access the bookstore.

Endpoints
6
Updated
14d ago
Try it
Publication date in YYYY-MM-DD format. Defaults to today's date if omitted.
api.parse.bot/scraper/f1b442b7-eed8-42bf-8685-13a6c4c3c8e5/<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/f1b442b7-eed8-42bf-8685-13a6c4c3c8e5/get_issues_by_date?date=2026-04-23' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Retrieve gazette issues for a specific date. Returns parts (Partea I, II, III, IV, VI) and their issue numbers with URLs. Dates without publications return an empty parts array.

Input
ParamTypeDescription
datestringPublication date in YYYY-MM-DD format. Defaults to today's date if omitted.
Response
{
  "type": "object",
  "fields": {
    "date": "string in YYYY-MM-DD format",
    "parts": "array of objects containing part_name (string) and issues (array of objects with issue_number and url)"
  },
  "sample": {
    "data": {
      "date": "2026-04-23",
      "parts": [
        {
          "issues": [
            {
              "url": "https://monitoruloficial.ro/Monitorul-Oficial--PI--321--2026.html",
              "issue_number": "321"
            }
          ],
          "part_name": "Partea I"
        }
      ]
    },
    "status": "success"
  }
}

About the monitoruloficial.ro API

This API provides structured access to monitoruloficial.ro across 6 endpoints, covering gazette issue retrieval, publication calendars, date-range legislative modifications, professional announcements, and an online bookstore. The get_issues_by_date endpoint returns gazette parts (Partea I through VI) with their issue numbers and URLs for any given date, making it straightforward to track daily Romanian official publications.

Gazette Issues and Legislative Modifications

The get_issues_by_date endpoint accepts a date parameter in YYYY-MM-DD format (defaulting to today) and returns a parts array whose objects include part_name (e.g., "Partea I", "Partea a IV-a") and nested issues with issue_number and url. Dates with no publications return an empty parts array. For bulk retrieval, get_legislative_modifications_range accepts start_date and end_date and returns all publications grouped under a publications array — each entry contains a date and the same part/issue structure. The range is hard-capped at 31 days; if the supplied end_date exceeds that, it is silently adjusted and reflected in the response's end_date field alongside a note.

Publication Calendar

get_emonitor_calendar accepts a year and month (1–12) and scans every day in that month, returning a published_dates array of objects with date (YYYY-MM-DD) and parts (an array of part name strings). This is useful for building monthly calendars of gazette activity or detecting publication gaps. Be aware that response time scales with days scanned — a full 31-day month takes several seconds.

Announcements and Site Search

get_announcements searches Partea a IV-a professional announcements by either cui (company tax ID) or nr (Monitorul Oficial registration number). It returns up to 10 recent matches, each with fields including NR_INR_MO, CUI, NR_MO, and DATA_MO. At least one of the two query parameters must be provided. The search_site endpoint runs a keyword query across the full portal and returns paginated results mixing product and article types, each with title, type, price (or null), url, and snippet.

Bookstore

get_products exposes the WooCommerce-backed online bookstore, returning up to 24 products per page. Results include title, price (in RON), url, and image. An optional category slug parameter filters by topic — documented examples include juridice, colectii-de-arta, and constitutii. Omitting the category returns all available products.

Common use cases
  • Monitor daily Romanian legislative activity by polling get_issues_by_date for newly published gazette parts.
  • Build a monthly publication calendar by calling get_emonitor_calendar with a given year and month.
  • Audit a company's official announcements by querying get_announcements with its CUI.
  • Retrieve all gazette issues within a rolling 31-day window using get_legislative_modifications_range for compliance reporting.
  • Search the official bookstore for legal or constitutional publications using get_products with a category slug like juridice.
  • Cross-reference gazette articles and bookstore products in a single query using search_site with relevant keywords.
  • Track which gazette parts (Partea I–VI) were published on a specific date for legal research pipelines.
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 monitoruloficial.ro have an official developer API?+
No. The site does not publish a public developer API or documented data access program. This Parse API provides structured access to the portal's published content.
What does `get_announcements` return, and what parameters does it require?+
get_announcements returns up to 10 recent Partea a IV-a professional announcements matching a company. Each result includes NR_INR_MO (registration number), CUI (company tax ID), NR_MO (gazette issue number), and DATA_MO (publication date). You must supply at least one of cui or nr; omitting both will not return results.
What is the maximum date range for `get_legislative_modifications_range`?+
The range is capped at 31 days. If end_date is more than 31 days after start_date, the API automatically adjusts end_date to start_date + 31 days and reflects the actual dates used in the response fields alongside a note string.
Does the API expose the full text or PDF content of individual gazette issues?+
Not currently. The API returns issue metadata — part_name, issue_number, and url — rather than parsed document text or PDF binaries. The url field links to the source document on monitoruloficial.ro. You can fork this API on Parse and revise it to add an endpoint that fetches and parses the content at those URLs.
How slow is `get_emonitor_calendar`, and is there a way to get results for a single week?+
The endpoint scans each day in the requested month sequentially, which means a 31-day month takes noticeably longer than a short month. There is no built-in parameter to limit the scan to a sub-month range. You can fork the API on Parse and revise it to accept a date range instead of a full month.
Page content last updated . Spec covers 6 endpoints from monitoruloficial.ro.
Related APIs in Government PublicSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
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.
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.
maradminbot.com API
Search and retrieve official Marine Corps MARADMIN announcements from Marines.mil, filtering by year, status, and keyword to stay updated on the latest personnel and administrative directives. Get detailed information about specific announcements by number or browse the most recent updates to ensure you never miss critical Marine Corps guidance.
13f.info API
13f.info API
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.