Discover/cdep.ro API
live

cdep.ro APIcdep.ro

Access Romanian legislative initiatives via the cdep.ro API. List bills by year and chamber, retrieve sponsors, status, summaries, and introduction dates.

Endpoints
2
Updated
3mo ago
Try it
Year of registration
Legislative chamber (1 = Senate, 2 = Chamber of Deputies)
api.parse.bot/scraper/00f13c84-43c8-4cec-a51d-93e445c77769/<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/00f13c84-43c8-4cec-a51d-93e445c77769/list_initiatives' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

List legislative initiatives for a specific year and chamber.

Input
ParamTypeDescription
yearstringYear of registration
chamberstringLegislative chamber (1 = Senate, 2 = Chamber of Deputies)
Response
{
  "type": "object",
  "fields": {
    "year": "string",
    "count": "integer",
    "initiatives": "array"
  },
  "sample": {
    "year": "2024",
    "count": 1,
    "initiatives": [
      {
        "idp": "22238",
        "title": "Proiect de Lege pentru modificarea şi completarea Legii nr.227/2015 privind Codul fiscal",
        "status": "în lucru la comisiile permanente ale Camerei Deputaţilor",
        "date_introduced": "15.01.2024",
        "registration_number": "PL-x 1/2024"
      }
    ]
  }
}

About the cdep.ro API

The cdep.ro API exposes Romanian Chamber of Deputies legislative data through 2 endpoints, covering both bill listings and detailed initiative records. Use list_initiatives to retrieve all proposals registered in a given year for either the Senate or Chamber of Deputies, and get_initiative_details to pull structured fields like title, status, sponsors, and date introduced for any specific bill identified by its idp parameter.

What the API Covers

The cdep.ro API gives programmatic access to legislative initiatives published on the official Romanian Chamber of Deputies website. The list_initiatives endpoint accepts a year and a chamber parameter — 1 for the Senate, 2 for the Chamber of Deputies — and returns the total count of matched proposals alongside an initiatives array for that session. This lets you build year-over-year comparisons or monitor legislative activity across both chambers.

Initiative Detail Records

Once you have an idp identifier from the list endpoint, pass it to get_initiative_details to retrieve a full record. The response includes the bill's title, current status, a human-readable summary, the date_introduced, a sponsors array listing the individuals or groups who introduced the bill, and a direct url back to the official cdep.ro page. These fields are sufficient to track a bill's lifecycle from introduction through its current parliamentary state.

Reliability Notes

The cdep.ro site periodically experiences availability issues. The API includes retry logic so transient outages at the source do not immediately surface as errors to your application. Responses reflect the data as currently published on the official site; the API does not maintain a separate historical archive beyond what cdep.ro itself exposes.

Common use cases
  • Track which sponsors have introduced the most bills in a given parliamentary year using the sponsors field.
  • Build a legislative calendar by querying list_initiatives for each year and sorting by date_introduced.
  • Monitor status changes on specific bills by polling get_initiative_details with stored idp values.
  • Compare legislative volume between the Senate and Chamber of Deputies using the chamber parameter and count field.
  • Aggregate bill summaries for legal research or policy analysis by collecting the summary field across many initiatives.
  • Generate citation links to official cdep.ro bill pages using the url field returned by get_initiative_details.
  • Filter active versus historical proposals by combining year filtering with the status 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 cdep.ro have an official developer API?+
No. The Romanian Chamber of Deputies website at cdep.ro does not publish an official public developer API or documented data feed for legislative initiatives.
What does the `chamber` parameter control in `list_initiatives`?+
Pass 1 to scope results to Senate-registered initiatives and 2 for those registered in the Chamber of Deputies. Omitting the parameter returns initiatives without chamber filtering, depending on the site's default behavior. The response always includes the matched count and the full initiatives array for that selection.
Does the API return the full text or PDF of a bill?+
Not currently. The API returns structured metadata — title, status, summary, sponsors, date_introduced, and a url — but not the raw legislative text or attached document files. The url field points to the official cdep.ro page where documents are typically linked. You can fork this API on Parse and revise it to add an endpoint that fetches and returns linked document content.
How current is the data returned by `get_initiative_details`?+
The status and other fields reflect what is currently published on the cdep.ro website at the time of the request. The API does not cache or store historical snapshots, so if cdep.ro updates a bill's status, subsequent calls will return the updated value. During source-site outages, the retry logic attempts to resolve the request but cannot serve data that the site itself is not delivering.
Can I retrieve committee assignments or voting records for a bill?+
Not currently. The API covers initiative metadata: title, status, summary, sponsors, introduction date, and source URL. Committee assignments and roll-call voting records are not included in the current response schema. You can fork this API on Parse and revise it to add endpoints targeting those data points if they are available on the cdep.ro bill detail pages.
Page content last updated . Spec covers 2 endpoints from cdep.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.
cdep.ro API – Romanian Chamber of Deputies · Parse