Yahoo Web Search

Search results

  1. Mar 10, 2024 · The Wikibase REST API is an OpenAPI-based interface that allows users to interact with, retrieve and edit Items and statements on Wikibase instances -- including of course Wikidata.

    • Nederlands

      De Wikibase REST API is een OpenAPI-gebaseerde interface...

    • Rest API/zh

      The Wikibase REST API is an OpenAPI-based interface that...

    • Overview
    • Summary
    • Import
    • Features
    • Contributing
    • Donate
    • See Also
    • You may also like

    A javascript tool-suite to query Wikidata and simplify its results.

    Node >= v6.4.0:

    Older versions: if you can't update to a recent NodeJS version, a work around is to use the bundled version:

    Wikidata API

    A set of tools to read Wikidata from the Wikidata API. For write operations, see wikidata-edit. •Search entities •Get entities •By ids •By Wikipedia titles •By other Wikimedia projects titles •Simplify entities data •Get revisions •Advanced •Use a custom Wikibase instance

    Wikidata Query

    Wikidata Query allows to extract all sorts of data from Wikidata by walking the graph of entities using SPARQL. SPARQL can be a weird thing at first, but the Wikidata team and community really puts lots of efforts to make things easy with a super rich Wikidata Query Help page, an awesome tool to test you queries and visualize the result, and lots of examples! •Get JSON from a SPARQL query •Simplify results •Pre-baked queries •Get entities reverse claims

    General helpers

    •Work with ids •Sitelink helper •Wikidata Time converters

    Context

    This library had for primary purpose to serve the needs of the inventaire project but extending its capabilities to other needs it totally possible: feel welcome to post your suggestions as issues or pull requests!

    Design constraints

    •wikidata-sdk should stay "small" and dependency-free, so that a web application can include it in its bundle without paying a too high cost for it. A consequence is that the lib generates URLs where other libs would integrate doing the request and parsing it's response. But that actually feels quite right to do this way: simply generating the URLs let's users free to handle requests as they like (with callbacks, promises, async/await, whatever!)

    •Therefore, it should focus on providing basic, general helper functions most application working with Wikidata would need.

    •Edition operations should go into wikidata-edit as it involves working with Wikidata credentials/tokens.

    We are developing and maintaining tools to work with Wikidata from NodeJS, the browser, or simply the command line, with quality and ease of use at heart. Any donation will be interpreted as a "please keep going, your work is very much needed and awesome. PS: love". Donate

    •wikidata-edit: Edit Wikidata from NodeJS

    •wikidata-cli: The command-line interface to Wikidata

    •wikidata-filter: A command-line tool to filter a Wikidata dump by claim

    •wikidata-subset-search-engine: Tools to setup an ElasticSearch instance fed with subsets of Wikidata

    •wikidata-taxonomy: Command-line tool to extract taxonomies from Wikidata

    •import-wikidata-dump-to-couchdb: Import a subset or a full Wikidata dump into a CouchDB database

    Do you know inventaire.io? It's a web app to share books with your friends, built on top of Wikidata! And its libre software too.

  2. People also ask

  3. Sep 7, 2023 · The Wikidata API is MediaWiki's own Action API, extended to include some Wikibase-specific actions: https://wikidata.org/w/api.php. When to use it? Use the API when your work involves: Editing Wikidata; Getting data about entities themselves such as their revision history

  4. Jan 29, 2020 · After reading one of Jesús Barrasa’s recent QuickGraph posts about enriching a knowledge graph with data from Wikidata, I wanted to learn how to query the Wikidata API so that I could pull in the data for my own QuickGraphs.

  5. Feb 13, 2018 · I am making a ReactJS application to show information about people when they search for it. I am trying to use MediaWiki to get the information about a person from Wikipedia. I am making an API call and the response is very weird.

  6. Nov 27, 2018 · In this tutorial, we’ll build a UI using Wikipedia’s public search API along with some JavaScript + RamdaJS. Getting Started. Here’s the GitHub link and Codesandbox link. Open your terminal and pick a directory to clone it.

  1. People also search for