				<script type="text/javascript">
					jQuery(document).ready(function() {
						addBiblioQTips(jQuery(".entry-content"));
					});
				</script> 
							<script type="text/javascript">
					jQuery(document).ready(function() {
						addBiblioQTips(jQuery(".entry-content"));
					});
				</script> 
			{"id":90,"date":"2020-09-10T12:22:05","date_gmt":"2020-09-10T10:22:05","guid":{"rendered":"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/si\/?page_id=90&#038;db=xxx"},"modified":"2023-06-16T14:15:58","modified_gmt":"2023-06-16T12:15:58","slug":"api-dokumentacija","status":"publish","type":"page","link":"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/si\/?page_id=90&db=232","title":{"rendered":"Dokumentacija API"},"content":{"rendered":"<p>API za podatke VerbaAlpine je pod <span class=\"vaabr\" data-vaabr=\"URL\">URL<\/span> https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/?api=1 na razpolago (za popolne primere glej spodaj).<\/p>\n<p>Naslednje instrukcije se lahko navaja preko <strong>action<\/strong>-parametra:<\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th style=\"width: 11.68%;\">INSTRUKCIJA<\/th>\n<th style=\"width: 37.12%;\">OPIS<\/th>\n<th style=\"width: 20.64%;\">VRA\u010cILEN Format<\/th>\n<th style=\"width: 15.68%;\">OBVEZNI Parametri<\/th>\n<th style=\"width: 14.72%;\">NEOBVEZNI Parametri<\/th>\n<\/tr>\n<tr>\n<td style=\"width: 11.68%;\">getIds<\/td>\n<td style=\"width: 37.12%;\">Vra\u010da seznam z Ids vseh zapisov VerbaAlpina-verzije.<\/td>\n<td style=\"width: 20.64%;\">CSV<\/td>\n<td style=\"width: 15.68%;\">-<\/td>\n<td style=\"width: 14.72%;\">version<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 11.68%;\">getNames<\/td>\n<td style=\"width: 37.12%;\">Vra\u010da seznam z Ids in imena vseh zapisov VerbaAlpina-verzije.<\/td>\n<td style=\"width: 20.64%;\">CSV<\/td>\n<td style=\"width: 15.68%;\">-<\/td>\n<td style=\"width: 14.72%;\">version<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 11.68%;\">getName<\/td>\n<td style=\"width: 37.12%;\">Vra\u010da ime za dolo\u010den zapis.<\/td>\n<td style=\"width: 20.64%;\">CSV<\/td>\n<td style=\"width: 15.68%;\">id<\/td>\n<td style=\"width: 14.72%;\">version<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 11.68%;\">getRecord<\/td>\n<td style=\"width: 37.12%;\">Vra\u010da en posamezen zapis.<\/td>\n<td style=\"width: 20.64%;\">CSV ali dolo\u010deno s pomo\u010djo <i>format<\/i><\/td>\n<td style=\"width: 15.68%;\">id<\/td>\n<td style=\"width: 14.72%;\">version, format, empty<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>dodatni parametri:<\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th style=\"width: 11.04%;\">Parameter<\/th>\n<th style=\"width: 78.24%;\">OPIS<\/th>\n<th style=\"width: 10.56%;\">VREDNOSTI<\/th>\n<\/tr>\n<tr>\n<td style=\"width: 11.04%;\">version<\/td>\n<td style=\"width: 78.24%;\">Navedba VerbaAlpina-verzije. \u010ce ni navedene verzije, se uporablja najnovej\u0161o citatno razli\u010dico. Aktualno obstajajo slede\u010de verzije: 232, 231, 222, 221, 212, 211, 202, 201, 192, 191, 182, 181, 172, 171, 162, 161<\/td>\n<td style=\"width: 10.56%;\">[0-9][0-9][1-2]<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 11.04%;\">id<\/td>\n<td style=\"width: 78.24%;\">Navedba od Id zapisa.<\/td>\n<td style=\"width: 10.56%;\">[A-Z][1-9][0-9]*<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 11.04%;\">format<\/td>\n<td style=\"width: 78.24%;\">Izdajalni format pri instrukciji <b>getRecord<\/b> (Default: csv)<\/td>\n<td style=\"width: 10.56%;\">csv, xml, json<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 11.04%;\">changed<\/td>\n<td style=\"width: 78.24%;\">\u010ce je ta vrednost 1, se <strong>pri getIds<\/strong> in <strong>getNames<\/strong> vra\u010dajo samo zapisi, kateri so se spremenili od zadnje verzije.<\/td>\n<td style=\"width: 10.56%;\">csv, xml, json<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 11.04%;\">empty<\/td>\n<td style=\"width: 78.24%;\">\u010ce je parameter <strong>empty<\/strong> enako 0, pri instrukcijah <strong>getRecord<\/strong> in pri izdajalnem formatu XML niso navedene prazne XML-oznake.<\/td>\n<td style=\"width: 10.56%;\">1 ali 0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>PRIMERI<\/h3>\n<ul>\n<li>seznam vseh imen v verziji 18\/2 (traja nekaj sekund):<br>\n<a href=\"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/?api=1&amp;action=getNames&amp;version=182\" target=\"_BLANK\" rel=\"noopener noreferrer\">https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/?api=1&amp;action=getNames&amp;version=182<\/a><\/li>\n<li>ime zapisa S134468 v verziji 18\/2:<br>\n<a href=\"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/?api=1&amp;action=getName&amp;id=S134468&amp;version=182\" target=\"_BLANK\" rel=\"noopener noreferrer\">https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/?api=1&amp;action=getName&amp;id=S134468&amp;version=182<\/a><\/li>\n<li>zapis k konceptu C1 v verziji 18\/2 (XML format brez praznih oznak):<br>\n<a href=\"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/?api=1&amp;action=getRecord&amp;id=C1&amp;version=182&amp;format=xml&amp;empty=0\" target=\"_BLANK\" rel=\"noopener noreferrer\">https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/?api=1&amp;action=getRecord&amp;id=C1&amp;version=182&amp;format=xml&amp;empty=0<\/a><\/li>\n<\/ul><div id=\"ABR_URL\" style=\"display: none;\">Uniform Resource Locator<\/div>","protected":false},"excerpt":{"rendered":"<p>API za podatke VerbaAlpine je pod URL https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/?api=1 na razpolago (za popolne primere glej spodaj). Naslednje instrukcije se lahko navaja preko action-parametra: INSTRUKCIJA OPIS VRA\u010cILEN Format OBVEZNI Parametri NEOBVEZNI Parametri getIds Vra\u010da seznam z Ids vseh zapisov VerbaAlpina-verzije. CSV &#8211; version getNames Vra\u010da seznam z Ids in imena vseh zapisov VerbaAlpina-verzije. CSV &#8211; version getName [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":16,"menu_order":1001,"comment_status":"closed","ping_status":"closed","template":"template_empty.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-90","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/si\/index.php?rest_route=\/wp\/v2\/pages\/90","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/si\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/si\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/si\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/si\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=90"}],"version-history":[{"count":1,"href":"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/si\/index.php?rest_route=\/wp\/v2\/pages\/90\/revisions"}],"predecessor-version":[{"id":92,"href":"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/si\/index.php?rest_route=\/wp\/v2\/pages\/90\/revisions\/92"}],"up":[{"embeddable":true,"href":"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/si\/index.php?rest_route=\/wp\/v2\/pages\/16"}],"wp:attachment":[{"href":"https:\/\/www.verba-alpina.gwi.uni-muenchen.de\/si\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}