Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AuthorityResults FormatExtent of Data ReturnedExample Search API URLDocumentationComments
AGROVOCJSONLD - skos ontologyURI, skos:prefLabelhttp://agrovoc.uniroma2.it/agrovoc/rest/v1/search/?query=*milk*&lang=en&maxhits=10SKOSMOS REST APIsAdditional Information
Getty




ISNIRDF/XML, JSON-LDURI, schema, dcterms, madsrdf, umbel (plus some supporting ontologies)http://isni-acc.oclc.org/sru/DB=1.2/?query=pica.na+%3D+%22Piketty%2C+Thomas%22&operation=searchRetrieve&recordSchema=isni-rdfto be releasedSee ISNI below
Library of Congress - Search APIHTML, ATOM/XML, ATOM/JSONURI (with some formats), preferred label

http://id.loc.gov/search/?q=camus+peste&format=json

http://id.loc.gov/search/?q=camus+peste&format=atom

See "Searching" and "Search Limits..."See LC Search API below
Library of Congress - Suggest APIJSONPreferred label, URIhttp://id.loc.gov/authorities/names/suggest/?q=camus
See LC Suggest API below
MeSHJSONHeadingsValid subject headings in a variety of granularity; Heading context; Entry terms; URIs
https://id.nlm.nih.gov/mesh/lookup/descriptor?label=diabetes&match=contains&limit=10
MeSH RDF API https://id.nlm.nih.gov/mesh/swagger/ui#/

The API builder includes matching parameters and maximum results returned

See MeSH below about SPARQL queries.

OCLC




Share-VDEJSON (for the future Share-VDE APIs); XML (for Stardog APIs)xml/rdf

http://stardog.share-vde.org/Share-VDE_prod/query?query=select*where{graph?g{?s?p?o}}=&limit=10

See:

1. Share-VDE Stardog databases

2. Share-VDE CKB query examples

3. Stardog APIs

See Share-VDE API below.

If you need to query the system for testing, please, ask me for user/pw information.

Wikidata




add additional authorities




...

LC's Suggest API has received minor enhancements over the years, but is largely the same as implemented back in 2009-2010, when the service was still hosted at lcsh.info.  Its output format is identical.  It is formally undocumented (and how it has managed this long without being formally documented is a bit of a mystery) but LC readily and willingly shares information about not only its existence but how it works.  LC's Suggest API is a left-anchored, wild-carded search of preferred labels, codes (for example a search for "deu" will return "German" from the ISO-6392 dataset), or tokens (such as "sh12345," which is an LCCN).  Results are ordered alphabetically (based on codepoint).  There is some support for limiting based on MADS/RDF type (PersonalName, Topic, Geographic, etc.).  Notably, it does not search variant/alternate labels.  Under the hood, the code is 100% distinct from the code that runs the Search API, mostly so it can better focus on its purpose, which is to return typeahead suggestions as quickly as possible.  The service's output is outdated, a form of JSON that is difficult to work with given today's typeaheads.  It is also limited to only the URI and label of the hit

MeSH (Medical Subject Headings)

MeSH also provides a SPARQL endpoint http://id.nlm.nih.gov/mesh/sparql, a SPARQL endpoint option on the API page https://id.nlm.nih.gov/mesh/swagger/ui#/, and a user friendly SPARQL endpoint editor https://id.nlm.nih.gov/mesh/query. SPARQL query results can be returned in a variety of formats including RDF

Share-VDE API

1. Description of Share-VDE databases available on Stardog triplestore.

...