Country register
🇭🇷 Croatia — official public-data APIs & datasets
The continuously verified register lists 9 official sources for Croatia: 3 APIs and 6 datasets published by government institutions, of which 8 are currently verified by live checks. Every entry links its official documentation and carries proof-based officialness scoring.
Register of Geographical Names - INSPIRE
The State Survey and Real Estate Cadastre Act (NN No 112/18) stipulates that the State Geodetic Administration is the central state administration body responsible for maintaining and maintaining the Register of Geographical Names (RGI) in the Republic of Croatia. The content, manner of managing and maintaining the RGI is prescribed by the Rules on the Register of Geographical Names (OG 59/20). RGI is an online database in which data on geographical names in the territory of the Republic of Croatia are recorded and maintained. It is the official basis for collecting, recording, processing, presenting, understanding, linking, researching and publishing various space data, such as different maps, space-related statistics, articles, etc. It can be used by public authorities, the private sector, international organisations and legal and natural persons. The data are harmonized in accordance with the INSPIRE theme "Geographical names" and therefore contain the dotted geometry of named places (NamedPlace) that have an associated geographical name in the form of their own noun and other attributes associated with that geographical name such as spelling of the name, language, status of the name, source of the name and the type of object to which these named objects belong, e.g. geographical units, relief forms, land and sea waters, islands and peninsulas, buildings, areas, settlements, roads. Geographical names are listed next to points (designated places) with spatial coordinates in the geodetic reference system of the Republic of Croatia (HTRS96/TM) that indicate the exact location of a point geographical object or indicate the geometric centre of an areal or linear object. Data collection took place through several phases (2004-2008, 2008-2010 and 2011-2019), and in 2013 a geoinformation system consisting of a network application and a spatial database was finally developed. The data is available for viewing and downloading via INSPIRE harmonised network services.
Official register of requests for information received
Any request for access to information shall be registered by the Information Officer in the Register of requests, procedures and decisions on exercising the right of access to information and the re-use of information (Official Register). The official register shall be kept in an appropriate electronic form and shall contain all the constituent parts in accordance with the Rules on the organisation, content and manner of keeping the official register on the exercise of the right of access to information and the re-use of information (NN No 83/14).
Procurement plan 2022
This Plan for the Procurement of Goods, Works and Services for 2022 (hereinafter: Procurement plan) determines the Municipality of Velika Ludina is obliged to carry out the public procurement procedure prescribed by the Public Procurement Act (Narodne Novine (NN; Official Gazette of the Republic of Croatia) No 120/16);.
Data from e-Subject
Open e-Subject data is intended for developers who want to download e-Subject data into their application solutions in a machine-readable format. The data is refreshed once a day, in the evening, and it is not necessary to download the data multiple times during the same day because there will be no changes. Data retrieval is recommended between 01:00 and 05:00. GrapQL api is set up at https://e-case.pravosudje.hr/api/ to access e-Subject data. https://e-case.pravosudje.hr/api/schema.graphql contains a schema of data. Two queries are available: • Courts - returns the list of courts with the court ID • Case - parameters are the code number of the case and the court ID In a case, we refresh the lastUpdateTime field whenever an entity changes an object or a subordinate entity, so it is possible to track whether there have been any changes in the subject. Example of a query: Reach of courts: query{ the { Courts id CourtName } } Retrieval of case data: query{ first:case(court: 5063, codeNumber: "Foreclosure-1283/2015") { number id Date of archiving dateAppeal DateAwards DateDecisions Date of establishment Date of dispatch Date of Foreclosure nameUj codeNumber misdemeanor fileOutside the Court NaVisemSud RegisterName RegisterTag TypeDecision typeSubject matter lastUpdateTime { hearings postponement plStart plFinal stStart StFinal room name room code typeActions } written date applicant annexes species } RelatedSubjects{ description tiedTag tiedTagNumber Date of Link guy } the Eternals name species } the { Party name the title of the roles } } }.